NvBufSurfTransform interface error:“Failed to configure VIC Target Surface”

Hi,

It is limitation in hardware engine. Please refer to a similar topic:
[Gstreamer] nvvidconv, BGR as INPUT - #2 by DaneLLL

The solution is demonstrated in dsexample sample. Need to convert to RGBA through NvBufSurfTransform() and to BGR through cv::cvtColor().

1 Like