Tool/software: TI-RTOS
Hi,
I am trying to dump the display 1 (HDMI) data to /dev/screen/0. How to enable this.
Pls suggest a way to solve this.
Thanks & Regards,
Mythili R
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: TI-RTOS
Hi,
I am trying to dump the display 1 (HDMI) data to /dev/screen/0. How to enable this.
Pls suggest a way to solve this.
Thanks & Regards,
Mythili R
Hi Mythili,
Try looking in sub-directories under /dev/screen/<process id>. Where process id in the case of a gles2-gears application would be as follows:
pidin ar | grep gears
176156 gles2-gears
And you would look in the sub-directories under /dev/screen/176156/...
Regards,
kb