Home
last modified time | relevance | path

Searched refs:CvCaptureCAM_V4L_CPP (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_libv4l.cpp1856 class CvCaptureCAM_V4L_CPP : CvCapture class
1859 CvCaptureCAM_V4L_CPP() { captureV4L = 0; } in CvCaptureCAM_V4L_CPP() function in CvCaptureCAM_V4L_CPP
1860 virtual ~CvCaptureCAM_V4L_CPP() { close(); } in ~CvCaptureCAM_V4L_CPP()
1874 bool CvCaptureCAM_V4L_CPP::open( int index ) in open()
1881 void CvCaptureCAM_V4L_CPP::close() in close()
1890 bool CvCaptureCAM_V4L_CPP::grabFrame() in grabFrame()
1895 IplImage* CvCaptureCAM_V4L_CPP::retrieveFrame(int) in retrieveFrame()
1900 double CvCaptureCAM_V4L_CPP::getProperty( int propId ) const in getProperty()
1905 bool CvCaptureCAM_V4L_CPP::setProperty( int propId, double value ) in setProperty()
1912 CvCaptureCAM_V4L_CPP* capture = new CvCaptureCAM_V4L_CPP; in cvCreateCameraCapture_V4L()
Dcap_v4l.cpp2873 class CvCaptureCAM_V4L_CPP : CvCapture class
2876 CvCaptureCAM_V4L_CPP() { captureV4L = 0; } in CvCaptureCAM_V4L_CPP() function in CvCaptureCAM_V4L_CPP
2877 virtual ~CvCaptureCAM_V4L_CPP() { close(); } in ~CvCaptureCAM_V4L_CPP()
2891 bool CvCaptureCAM_V4L_CPP::open( int index ) in open()
2898 void CvCaptureCAM_V4L_CPP::close() in close()
2907 bool CvCaptureCAM_V4L_CPP::grabFrame() in grabFrame()
2912 IplImage* CvCaptureCAM_V4L_CPP::retrieveFrame(int) in retrieveFrame()
2917 double CvCaptureCAM_V4L_CPP::getProperty( int propId ) const in getProperty()
2922 bool CvCaptureCAM_V4L_CPP::setProperty( int propId, double value ) in setProperty()
2929 CvCaptureCAM_V4L_CPP* capture = new CvCaptureCAM_V4L_CPP; in cvCreateCameraCapture_V4L()