Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

vidoeReadeR_GPU (function/feature is not implemented)

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?