TwiceAsNice  2019-02-18
Classes | Typedefs
pwc-wrapper.h File Reference
#include <linux/videodev.h>
#include <sys/ioctl.h>
#include "pwc-ioctl.h"
Include dependency graph for pwc-wrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  CvCaptureVTable
 Struct CvCaptureVTable
More...
 
struct  CvCaptureCAM_V4L
 Struct CvCaptureCAM_V4L
More...
 
class  PwcWrapper
 Class PwcWrapper
More...
 

Typedefs

typedef void(CV_CDECL * CvCaptureCloseFunc) (CvCapture *capture)
 
typedef int(CV_CDECL * CvCaptureGrabFrameFunc) (CvCapture *capture)
 
typedef IplImage *(CV_CDECL * CvCaptureRetrieveFrameFunc) (CvCapture *capture)
 
typedef double(CV_CDECL * CvCaptureGetPropertyFunc) (CvCapture *capture, int id)
 
typedef int(CV_CDECL * CvCaptureSetPropertyFunc) (CvCapture *capture, int id, double value)
 
typedef const char *(CV_CDECL * CvCaptureGetDescriptionFunc) (CvCapture *capture)
 
typedef struct CvCaptureVTable CvCaptureVTable
 
typedef struct CvCaptureCAM_V4L CvCaptureCAM_V4L
 

Typedef Documentation

◆ CvCaptureCAM_V4L

◆ CvCaptureCloseFunc

typedef void(CV_CDECL* CvCaptureCloseFunc) (CvCapture *capture)

◆ CvCaptureGetDescriptionFunc

typedef const char*(CV_CDECL* CvCaptureGetDescriptionFunc) (CvCapture *capture)

◆ CvCaptureGetPropertyFunc

typedef double(CV_CDECL* CvCaptureGetPropertyFunc) (CvCapture *capture, int id)

◆ CvCaptureGrabFrameFunc

typedef int(CV_CDECL* CvCaptureGrabFrameFunc) (CvCapture *capture)

◆ CvCaptureRetrieveFrameFunc

typedef IplImage*(CV_CDECL* CvCaptureRetrieveFrameFunc) (CvCapture *capture)

◆ CvCaptureSetPropertyFunc

typedef int(CV_CDECL* CvCaptureSetPropertyFunc) (CvCapture *capture, int id, double value)

◆ CvCaptureVTable