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?
Hey did you figure this out ? I am getting the same in opencv3.0.0
not yet, still looking for an answer