HI all:
we have developed a custom am5728 board which can be used to capture interlace video.
Just now we can capture the video successfully, But the video have some jitter.
So we make some debug and found that am5728 capture 50 fields per second, the field is width 720, height 288.
because We can get 50 interrupts from the vin1a per second.
We doubt whether am5728 take each field as a frame to display which result in jitter.
So how can we deinterlace the video?
Our Processor SDK is 4.0.
The hardware is am5728 + tvp5150
Our test command is below:
gst-launch-1.0 -v v4l2src device=/dev/video1 norm=255 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)720, height=(int)288, framerate=(fraction)50/1' \
! vpe ! 'video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)50/1' ! queue ! waylandsink