gstreamer capture CIF

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gstreamer capture CIF

408 Views
liu_jialu
Contributor III

I used the command like below captured yuv file, but customer need is 352x288, then what can i do with gstreamer:

   gst-launch v4l2src device=/dev/video0 num-buffers=20 ! video/x-raw-yuv, format=\(fourcc\)I420, width=720, height=480 ! multifilesink location="test%02d.yuv"

thanks.

Tags (1)
0 Kudos
Reply
1 Reply

350 Views
joanxie
NXP TechSupport
NXP TechSupport

what does the customer need? display resolution or capture resolution, if for the display resolution, pls try to use "disp-width" and "disp-height" to set.

0 Kudos
Reply