Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent video writing from stealing focus on OSX #9

Open
nottombrown opened this issue Jul 26, 2017 · 0 comments
Open

Prevent video writing from stealing focus on OSX #9

nottombrown opened this issue Jul 26, 2017 · 0 comments

Comments

@nottombrown
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant