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

driver loading should be lazy so it doesn't impact acquire_init time #21

Open
nclack opened this issue Aug 10, 2023 · 0 comments
Open

Comments

@nclack
Copy link
Member

nclack commented Aug 10, 2023

Currently driver loading blocks acquire_init(). This can be a problem if there are drivers that take a while.

For example, initializing hdcam takes ~6 seconds typically. Every test that runs on a machine with hdcam gets impacted by this time. If we made it lazy, then the tests that don't use hdcam could run faster.

@aliddell aliddell transferred this issue from acquire-project/acquire-video-runtime Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant