cannot change output format in gstreamer
问题 I am using a camera which supports 1080 and 720p videos at both 30 and 25 frames per second. I can get the webcam to stream with the following gstreamer command on my ARM board gst-launch-1.0 -v v4l2src device=/dev/video0 ! "video/x-raw, width=1920, height=1080, format=(string)YUY2, framerate=30/1" ! xvimagesink sync=false -e However, I find that I cannot change any of these parameters. For example, if I change the framerate to 25/1 , I get the error: error: streaming task paused, reason not