Closed roaldarbol closed 2 years ago
Because we're iterating through the camera objects, they record too slow (my guess is at around 50%). Tried briefly with asyncio without luck. I think using threading or multiprocessing is the way (see links).
asyncio
threading
multiprocessing
Is covered in #10.
Because we're iterating through the camera objects, they record too slow (my guess is at around 50%). Tried briefly with
asyncio
without luck. I think usingthreading
ormultiprocessing
is the way (see links).