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

app.connect_camera takes a long time #286

Open
YBachmann opened this issue Aug 8, 2024 · 1 comment
Open

app.connect_camera takes a long time #286

YBachmann opened this issue Aug 8, 2024 · 1 comment

Comments

@YBachmann
Copy link

Connecting to my Zivid 2+ L110 using the below snippet takes about a minute.
Is there a way to speed up the process of connecting to the camera?

import zivid
app = zivid.Application()
camera = app.connect_camera()

I am using Version 2.13 of the SDK.

@johningve
Copy link
Contributor

Usually slow connection time is due to compiling OpenCL kernels. If the OpenCL driver supports caching then subsequent connections should be faster. I would check if there is any update available for your graphics card driver.

We have some additional instructions depending on your GPU and OS in our knowledge base: https://support.zivid.com/en/latest/support/long-connection-time.html

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

No branches or pull requests

2 participants