Tool/software: Linux
Hi,
I'm using OV5640 Camera sensor on CSI2 interface of AM5708 based board.
When I select UYVY format from driver and take video from camera, I'm getting perfect video.
But, when I select RGB565 or RGB555 format from driver and take video from it, I'm getting black & white video.
These UYVY, RGB565 and RGB555 formats are supported from camera sensor.
So, I want to if AM5708 CSI interface supports this RGB565/RGB555 format or not ?
And if it does support this format, then what could be the problem ?
I'm using gstreamer pipeline for taking video from camera. Here are the command I'm using for it,
gst-launch-1.0 -e v4l2src device=/dev/video0 num-buffers=10 ! 'video/x-raw, format=(string)UYVY, width=(int)1280, height=(int)720, framerate=30/1' ! filesink location=/mnt/data/UYVY_1.yuv gst-launch-1.0 -e v4l2src device=/dev/video0 num-buffers=10 ! 'video/x-raw, format=(string)RGB16, width=(int)1280, height=(int)720, framerate=30/1' ! filesink location=/mnt/data/RGB16_1.rgb
Need some input on this.
Thanks,
Gunjal


