Now I use the EVM6437 board and get the UYVY422 video now.
How can I configure the video driver to get the YUV420 video
Thank you.
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.
The driver supports only YUV 422 interleaved data format as supported by VPFE.
You can't configure the driver to generate a YUV420 planar format.
This conversion should be done in the application only!!
The application note below on using the EDMA3 driver on DM643x devices discusses converting an image from YUV422 to YUV420 format, including an example which may be helpful. DMA is probably the most efficient way of doing this, however you could also do it with the CPU.