agx orin, jp6.0 36.3
1920*1536 60fps yuv sensor
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=UYVY,width=1920,height=1536,framerate=60/1 ! nvvidconv ! video/x-raw,format=BGRx,width=640,height=480! autovideosink —— works well,but bellow command does not work
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=UYVY,width=1920,height=1536,framerate=60/1 ! nvvidconv ! video/x-raw,format=BGRx,width=1920,height=1536! autovideosink
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=UYVY,width=1920,height=1536,framerate=60/1 ! nvvidconv ! video/x-raw,format=BGRx,width=1920,height=1536 ! autovideosink
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Got context from element ‘autovideosink0’: gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)“(GstGLDisplayX11)\ gldisplayx11-0”;
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Signal lost
Additional debug info:
../sys/v4l2/gstv4l2src.c(556): gst_v4l2src_query_preferred_size (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
No input source was detected - video frames invalid
New clock: GstSystemClock
Redistribute latency…
0:00:00.5 / 99:99:99.
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_mini_object_copy: assertion ‘mini_object != NULL’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_caps_get_structure: assertion ‘GST_IS_CAPS (caps)’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_structure_copy: assertion ‘structure != NULL’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_caps_append_structure_full: assertion ‘GST_IS_CAPS (caps)’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_caps_get_structure: assertion ‘GST_IS_CAPS (caps)’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_structure_copy: assertion ‘structure != NULL’ failed
(gst-launch-1.0:59063): GStreamer-CRITICAL **: 00:59:58.152: gst_caps_append_structure_full: assertion ‘GST_IS_CAPS (caps)’ failed
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)