zivid-python icon indicating copy to clipboard operation
zivid-python copied to clipboard

`app.connect_camera` takes a long time

Open YBachmann opened this issue 1 year ago • 1 comments

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.

YBachmann avatar Aug 08 '24 16:08 YBachmann

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

johningve avatar Aug 09 '24 06:08 johningve