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.
We want to dynamically display the reversing track line on the reversing image, and the track line changes with the wheel direction,like this:
now we find draw2d only draw line font and region,can draw2d draw curves?
Is it possible to draw the reverse track with opengl?
Are there any related apis and demos?
我把您的问题升级到英文e2e论坛了,请关注下面帖子的回复。
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1176267/tda4vm-how-to-draw-reverse-track
请看下面e2e工程师的最新回复。
This seems to be a good tutorial on how to render lines using OpenGL: https://wwwtyro.net/2019/11/18/instanced-lines.html
To use OpenGL on TDA4VM, we do provide the libraries necessary for OpenGL ES, you can compile your code against them to run your OpenGL Application on our EVM.