Home
last modified time | relevance | path

Searched refs:VideoCapture (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dvideoio.hpp607 class CV_EXPORTS_W VideoCapture class
615 CV_WRAP VideoCapture();
622 CV_WRAP VideoCapture(const String& filename);
637 CV_WRAP VideoCapture(const String& filename, int apiPreference);
648 CV_WRAP VideoCapture(int index);
654 virtual ~VideoCapture();
746 virtual VideoCapture& operator >> (CV_OUT Mat& image);
751 virtual VideoCapture& operator >> (CV_OUT UMat& image);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.h22 class VideoCapture : public QObject, public QRunnable
26 explicit VideoCapture(QObject *parent,
31 virtual ~VideoCapture();
H A Dvideocapture.cpp22 VideoCapture::VideoCapture(QObject *parent, char *devname, in VideoCapture() function in VideoCapture
35 VideoCapture::~VideoCapture() in ~VideoCapture()
39 void VideoCapture::SetImg(QLabel *Image) in SetImg()
44 int VideoCapture::Init() in Init()
357 int VideoCapture::LoopCapture() in LoopCapture()
H A DCamera.h25 VideoCapture *capture;
H A DCamera.cpp235 capture = new VideoCapture(this, in StartWorkThread()