Hello,
I have OV5640 sensorn connected to pandaboard (ES2.2). I am using kernel from oamp4-v4l2-camera. It contains drivers from Sergio.
I need to stream captured video over the network. To do this I am attempting to use GStreamer, which has worked very weel on other platforms, however I cannot get gstreamer to work on pandaboard with ov5460 sensor.
with gst-inspect --gst-debug=3 v4l2src I contineously get following warning:
0:00:01.414886418 4030 0x18050 WARN v4l2 v4l2_calls.c:264:gst_v4l2_fill_lists:<v4l2src0> Failed querying control 134222679 on device '/dev/video0'. (25 - Inappropriate ioctl for device)
I am not sure how to fix this.
Has anyone been successfull to use gstreamer with OV sensor on pandaboard?
Thank you very much.