Hi TI,
Does SRV kernel support NV12 output in SDK_08_01?
From the code below, I thought it support NV12.But it runs abnormal when I set it to NV12.

BTW, does SRV support input formet : YUYV/UYVY?

Regards,
Damon.
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.
Hi TI,
Does SRV kernel support NV12 output in SDK_08_01?
From the code below, I thought it support NV12.But it runs abnormal when I set it to NV12.

BTW, does SRV support input formet : YUYV/UYVY?

Regards,
Damon.
Hi Nikhil,
Part of my graph is like this:

Image from the Camera is in YUYV format. So I need to convert it into NV12 format before transfer it to SRV node. And add another displayM2M node to convert RGB into NV12 before PreProc node.
I'm just think: if SRV support for YUYV input and NV12 output, these two displayM2M node will be delete.
Regards,
Damon
Hi Damon,
The SRV kernel do support VX_DF_IMAGE_NV12, VX_DF_IMAGE_YUYV and VX_DF_IMAGE_UYVY as input and only VX_DF_IMAGE_RGBX is supported as output currently.
Regards,
Nikhil