Other Parts Discussed in Thread: TDA2
Tool/software: TI-RTOS
We need VPE output formant (YUV444p or RGB888p) for TDA2.
Does TDA2 support this function ?
How can I implement it ?
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.
Our algorithm input format must be YUV444P and scaled.
We want use VPE scaled and output (YUV444P or RGB888) format.
But we find vpelink.h.
System_VideoDataFormat dataFormat;
/**< Output Frame data Format.
* VPE link is validated only for the following output dataformats
* 1. SYSTEM_DF_YUV422I_YUYV
* 2. SYSTEM_DF_YUV420SP_UV
So, do you have any sample about VPE scaled output format(YUV444P or RGB888).
Thanks
YUV444I is supported by the driver. You need to add support in the VPE link.
Note: VPE outputs in YUV444 interleaved and not YUV444 planar.