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

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

Completed in 2125 milliseconds