martygrant / photobooth

Raspberry Pi powered photobooth for parties and events.
0 stars 1 forks source link

Better GUI #4

Open martygrant opened 4 years ago

martygrant commented 4 years ago

Need a much better way of handling the photobooth GUI. Currently it's very rudimental with images with shapes and text drawn ontop of OpenCV images. Better if we had an actual GUI system so it is far more maintainable and extendable.

Options are pygame and also maybe as the Pi uses the chromium browser which has a kiosk mode (proper full screen with limited input?) we could have a HTML interface.