In our system, the image format from camera is YUYV. We plan to use VPI to convert into RGB before transmitting it into neural network. But vpiSubmitConvertImageFormat returned an error message “VPI_ERROR_INVALID_IMAGE_FORMAT: CUDA: Conversion not implemented between VPI_IMAGE_FORMAT_YUYV and VPI_IMAGE_FORMAT_RGB8”.
Does it mean VPI do not support conversation between YUV and RGB for now? If it’s true, is there an effeicient way to convert the image from YUV to RGB since CPU is so slow.