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"
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"