libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
Loading...
Searching...
No Matches
Initialization and Device Control

Find, open, and control Kinect v2 devices. More...

Classes

struct  StreamRuntimeStatistics
 Lifetime counters and most recent metadata for one decoded stream. More...
struct  DeviceRuntimeStatistics
 Thread-safe snapshot of one device object's runtime health. More...
class  Freenect2Device
 Device control. More...
struct  CalibrationData
 Self-contained factory calibration snapshot for recording and replay. More...
class  Freenect2
 Library context to find and open devices. More...
struct  ReplayOptions
 Options for manifest-directory replay. More...
class  Freenect2Replay
 Library context to create and open replay devices. More...

Enumerations

enum  DeviceState {
  DeviceCreated , DeviceOpen , DeviceStreaming , DeviceDisconnected ,
  DeviceError , DeviceClosed
}
 Observable device lifecycle state. More...

Detailed Description

Find, open, and control Kinect v2 devices.

Enumeration Type Documentation

◆ DeviceState

Observable device lifecycle state.

Enumerator
DeviceCreated 
DeviceOpen 
DeviceStreaming 
DeviceDisconnected 
DeviceError 
DeviceClosed