roaldarbol / bux

🐞 A simple GUI for running experiments
MIT License
2 stars 0 forks source link

Multiple videos recording too slow #17

Closed roaldarbol closed 2 years ago

roaldarbol commented 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).

roaldarbol commented 2 years ago

Is covered in #10.