Tool/software:
Which GStreamer element is used to display a live stream in full screen on the TI AM68A controller?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Which GStreamer element is used to display a live stream in full screen on the TI AM68A controller?
Hi Mohammed,
For a 1920x1080 display, you would add the following to the end of your pipeline.
video/x-raw, width=1920, height=1080 ! kmssink driver-name=tidss sync=false force-modesetting=true
Please take a look at the kmssink usage examples in this FAQ: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1427869/faq-sk-am69-how-to-stream-from-csi-sensor-and-usb-camera-to-display-using-gstreamer
Thank you,
Fabiana