We currently lose focus whenever we write a video. This makes running the system locally difficult.
It seems that we don't face this issue when running everything in a single thread. It's plausible that focus is only stolen when a new thread is initialized, so keeping a couple long-lived worker threads may solve the issue.
We currently lose focus whenever we write a video. This makes running the system locally difficult.
It seems that we don't face this issue when running everything in a single thread. It's plausible that focus is only stolen when a new thread is initialized, so keeping a couple long-lived worker threads may solve the issue.