split/rolling image

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

split/rolling image

775 Views
liamtien
Contributor I

My capture picture is split/rolling image issue, as attached, any solution is appreciation.

Tags (1)
0 Kudos
4 Replies

569 Views
igorpadykov
NXP Employee
NXP Employee

Hi liam

split/rolling image may be due to timings or with interlaced data from sensor.

What processor used in the case, one can look at documentation on below link

and try to debug in sensor driver

i.MX Software|NXP 

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

0 Kudos

569 Views
liamtien
Contributor I

The proccessor is i.MX6Q, FPGA send greyscale 16bits data via parallel DVP interface.   

0 Kudos

569 Views
liamtien
Contributor I

Does IMX6Q has the register can tune VSYNC timing? 

In camera_callback( ) of mxc_v4l2_capture.c:

    when (done_frame->buffer.flags & V4L2_BUF_FLAG_QUEUED) is true, I get current time by do_gettimeofday() , the interval between two frames sometimes is T usec, sometimes randomly  changes to 2T usec.

I wonder if it is the input VSYNC signal issue? How to solve it? Thanks.

0 Kudos