I am working on RZ/G1M board (Yocto-1.6.1 (Daisy)). I made UVC driver up and my device is getting detected. But when trying to run camera overalay using gstreamer getting below error.
o/x-raw, format=BGRA, width=800, height=480 ! waylandsink60/1 ! vspfilter ! vide
Setting pipeline to PAUSED ...
usb 2-1.1: reset high-speed USB device number 4 using ehci-pci
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2865): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming task paused, reason not-negotiated (-4)
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
^Chandling interrupt.
Interrupt: Stopping pipeline ...
Interrupt while waiting for EOS - stopping pipeline...
Execution ended after 0:00:03.066416500
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
root@iWave-G20M:~#
root@iWave-G20M:~#
root@iWave-G20M:~# dmesg | grep xchi
root@iWave-G20M:~# dmesg | grep UVC
[ 8.529267] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[ 8.652267] input: UVC Camera (046d:0825) as /devices/platform/pci-rcar-gen2.1/pci0002:01/0002:01:02.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input0
[ 133.689253] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[ 133.791192] input: UVC Camera (046d:0825) as /devices/platform/pci-rcar-gen2.1/pci0002:01/0002:01:02.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
root@iWave-G20M:~#