ICLIO_API ~Kinect2Grabber()
Destructor.
grabs the kinects IR-image
Definition: Kinect2Grabber.h:43
undocument this line if you encounter any issues!
Definition: Any.h:37
Special Grabber implementation for Microsoft's Kinect2 Device.
Definition: Kinect2Grabber.h:39
static ICLIO_API const std::vector< GrabberDeviceDescription > & getDeviceList(bool rescan)
returns a list of attached kinect devices
ICLIO_API void processPropertyChange(const utils::Configurable::Property &prop)
callback for changed configurable properties
#define ICLIO_API
Definition: CompatMacros.h:176
Common interface class for all grabbers.
Definition: Grabber.h:153
Mode
Definition: Kinect2Grabber.h:40
Property & prop(const std::string &propertyName)
this CAN be used e.g. to store a property value in internal property-list
for internal use only
Definition: Kinect2Grabber.h:44
virtual ICLIO_API const core::ImgBase * acquireImage()
grabs a new image
grabs rgb images form the kinects rgb camera
Definition: Kinect2Grabber.h:41
grabs the core::depth image from kinect
Definition: Kinect2Grabber.h:42
Represents a single property.
Definition: Configurable.h:200
Impl * m_impl
internal hidden implementation class
Definition: Kinect2Grabber.h:62
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131
ICLIO_API Kinect2Grabber(Mode mode=GRAB_DEPTH_IMAGE, int deviceID=0)