Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I put IMAGE_INSTALL_append += " gstreamer1.0-plugins-nvv4l2camerasrc " in local.conf and compiled.
want to use this command to stream to HDMI Display:
gst-launch-1.0 nvv4l2camerasrc sensor-mode=0 ! "video/x-raw(memory:NVMM), format=(string)GRAY8, width=(int)1792, height=(int)1204" ! fpsdisplaysink video-sink=fakesink text-overlay=false -e -v
but failed with this warning:
WARNING: erroneous pipeline: no property "sensor-mode" in element "nvv4l2camerasrc0"
could someone tell me how to install the gstreamer plugins properly? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions