We are working on PAL/NTSC capture using omx_camera and gstreamer. The ezsdk version is 05 05 02 00.
ADV7181C Video decoder is used to get 8 bit BT.656 fromat.
We are able to capture PAL/NTSC video and want to use deinterlace module to get progressive YUY2 format video as output.
But we are not able to get proper deinteraced video.
pipeline used:
gst-launch omx_camera input-mode=8_BIT scan-type=interlaced input-interface=VIP1_PORTB ! "video/x-raw-yuv, format=(fourcc)NV12, width=720, height=576, framerate=60/1, buffer-count-requested=10, interlaced=(boolean)true" ! omx_mdeiscaler name=d d.src_00 ! "video/x-raw-yuv, format=(fourcc)YUY2, width=720, height=576" ! gstperf ! filesink location=test1.yuv sync=false
capture[PAL/NTSC]--->dei---->file
let me know i m using proper pipeline for above usecase
