cuda videowriter throw exception
With 4.3.0, cuda, nvcuvid with RTX2060. I am trying to use cuda videowriter. It compiles well but throw exception at runtime in cv::cudacodec::createVideoWriter. Other cuda functions works well such as gpu optical flows and cudacodec::createVideoReader also work.
Is there anything that I missed?
which exception, exactly ? please show initialization codesy
As far as I am aware
cv::cudacodec::VideoWriter
has not worked for a long time. Onlycv::cudacodec::VideoReader
works.berak, the exception is throw_no_cuda in cv::cudacode::createVideoWriter() cudawarped, Finally I can stop this endless re-compiling thanks to you.