Hello everyone,
I'm currently working on a TMS320DM8168 with a PU SGX530 GPU. When the display mode of the screen is set to 24Hz, i noticed a latency between 300 and 500 ms on the video compared to the case when it is set to 60Hz. I did many tests to see if it came from the software and it looks like it comes from the GPU.
Therefore i was wondering if the output mode of the screen (and especially the frequency) could have an influence on the speed of treatment of GL commands (adding a delay?) . Are there some paramaters to influence this latency at initialisation ?
The last command used is "eglSwapBuffers".
Thank you.