Skip to content

Unable to find parent usb device #30

@jacbroberts

Description

@jacbroberts

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions