LI01 / linux_camera_tool

Sample code for Leopard USB3.0 Camera Linux Camera Tool
GNU General Public License v3.0
68 stars 39 forks source link

Unable to find parent usb device #30

Open jacbroberts opened 1 month ago

jacbroberts commented 1 month ago

I built the driver on an ARM device running ubuntu 22. I got an error similar to "undefined reference to `TIFFReadDirectory@LIBTIFF_4.0". I built libtiff4 from source and linked to the library with -ltiff in the make file.

Now, when running leopard_cam, I get an error called "Unable to find parent usb device". It is using device node path: /dev/video2.

It seems like it should use /dev/video3 instead v4l2-ctl --device=/dev/video3 --all shows driver name: uvcvideo card type: LI-ISX031 and the resolution is 1920/1536

I try to run leopard_cam --devices /dev/video3 but it always says "device node path: /dev/video2"

tonynajjar commented 3 weeks ago

I have the same issue