class CCameraDevice

Class for Camera Device

Public Fields

[more]static CCameraDevice* m_CameraInstance
the single instance of CCameraDevice
[more]int m_refCount
reference count of the CCameraDevice object

Public Methods

[more]static CCameraDevice* Instance()
singleton Camera Device object; returns the single instance of the object
[more] CCameraDevice()
constructor of camera device class
[more]virtual ~CCameraDevice()
destructor
[more]int getNumberofCams()
returns the number of camera devices in the system
[more]int getCamHandle(unicap_handle_t* handle, int device_no = 0)
sets the camera handle for the device number specified
[more]int closeCamHandle(int device_no)
closes the camera handle for the device number
[more]void destroy()
destroy the instance for the CCameraDevice
[more]int setformats(int device_no, unicap_format_t* format)
sets the capture format for the device number
[more]int start_capture(int device_no)
starts capture for the device number
[more]void stop_capture()
stops capture
[more]int initCamera()
initializes the camera devices
[more]void deinitCams()
deinitializes the camera devices


Documentation

Class for Camera Device
ostatic CCameraDevice* Instance()
singleton Camera Device object; returns the single instance of the object

o CCameraDevice()
constructor of camera device class

ovirtual ~CCameraDevice()
destructor

oint getNumberofCams()
returns the number of camera devices in the system

oint getCamHandle(unicap_handle_t* handle, int device_no = 0)
sets the camera handle for the device number specified

oint closeCamHandle(int device_no)
closes the camera handle for the device number

ovoid destroy()
destroy the instance for the CCameraDevice

oint setformats(int device_no, unicap_format_t* format)
sets the capture format for the device number

oint start_capture(int device_no)
starts capture for the device number

ovoid stop_capture()
stops capture

oint initCamera()
initializes the camera devices

ovoid deinitCams()
deinitializes the camera devices

ostatic CCameraDevice* m_CameraInstance
the single instance of CCameraDevice

oint 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++.