Tool/software: Linux
Hi,
I am using processor SDK v5.01 with AM5728 EVM. How to get same data on both LCD and HDMI simultaneously?
Regards,
Vijay
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: Linux
Hi,
I am using processor SDK v5.01 with AM5728 EVM. How to get same data on both LCD and HDMI simultaneously?
Regards,
Vijay
Hello,
The video will be displayed on primary display.
Clone is not possible with gstreamer.
There is no property in waylandsink to specify the display.
processors.wiki.ti.com/.../Processor_Linux_SDK_Graphics_and_Display
In the above guide please search for drmclone demo also.
You could try decode display demo also
./viddec3test -s 35:800x480 -- -s 30:1280x720 /path to file/test.264
where 35 and 30 are the connectorID so you must run modetest demo to find these IDs first.
Keep in mind before to run drmclone demo or viddec3test you must stop weston /etc/init.d/weston stop
Hope this helps.
BR
Margarita