-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error code: -1, errno: 2, error: No such file or directory #7
Comments
Judging from your USB device identifier Maybe this discussion boltgolt/howdy#269 will help you dig deeper into the problem. |
I'm having the same issue on my Leveno X1 Carbon 8th Gen.
|
Same problem here! With a Lenovo ThinkPad P1 3th Gen. I tried also with the video0, and is the same mistake. But I am sure that the IR cam is the video2.
|
I allow myself to advise you to have a look at my repo https://github.com/EmixamPP/linux-enable-ir-emitter. It's more or less a fork of this one except that I changed the debugging because as you can see the errors are not adapted to the situation. I took the opportunity to write a complete tutorial on how to modify the PetePriority code to adapt it to your camera. |
Perfect! Now, it is working. |
Hi there!
I got this error when running "chicony-ir-toggle on" or "chicony-ir-toggle off".
Also tried running it as root, same error here.
I have an ThinkPad X380 Yoga.
Output from lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 138a:009d Validity Sensors, Inc.
Bus 001 Device 004: ID 8087:0a2b Intel Corp.
Bus 001 Device 003: ID 04f2:b605 Chicony Electronics Co., Ltd Integrated IR Camera
Bus 001 Device 002: ID 04f2:b604 Chicony Electronics Co., Ltd Integrated Camera (1280x720@30)
Bus 001 Device 006: ID 056a:5152 Wacom Co., Ltd Pen and multitouch sensor
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Output from v4l2-ctl -d /dev/video2 --all :
Driver Info:
Driver name : uvcvideo
Card type : Integrated IR Camera: Integrate
Bus info : usb-0000:00:14.0-6
Driver version : 5.4.34
Capabilities : 0x84a00001
Video Capture
Metadata Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV' (YUYV 4:2:2)
Field : None
Bytes per Line : 1280
Size Image : 614400
Colorspace : sRGB
Transfer Function : Default (maps to sRGB)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Limited Range)
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection Video Capture: crop_default, Left 0, Top 0, Width 640, Height 480, Flags:
Selection Video Capture: crop_bounds, Left 0, Top 0, Width 640, Height 480, Flags:
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
Any idea how to fix this?
Thanks,
Heinz
The text was updated successfully, but these errors were encountered: