zivid-python
zivid-python copied to clipboard
`app.connect_camera` takes a long time
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.
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