Tool/software: Linux
Hi,
We are using gstreamer on AM5728 to display the video.
The pipeline is as follows:
gst-launch-1.0 -v v4l2src device=/dev/video1 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, framerate=(fraction)60/1' ! vpe num-input-buffers=8 ! 'video/x-raw, format=(string)NV12, width=(int)1280, height=(int)720, framerate=(fraction)60/1'! queue ! waylandsink
Please let us know that how can we set the position of the video window on screen?
software version: SDK-rt3.3 , gstreamer-1.0
Thanks,
Andi