The principle of cv::cudacodec::VideoReader
Hello,i am learning GPU video decoding by using opencv,and i want to get some imformation about the principle of cv::cudacodec::VideoReader
,because i don't know how opencv encapsulate NVCUVID.What has opencv done with cv::cudacodec::VideoReader
?Such as the decoding process or other core principle.
Thank you very much.