Moe82 / Webcam-Monitor

MIT License
1 stars 0 forks source link

script freezes after the record_video function executes (MacOS) #1

Open Moe82 opened 3 years ago

Moe82 commented 3 years ago

When movement is detected, the record_video() function is called and the webcam records a video for a length of time (in seconds) equal to the video_capture_duration instance variable. After the function executes, capture_frame() which results in my machine completely freezing up. I suspect the issue will occur on other operating systems as well, but haven't tested it out yet.