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.