Hubertnator / RaspiCam

RaspiCam repository
MIT License
0 stars 0 forks source link

TkInter GUI #1

Open Hubertnator opened 4 years ago

Hubertnator commented 4 years ago

The GUI elements of tinter (window, text) get shown only after the camera stops and GPIO pins are cleaned up.

This makes it impossible for the user to type the file path of recording.

Hubertnator commented 4 years ago

The goal is to make tkinter asynchronous from other code. I think the best option is to run tkinter scripts on another thread, but I'm still thinking. If you have any suggestions about this, feel free to write them here.