Lines Matching refs:CvCaptureCAM_PvAPI
73 class CvCaptureCAM_PvAPI : public CvCapture class
76 CvCaptureCAM_PvAPI();
77 virtual ~CvCaptureCAM_PvAPI() in ~CvCaptureCAM_PvAPI()
115 CvCaptureCAM_PvAPI::CvCaptureCAM_PvAPI() in CvCaptureCAM_PvAPI() function in CvCaptureCAM_PvAPI
122 void CvCaptureCAM_PvAPI::Sleep(unsigned int time) in Sleep()
134 void CvCaptureCAM_PvAPI::close() in close()
143 bool CvCaptureCAM_PvAPI::open( int index ) in open()
213 bool CvCaptureCAM_PvAPI::grabFrame() in grabFrame()
220 IplImage* CvCaptureCAM_PvAPI::retrieveFrame(int) in retrieveFrame()
229 double CvCaptureCAM_PvAPI::getProperty( int property_id ) const in getProperty()
317 bool CvCaptureCAM_PvAPI::setProperty( int property_id, double value ) in setProperty()
486 void CvCaptureCAM_PvAPI::stopCapture() in stopCapture()
492 bool CvCaptureCAM_PvAPI::startCapture() in startCapture()
519 bool CvCaptureCAM_PvAPI::resizeCaptureFrame (int frameWidth, int frameHeight) in resizeCaptureFrame()
604 CvCaptureCAM_PvAPI* capture = new CvCaptureCAM_PvAPI; in cvCreateCameraCapture_PvAPI()