Error - NvBufSurfTransform failure

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” ?

Hi,
The formats are not supported on Jetson platforms. Some formats are supported only on desktop GPUs.

Hi,
You mean that “NVBUF_COLOR_FORMAT_RGB” is not supported on all Jetson Orin platforms?

Hi,
No, NVBUF_COLOR_FORMAT_RGB is not supported on all Jetson platforms.

OK. I’m thankful for your reply.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.