-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
ov2710 error #10
Comments
Does the camera work with other software? |
I tested the camera under windows10 and it works. Camera is OK. ./mjpg_streamer -i "./input_uvc.so -r 1920x1080 -f 30" -o "./output_http.so"
./ustreamer --device /dev/video0 -r 1920x1080 -f 30 -m YUYV
mplayer -v -tv driver=v4l2:device=/dev/video0:outfmt=mjpg tv://
|
Where did you find the driver for this camera? It's not supported by the mainline kernel. |
I did not install any driver. I thought it was part of the kernel. That's probably the problem... But I haven't found it anywhere... |
Show me dmesg plz. |
... And lsmod |
dmesg
lsmod
v4l2-ctl -d /dev/video0 -D
|
v4l2-ctl --all
|
As far as I understand, Linux does not support this camera and tries to use the default driver (uvc). It seems that a special module is needed for this camera: https://github.com/allwinner-zh/linux-3.4-sunxi/blob/master/drivers/media/video/sunxi-vfe/device/ov2710.c |
I agree with you. I was looking for a small camera (usb module) with high resolution and fast FPS for linux. I don't need a microphone. Can you please recommend one? Thank you for your time. |
The only camera I can advise you is Logitech HD Webcam C930e. I use it and it works fine in Linux. I'm sorry, but I haven't encountered the camera modules you require. I think you can write to the LKML mailing list with a message that the UVC driver doesn't work with your camera, and give a link to the module. Perhaps kernel hackers will either fix the module or advise you on how to make your camera work. |
Hello, i can't start the ov2710 camera. What am I doing wrong ? Thank you.
lsusb
ID 0c45: 6368 Microdia
./ustreamer --device /dev/video0 -r 1920x1080 -f 30 -m JPEG
v4l2-ctl -list-formats-ext
The text was updated successfully, but these errors were encountered: