Hi Igor
in section 7.3.3 (Video Encoding) it says that Video encoding requires VPU
we only need pictures captures and we don't have VPU (nor GPU on the board)
as I mentioned we are using "gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1 ! jpegenc ! filesink location=capture.jpeg" or using "gst-launch-1.0 imxv4l2src device=/dev/video0 num-buffers=1 ! jpegenc ! filesink location=capture.jpeg"
the error ("mx6s_csi_irq_handler Rx fifo overflow") appears often
(we are using a custom board based on i.MX6SL with GalaxyCore gc0309 VGA CMOS Image Sensor [the sensor driver is placed in /drivers/media/platform/mxc/subdev] and we enabled CONFG_VIDEO_MXC_CSI_CAMERA, CONFIG_VIDEO_MXC_PXP_V4L2 & CONFIG_VIDEO_V4L2_SUBDEV_API)