whether the Interlaced vedio is supported on TX2

We have gotten that TX2 can support progressive vedio.
Now, we want to know whether the interlaced vedio is supported,
if supportted, how to set.
thanks.

529759718,

What “progressive indicator” are you talking about? Are you talking about codec?

“progressive indicator” is a mistake, I means 1080p vedio mode.CSI 1080p input,I have displayed it.

now I have another vedio,CSI,interlace mode.
I want to know whether TX2 can support interlaced vedio or not.

No, enc/dec do not support interlaced.

I have a CSI vedio,and feed it to input system of TX2,then vedio can be dispalyed on screen.
I want to get a picture from the vedio, and save the picture as “xxx.yuv”,
Has any command line can realize this?
thanks.

This command is what you need.

gst-launch-1.0 nvcamerasrc num-buffers=500 ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)I420, framerate=(fraction)30/1' ! nvvidconv !
 'video/x-raw, format=(string)I420' ! filesink location=test.yuv -v -e

nvidia@tegra-ubuntu:~$ gst-launch-1.0 nvcamerasrc num-buffers=500 ! ‘video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)I420, framerate=(fraction)30/1’ ! nvvidconv !

(gst-launch-1.0:3011): GStreamer-CRITICAL **: gst_element_link_pads_filtered: assertion ‘GST_IS_BIN (parent)’ failed
ERROR: pipeline could not be constructed: syntax error.

You didn’t paste the full command I gave you. If you need some guidance of how to use gstreamer, please follow the guidance.

https://developer.nvidia.com/embedded/dlc/l4t-accelerated-gstreamer-guide-28-2