Camera Ov5648 garbage screen

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Camera Ov5648 garbage screen

708 Views
ifzhao
Contributor I

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:test.jpg

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~

Labels (2)
Tags (3)
0 Kudos
2 Replies

551 Views
igorpadykov
NXP Employee
NXP Employee

Hi If

it may be useful to check ov5647 suggestions on

https://community.freescale.com/message/344529#344529

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

551 Views
ifzhao
Contributor I

Hi Igor,

I've tried that. But nothing improve.

In addition, the test pattern does not work either.

Maybe someone could give advice to debug on this condition?

0 Kudos