kpolley / Python_AVrecorder

Simultaneously record audio and video using Python
37 stars 12 forks source link

Threading is not working #8

Open TeslaGeek opened 1 year ago

TeslaGeek commented 1 year ago

Hi -

I have tried your code albeit with different hardware (picam2 and accelerometer) however the issue is related to multithreading. I think your code requires join() call otherwise run time errors created such as new futures cannot be scheduled after interpreter shutdown.