Dear all,
I am working on the camera module with IMX6 dual platform. And after I check through the CSI/IPU/Virtual channel, finally I can get something from camera. However it's nothing but garbage like this:
The following is my settings:
1. V4L2_PIX_FMT_SBGGR10&IPU_PIX_FMT_GENERIC&MIPI_DT_RAW10 are used to identify data format.
I doubt if this is about the setting in mxc_v4l2_s_fmt like this:
size = f->fmt.pix.width * f->fmt.pix.height * 2;
bytesperline = f->fmt.pix.width * 2;
Or is there anything else I should check?
Could you kindly help me out of this?Thanks~