Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/
H A Dvideoio_c.h64 typedef struct CvCapture CvCapture; typedef
68 CVAPI(CvCapture*) cvCreateFileCapture( const char* filename );
72 CVAPI(CvCapture*) cvCreateFileCaptureWithPreference( const char* filename , int apiPreference);
132 CVAPI(CvCapture*) cvCreateCameraCapture( int index );
138 CVAPI(int) cvGrabFrame( CvCapture* capture );
146 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture, int streamIdx CV_DEFAULT(0) );
152 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture );
156 CVAPI(void) cvReleaseCapture( CvCapture** capture );
519 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
522 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dvideoio.hpp67 typedef struct CvCapture CvCapture; typedef
811 Ptr<CvCapture> cap;
951 template<> CV_EXPORTS void DefaultDeleter<CvCapture>::operator ()(CvCapture* obj) const;