Tool/software: TI C/C++ Compiler
Hi,
We are working with integration of camera(with ISP) with our algorithm usecase.
We are using PSDK_06_02_00_21 for TDA4x development.
Camera outputs YUYV format data hence we have used colour Convert node to convert to NV12 image format. This is a multi channel camera integration.
1. We observed that color convert node is taking around 49~50ms for this conversion. It is a standard openvx node that we have used which runs on DSP.
Is this performance expected?
2. Is there any hardware accelerator we can use for the YUYV to NV12 conversion to overcome this bottleneck?
Regards,
Jyoti Patil