请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AM68A 工具与软件:
哪个 GStreamer 元素用于在 TI AM68A 控制器上全屏显示实时流?
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.
尊敬的 Mohammed:
对于1920x1080显示器、您需要在流水线的末尾添加以下内容。
video/x-raw, width=1920, height=1080 ! kmssink driver-name=tidss sync=false force-modesetting=true
请看一下 kmsink 此常见问题解答中的使用示例: 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
谢谢!
Fabiana