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.
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.