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.

TDA4VEN-Q1: "J722s does not have a displaym2m node. How can we efficiently convert YUYV to NV12?

Part Number: TDA4VEN-Q1

Tool/software:

HI :TI

On the J722s SDK11, there is no displaym2m node. We need to convert the YUYV image from the camera into an NV12 format and input it into the scaler node (MSC). Does TI have a replaceable node available on the J722S SDK11? If not, how can I achieve the YUYV to NV12 conversion with higher efficiency, lower resource and CPU consumption, and shorter processing time?

  • Hi,

    There are 2 options,

    1. If you could able to configure your camera to send UYVY, then you can use ldc_node to convert the color from UYVY to NV12.

    2. There is a tiovx node tivxDLColorConvertArmv8Node() that runs in a72/a53 which uses arm neon instructions to perform the conversions.
        this kernel is defined in edgeai-tiovx-kernels.

    Regards,
    Gokul