roaldarbol / bux

🐞 A simple GUI for running experiments
MIT License
2 stars 0 forks source link

Spawn new pop-up windows #9

Closed roaldarbol closed 2 years ago

roaldarbol commented 2 years ago

Would be great to spawn a new window for video streams, adjusting settings, maybe something serial related.

roaldarbol commented 2 years ago

For OpenCV there's some documentation here: https://solarianprogrammer.com/2018/04/21/python-opencv-show-video-tkinter-window/

roaldarbol commented 2 years ago

Instead of only being able to adjust settings from the settings file, make a new tkinter window which can be called from the GUI. This should then have read/write access to the settings file.

roaldarbol commented 2 years ago

Now it's done for the serial and cameras! Still need the camera streams to be in tkinter windows and make a separate one for camera settings.