bonsai-rx / gui

Bonsai Library for composing user interfaces and real-time graphs
http://bonsai-rx.org/gui/
MIT License
0 stars 2 forks source link

Consider adding UI for IplImage #27

Open bruno-f-cruz opened 6 months ago

bruno-f-cruz commented 6 months ago

While one could compose a Ui with IplImages using the already existing native visualizer, it becomes rather annoying to ensure that the visualizer is open prior to receiving the first image, since the current visualizer drops the image when the context is closed. As an alternative, we could consider a specific UI element that copies the last image sent to it regardless of the state of the UI context.