my platform is dm8168+TVP5158, based on DVRRDK4.0.
now, dsp need receive two channels(eg:ch0, ch1, ch0 ch1 connect the same TVP5158) video data that from TVP5158 in the same time. so check (struct System_FrameInfo) ts64, use
t = ch1->ts64 - ch0->ts64, why t is variable from 0 to -40ms.
theoretically it (pixel interlaced)should be the same time sampling data, and then transferred to the DM8168,but t>10ms, my alg process ch0 and ch1 result is very bad, t=0ms, the result is good, Why is it so?
my alg need ch0 ch1 sync completely, How can we do?