CUDA NVCUVENC replacement
Hello.
I'm using CUDA accelerated VideoWriter_GPU and VideoReader_GPU classes. Recently NVidia released drivers which completely stops supporting old NVCUVENC interface. Does anyone have VideoWriter and VideoReader classes which utilize new NVENC interface? Or is it planned to replace NVCUVENC in future OpenCV releases?
Euhm as far as I understood, the CUDA released 6.5 drivers simply give a notice of dropping the compute capability 1.1 1.2 1.3 and so on. But the support is still there. This is a valid argument however! Stuff will go wrong if we do not replace these old deprecated interfaces!
More info: https://developer.nvidia.com/nvidia-video-codec-sdk I do suggest you opening a bug report on dev forum. This should be brought to attention :)