Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

CameraDriverQTKit Class Reference

This driver provides camera capture through the QTKit API, which is the only capture interface which supports 64-bit on OS X. More...

#include <CameraDriverQTKit.h>

Inheritance diagram for CameraDriverQTKit:

Detailed Description

This driver provides camera capture through the QTKit API, which is the only capture interface which supports 64-bit on OS X.

Definition at line 9 of file CameraDriverQTKit.h.

List of all members.

Public Member Functions

 CameraDriverQTKit (const std::string &name)
 constructor, may throw a const char* on error
 ~CameraDriverQTKit ()
virtual std::string getClassName () const
 Returns the name of the class (aka its type).
virtual void getImageSources (std::map< std::string, DataSource * > &sources)

Protected Member Functions

void updateCameraList ()

Static Private Attributes

static const std::string autoRegisterCameraDriver
 holds the class name, set via registration with the DeviceDriver registry

Constructor & Destructor Documentation

CameraDriverQTKit ( const std::string &  name  )  [explicit]

constructor, may throw a const char* on error

Definition at line 10 of file CameraDriverQTKit.h.

Definition at line 14 of file CameraDriverQTKit.h.


Member Function Documentation

virtual std::string getClassName (  )  const [virtual]

Returns the name of the class (aka its type).

Suggested implementation is to declare a static string member, set it to the result of calling the registry's registerType, and then return that member here

Implements DeviceDriver.

Definition at line 16 of file CameraDriverQTKit.h.

virtual void getImageSources ( std::map< std::string, DataSource * > &  sources  )  [virtual]

Reimplemented from DeviceDriver.

Definition at line 18 of file CameraDriverQTKit.h.

void updateCameraList (  )  [protected]

Referenced by CameraDriverQTKit().


Member Data Documentation

const std::string autoRegisterCameraDriver [static, private]

holds the class name, set via registration with the DeviceDriver registry

Definition at line 35 of file CameraDriverQTKit.h.

Referenced by getImageSources().


The documentation for this class was generated from the following file:

Tekkotsu Hardware Abstraction Layer 5.1CVS
Generated Mon May 9 05:01:40 2016 by Doxygen 1.6.3