EmixamPP / linux-enable-ir-emitter

Provides support for infrared cameras that are not directly enabled out-of-the box.
MIT License
242 stars 21 forks source link

Lenovo Thinkpad x1 Yoga gen 3 #103

Closed moss-cf closed 1 year ago

moss-cf commented 1 year ago

Ouput of linux-enable-ir-emitter -v -d /dev/video1 configure

configure command output ``` INFO: Ensure to not use the camera during the execution. INFO: Warning to do not kill the process ! CRITICAL: Cannot access to /dev/v4l/by-path/pci-0000:00:14.0-usb-0:8:1.0-video-index1 ERROR: The configuration has failed. INFO: Do not hesitate to visit the GitHub ! https://github.com/EmixamPP/linux-enable-ir-emitter/wiki ```

Output of v4l2-ctl --list-devices

Integrated Camera: Integrated C (usb-0000:00:14.0-8):
        /dev/video0
        /dev/video1
        /dev/media0

Ouput of v4l2-ctl -d /dev/video1 --list-formats-ext

v4l2 device output ``` ioctl: VIDIOC_ENUM_FMT Type: Video Capture ```

Additional info

EmixamPP commented 1 year ago

It seems that your infrared camera is not recognized by the kernel. It is not listed in v4l2-ctl --list-devices, the one you see is the regular one

EmixamPP commented 1 year ago

Closing because we can't do anything until this infrared camera is recognized by the kernel :confused: