Class for Camera Device
Public Fields
-
static CCameraDevice* m_CameraInstance
- the single instance of CCameraDevice
-
int m_refCount
- reference count of the CCameraDevice object
Public Methods
-
static CCameraDevice* Instance()
- singleton Camera Device object; returns the single instance of the object
-
CCameraDevice()
- constructor of camera device class
-
virtual ~CCameraDevice()
- destructor
-
int getNumberofCams()
- returns the number of camera devices in the system
-
int getCamHandle(unicap_handle_t* handle, int device_no = 0)
- sets the camera handle for the device number specified
-
int closeCamHandle(int device_no)
- closes the camera handle for the device number
-
void destroy()
- destroy the instance for the CCameraDevice
-
int setformats(int device_no, unicap_format_t* format)
- sets the capture format for the device number
-
int start_capture(int device_no)
- starts capture for the device number
-
void stop_capture()
- stops capture
-
int initCamera()
- initializes the camera devices
-
void deinitCams()
- deinitializes the camera devices
Documentation
Class for Camera Device
static CCameraDevice* Instance()
- singleton Camera Device object; returns the single instance of the object
CCameraDevice()
- constructor of camera device class
virtual ~CCameraDevice()
- destructor
int getNumberofCams()
- returns the number of camera devices in the system
int getCamHandle(unicap_handle_t* handle, int device_no = 0)
- sets the camera handle for the device number specified
int closeCamHandle(int device_no)
- closes the camera handle for the device number
void destroy()
- destroy the instance for the CCameraDevice
int setformats(int device_no, unicap_format_t* format)
- sets the capture format for the device number
int start_capture(int device_no)
- starts capture for the device number
void stop_capture()
- stops capture
int initCamera()
- initializes the camera devices
void deinitCams()
- deinitializes the camera devices
static CCameraDevice* m_CameraInstance
- the single instance of CCameraDevice
int m_refCount
- reference count of the CCameraDevice object
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.