martygrant / photobooth

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

Pressing button during preview countdown triggers events instantly #1

Open martygrant opened 4 years ago

martygrant commented 4 years ago

During the preview countdown, if you press a button for options once the countdown has finished (start over or print/save) these events will be triggered instantly. This is likely to do with how cv2.waitKey() is being used.

Unlikely to cause a problem because how of the photobooth is used but still good to fix.