Tool/software:
Hello,
We are using SDK version 6.03 for Linux on AM5728 SOC.
With reference to the following article provided for the SDK we are trying to capture feed and display on wayland using gst-launch.
The command we are using is:
gst-launch-1.0 v4l2src device=/dev/video1 num-buffers=1000 io-mode=4 ! 'video/x-raw, \ format=(string)YUY2, width=(int)1280, height=(int)720' ! vpe num-input-buffers=8 ! queue ! waylandsink
We tried using different format(YUY2, NV12, YUYV ) too. The feed that we are getting is distorted and very slow. The command is supposed to use the video processing engine and IVAHD core and show the feed properly.
Kindly help and suggest why the command is not working.