Python_AVrecorder icon indicating copy to clipboard operation
Python_AVrecorder copied to clipboard

Threading is not working

Open TeslaGeek opened this issue 1 year ago • 0 comments

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.

TeslaGeek avatar Mar 09 '23 10:03 TeslaGeek