Ask Your Question
1

Cuda VideoReader error

asked 2015-09-06 14:50:20 -0600

Averius gravatar image

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?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2015-09-08 14:54:36 -0600

Averius gravatar image

I finally made it work by using an old driver version for my Geforce 750 TI. I used Geforce 337.88 as this is the latest version that supports NVCUVENC. The latest CUDA Toolkit version supporting NVCUVENC is 5.5 so I used this one. Although the CUDA Toolkit installation wizard said my device isn't supported, it worked. I built OpenCV 3.0 with Visual Studio 2010 (2013 didn't work) on x64.

edit flag offensive delete link more
0

answered 2015-09-07 05:46:49 -0600

updated 2015-09-07 05:48:24 -0600

Did you specify WITH_NVCUVID in CMake?
If you use cudacodec module, you need to specify this option in CMake.

But, I can not find NVCUVENC in NVIDIA CUDA Toolkit v7.0.
So, I disabled encoding feature of cudacodec
I wrote a method to use decoding feature of cudacodec in my webpage(Content is Japanese).
https://goo.gl/i6HZwF

edit flag offensive delete link more

Comments

Thanks but this wouldn't solve my problem as I need encoding features. Actually you gave me the right hint. The problem is NVCUVENC and I solved the problem myself. I will post the solution later.

Averius gravatar imageAverius ( 2015-09-08 02:23:01 -0600 )edit

hi Averius, I am also facing the same problem with CUDA 8 and opencv 3.2 in ubuntu 16.04. Can you share your solution to this problem?

varsh gravatar imagevarsh ( 2018-02-22 10:08:19 -0600 )edit

Question Tools

2 followers

Stats

Asked: 2015-09-06 14:50:20 -0600

Seen: 1,728 times

Last updated: Sep 08 '15