It seems that the MIP SDK uses CUDA to decode video frames when hardware is available (please correct me if I am wrong).
Is there a way to leave the decoded frames in GPU memory and return instead a handle to it instead of transferring it to CPU memory?
We want to suppress the transfer of the decoded frames from the GPU to the CPU and process the frames directly in the GPU.