hello JerryChang,
thanks for your reply
may I know what’s the streaming output types, is it interlaced, or progressive?
It doesn’t matter whether interlaced or progressive the picture looks the same.
besides, you should follow-by VI’s alignment, which is 64.
Sorry, but I don’t understand it. Where I can see or change the alignment of the VI.
contiorin@contiorin-desktop:~$ gst-launch-1.0 v4l2src -v device=/dev/video0 ! "video/x-raw, width=1100, height=884, format=(string)UYVY" ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstXvImageSink:xvimagesink0.GstPad:sink: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
contiorin@contiorin-desktop:~$ gst-launch-1.0 v4l2src -v device=/dev/video0 ! "video/x-raw, width=1100, height=884, format=(string)UYVY, interlace-mode=interlaced" ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, interlace-mode=(string)interlaced, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, interlace-mode=(string)interlaced, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1
/GstPipeline:pipeline0/GstXvImageSink:xvimagesink0.GstPad:sink: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, interlace-mode=(string)interlaced, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, width=(int)1100, height=(int)884, format=(string)UYVY, interlace-mode=(string)interlaced, framerate=(fraction)30/1, colorimetry=(string)2:4:7:1```