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.
Tool/software:
HW: TDA4VM customer hardware
SDK: v7.03
We are developing base on vision_apps/apps/srv_demos/app_srv_camera
When we use sensor input is UYVY422 and output is NV12, it can work as we want.
But now, we want to change the sensor, and the new sensor input is YUYV422, output is still NV12.
But the image is like below:
We try to change iss_cfg IssSensor_CreateParams to VX_DF_IMAGE_YUYV, but program can not run and report err.
How should we change the configure? Is support YUYV422?
Thanks
Hi,
Have you validated this sensor by streaming using the single cam app?
May I know output of what is NV12?
Are the DCC tuning done for this sensor?
Regards,
Nikhil
Hi Nikhil,
Thanks for your reply, I am confirm the sensor output is YUYV 422 bu dump image frome capture as flow:
And now we are using LDC to transfer it to NV12 (LDC output is NV12), LDC output as below:
The LDC only support UYVY422, am I right?
Is there anyway to transfer YUYV422 to UYVY422 in CSIRX or any other node?
Or how I can transfer YUYV422 to NV12 directly?
Thanks
Hi,
You can use the DSS M2M node [ tivxDisplayM2MNode()] to convert from YUYV to NV12
Regards,
Nikhil
Hi Nikhil,
Thanks very much for reply.
Is there any example code or manual that i can refer to?
Thanks
Hi,
There is no exact format conversion example, but you can refer the conformance test of DSS M2M node (i.e. test_display_m2m.c) in video_io/kernels/video_io/test/ folder in the latest SDK
Regards,
Nikhil