know how to keep the decoded data in the GPU?

I run the sample as tegra_multimedia_api/02_video_dec_cuda in Jetson NANO, I want to know how to keep the decoded data in the GPU?

Hi,
The NvBuffers are for video decoding. If you need to use the decoded data for further process, suggest you allocate other buffers and copy the data so that the NvBuffers can be returned to decoder for next decoding.

1 Like