|
|
@ -44,17 +44,9 @@ |
|
|
|
#ifndef __CUVID_VIDEO_SOURCE_HPP__ |
|
|
|
#ifndef __CUVID_VIDEO_SOURCE_HPP__ |
|
|
|
#define __CUVID_VIDEO_SOURCE_HPP__ |
|
|
|
#define __CUVID_VIDEO_SOURCE_HPP__ |
|
|
|
|
|
|
|
|
|
|
|
#if defined(HAVE_DYNLINK_NVCUVID_HEADER) |
|
|
|
|
|
|
|
#include <dynlink_nvcuvid.h> |
|
|
|
|
|
|
|
#elif defined(HAVE_NVCUVID_HEADER) |
|
|
|
|
|
|
|
#include <nvcuvid.h> |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
#include "opencv2/core/private.cuda.hpp" |
|
|
|
|
|
|
|
#include "opencv2/cudacodec.hpp" |
|
|
|
|
|
|
|
#include "video_source.hpp" |
|
|
|
#include "video_source.hpp" |
|
|
|
|
|
|
|
|
|
|
|
namespace cv { namespace cudacodec { namespace detail |
|
|
|
namespace cv { namespace cudacodec { namespace detail { |
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CuvidVideoSource : public VideoSource |
|
|
|
class CuvidVideoSource : public VideoSource |
|
|
|
{ |
|
|
|
{ |
|
|
|