-
Notifications
You must be signed in to change notification settings - Fork 113
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
Always Get Camera error #78
Comments
Hi @pahan40, Try using Best, |
Already tried - no effect |
Can you try running --Sadjad |
Here it is
|
That's weird, it should work with I suggest you try getting Based on the information you posted here, this should work for you: If none of the above worked, I might have a hack that works for you.
Please let us know how it goes! --Sadjad |
Yes. Seems that command works fine real-webcam --device /dev/video1 --pixfmt YU12 and also salsify-sender now works fine, but the picture from camera always freeze for a few seconds and seems it works very slow... |
got the same error ioctl: VIDIOC_ENUM_FMT Index : 1 |
Have you tried running |
I met same problem in my scenario, after checking my camera format by "v4l2-ctl -d /dev/video0 --all" : Then I change code in "salsify-sender.cc" to adjuct width and height from hard code "1280 720" to "640 480" , it works fine then. |
I'm same with you.the received video don't have colors but only gray video displayed, I wonder if you have solved the problem? |
When I Try to launch sender I got something like this.
salsify-sender --device /dev/video0 127.0.0.1 10002 1337
terminate called after throwing an instance of 'std::runtime_error'
what(): couldn't configure the camera with the given format
zsh: abort salsify-sender --device /dev/video0 127.0.0.1 10002 1337
I Tried 3 web cameras, no one worked.
The text was updated successfully, but these errors were encountered: