Dear support:
- Test result (ti-processor-sdk-rtos-j721e-evm-07_02_00_06):
C6x1: 44% (vxChannelExtractNode, only extract Y channel, replicated node mode)
C6x2: 58% (vxRemapNode for remap two gray images, two individual remap nodes)
- Why extracting Y channel consume so much C6x usage since Y channel memory lies at header of NV12 image;
BTW: I tried to use vxCreateImageFromChannel to extract Y channel, but it dont' work( the first output image sometime is wrong, but the second is right) , we guess it seem not support pipelining(We read "Pipelining is not supported in TIOVX(see: ROI_NOTE)" from TIOVX document).
Thanks,