Hi NVIDIA:
In my case, the source NvBufSurface is camera-source and the format is NVBUF_COLOR_FORMAT_YUYV,
the target NvBufSurface is created by NvBufSurfaceAllocate and the format is NVBUF_COLOR_FORMAT_RGB.
And when I call “NvBufSurfTransform”, it return “NvBufSurfTransformError_Execution_Error”.
BUT when I change the format of the targe NvBufSurface to be NVBUF_COLOR_FORMAT_RGBA, “NvBufSurfTransform” works.
Is it supported that “NVBUF_COLOR_FORMAT_YUYV to NVBUF_COLOR_FORMAT_RGB” ?