Why does cuda::VideoCapture consumes more memory than videocapture

asked 2017-09-11 08:36:55 -0600

Pawan gravatar image

I have created a simple program which plays a 1280 x 720 | H.264 video file using videocapture the process consumes around 75 mb of memory. But if i play the same file using cuda::videocapture the amount memory( GPU ram ) consumed by the process grows by more than 3x to around 250 mb.

CPU Process Data image description

GPU Process Data image description

What is the reason behind this significant jump in memory usage ?

edit retag flag offensive close merge delete