vidoeReadeR_GPU (function/feature is not implemented)

asked 2014-06-09 06:19:11 -0600

Tariq gravatar image

I built OpenCV 2,4,6 with CUDA support and I can run my programs on GPU using OpenCV-GPU module.

I want to use cv::gpu::VideoReader_GPU class for directly reading video frames into GPU memory.

I am getting above exception for this line in my code:

VideoReader_GPU flDeviceVideoReader(VIDEO_FILE_NAME);

OpenCV Error: The function/feature is not implemented (The called functionality is disabled for current build or platform) in unknown function, file C:/Users/Ab dullah/Downloads/opencv-2.4.6/modules/gpu/src/precomp.hpp, line 133

What can be the reason for it?

edit retag flag offensive close merge delete

Comments

Hey did you figure this out ? I am getting the same in opencv3.0.0

abhiguru gravatar imageabhiguru ( 2015-06-04 03:37:21 -0600 )edit

not yet, still looking for an answer

Tariq gravatar imageTariq ( 2015-06-12 15:05:34 -0600 )edit