This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Description
When I press "stop recording", the main thread calls '.join' on the recorder thread, which never returns, so then the encoder is never called to make the video.
Describe the Bug
This ugly hack is what I need to do to workaround this issue:
https://github.com/cmangla/timelapse/commit/98482c04de8f99654061577f943313770f586121
System Information
- Operating system: macOS Mojave 10.14.6
- Software version: python3
Additional Context
I did pip3 install -r <(cut -d= -f1 < requirements.txt )
, so I got the latest versions of the dependencies. I couldn't build the versions listed in requirements.txt.