Cuda VideoReader error
I have built OpenCV 3.0 with CUDA 7.0 using Visual Studio 2013 x64. When running the VideoReader example I get the following error:
OpenCV Error: The function/feature is not implemented (The called functionality is disabled for current build or platform) in throw_no_cuda, file D:\Dokumente\opencv-master\modules\core\include\opencv2/core/private.cuda.hpp, line 101
I can't figure out what's the problem. Might this be a bug or did I miss something?