Ask Your Question

Averius's profile - activity

2018-02-22 10:08:30 -0600 received badge  Student (source)
2015-09-09 03:40:20 -0600 received badge  Self-Learner (source)
2015-09-08 14:54:36 -0600 answered a question Cuda VideoReader error

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.

2015-09-08 03:01:44 -0600 commented answer Cuda VideoReader error

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.

2015-09-06 22:54:07 -0600 asked a question 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?