We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001 [video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001 [video4linux2,v4l2 @ 0x558aa88de740] fd:212 capabilities:84a00001
[video4linux2,v4l2 @ 0x558aa88de740] ioctl(VIDIOC_G_INPUT): Inappropriate ioctl for device
Would you please help me to resolve it.
BTW: My code is working in Windows 11 and MacOS.
The text was updated successfully, but these errors were encountered:
I assume you're accessing a Webcam because of the v4l2.
Did you use the correct path for the camera? /dev/video0? /dev/video1?
/dev/video0
/dev/video1
Did the code work with other cameras? if so, then the webcam might need specific driver and its not a UVC.
Sorry, something went wrong.
No branches or pull requests
[video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001
[video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001
[video4linux2,v4l2 @ 0x558aa88de740] fd:212 capabilities:84a00001
[video4linux2,v4l2 @ 0x558aa88de740] ioctl(VIDIOC_G_INPUT): Inappropriate ioctl for device
Would you please help me to resolve it.
BTW: My code is working in Windows 11 and MacOS.
The text was updated successfully, but these errors were encountered: