TheImagingSource / ic4-examples

IC4 Example Programs
Apache License 2.0
5 stars 3 forks source link

Can GentTL Producers / IC4 Drivers coexist with former one ? #24

Open SwHaraday opened 9 hours ago

SwHaraday commented 9 hours ago

Hi there,

Can GentTL Producers / IC4 Drivers coexist with former one ?

image

Just started playing with samples. I got following out put.

(ic4-py311) c:\ic4ex\python\device-handling\device-enumeration>python device-enumeration.py [ic4 core][ info][ InitLibrary.cpp:99 ] Initializing IC Imaging Control 4 Core Library Version 1.2.0.2954 Enumerating all attached video capture devices... No devices found Enumerating video capture devices by interface... No interfaces found

I afraid if existing environment crushes when new driver is installed. pls kindly advice. Thanks in advance.

TIS-Tim commented 3 hours ago

You can have both the USB3 DirectShow driver (UVC driver, which you have installed) and the USB 3 Vision GenTL Producer installed at the same time. They talk to different interfaces of the USB device and are meant to coexist.