1 | initial version |
Looking at the sourcecode I found out
if (error == cudaErrorInsufficientDriver) { return -1; }
Which means your CUDA version is not high enough for the OpenCV version you want to build! Update your CUDA runtime libraries! AFAIK, 2.4.5 requires CUDA 4.1!