我的平台是6446,现在的YUV码流格式是YUYV格式。我想转换成YUV422P,这样就能方便地提取Y分量,减小DSP负荷,请问这个是需要在驱动下更改么。如果是,我需要怎么做?
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.
我的平台是6446,现在的YUV码流格式是YUYV格式。我想转换成YUV422P,这样就能方便地提取Y分量,减小DSP负荷,请问这个是需要在驱动下更改么。如果是,我需要怎么做?
我能想到的有两种做法,第一种是通过resizer,把UYVY 422iLE转成YUV420SP,这样Y分量就提出来了
具体可以参考6446 Linux PSP的例子来作这个
也可以用c6accel image processing api,通过DSP来加速转换,具体请参考c6accel的wiki:
processors.wiki.ti.com/.../C6Accel_Image_Processing_API_Reference_guide