SK-AM62P-LP: Problems with gst-launch-1.0

Part Number: SK-AM62P-LP

Tool/software:

Hi,

We're facing some difficulties with our video pipeline.

we set video format using " v4l2-ctl -d /dev/video3 --set-fmt-video=width=1280,height=720,pixelformat=UYVY " command, but when we run the pipeline as " gst-launch-1.0 -v v4l2src device=/dev/video3 ! videoconvert ! autovideosink " it overwrites our previous configuration, as show bellow in the example.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
root@am62pxx-evm:~# v4l2-ctl -d /dev/video3 --set-fmt-video=width=1280,height=720,pixelformat=UYVY
root@am62pxx-evm:~# v4l2-ctl -d /dev/video3 --get-fmt-video
Format Video Capture:
Width/Height : 1280/720
Pixel Format : 'UYVY' (UYVY 4:2:2)
Field : None
Bytes per Line : 2560
Size Image : 1843200
Colorspace : Rec. 709
Transfer Function : Rec. 709
YCbCr/HSV Encoding: Rec. 709
Quantization : Limited Range
Flags :
root@am62pxx-evm:~# gst-launch-1.0 -v v4l2src device=/dev/video3 ! videoconvert ! autovideosink
Setting pipeline to PAUSED ...
warning: queue 0xffff8c000be0 destroyed while proxies still attached:
xdg_wm_base@7 still attached
wl_seat@6 still attached
wl_subcompositor@5 still attached
wl_compositor@4 still attached
wl_registry@2 still attached
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Is there a specific reason for that?


Best Regards,

Sergio