Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Multi-Cam example on PSDKRA currently supports RAW sensor. How to change it to use for YUV sensors?
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.
Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Multi-Cam example on PSDKRA currently supports RAW sensor. How to change it to use for YUV sensors?
Please find attached patch on vision apps. This patch allows to run multi-cam example for the YUV sensors. It adds certain flags to enable data path for the YUV format. When it is enabled, it configures capture node for YUV format and bypasses VISS and AEWB nodes.
Please apply this patch on vision_apps folder in PSDKRA7.0 release.
In order to enable YUV mode, set the flag obj->captureObj.is_yuv_capture in the API app_set_cfg_default and set the YUV422 format in obj->captureObj.yuv422Fmt as per capture data format.
The current patch allows to use LDC for 1920x1080 resolution. Apply attached patch on top of the above patch to allow use of LDC only for format conversion for any image size.
0001-Added-support-to-do-only-format-conversion-in-LDC-fo.patch
Regards,
Brijesh
One more patch fir fixing replicate node issue in the LDC node.