Hi all,
I have a NTSC interlaced camera connected to tvp5150 and try to run the video_loopback demo (dvsdk4).
I know that ipipe do de-interlacing simply dropping one field and resizing the other.
If I set in appMain.c:
#define NUM_BUFS 3
when I move the camera the displayed video is not fluid, like if I'm loosing some frame or the frames would be displayed in wrong order.
if I set:
#define NUM_BUFS 1
everything's all right, the motion is very fluid and the movement are very good.
Could you please give me some advice or hint to solve this problem?
Thanks,
Tommaso