Classes | |
| class | Array |
| class | CameraSettings |
| class | CoordinateConverter |
| class | Device |
| class | DeviceInfo |
| class | OpenNI |
| class | PlaybackControl |
| class | Recorder |
| struct | RGB888Pixel |
| class | SensorInfo |
| struct | Version |
| class | VideoFrameRef |
| class | VideoMode |
| class | VideoStream |
| struct | YUV422DoublePixel |
Typedefs | |
| typedef uint16_t | DepthPixel |
| typedef uint16_t | Grayscale16Pixel |
Variables | |
| static const char * | ANY_DEVICE = NULL |
| static const int | TIMEOUT_FOREVER = -1 |
| static const int | TIMEOUT_NONE = 0 |
openni is the namespace of the entire C++ API of OpenNI
| typedef uint16_t openni::DepthPixel |
| typedef uint16_t openni::Grayscale16Pixel |
| anonymous enum |
Definition at line 28 of file OniProperties.h.
| anonymous enum |
Definition at line 43 of file OniProperties.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DEVICE_COMMAND_SEEK | |
Definition at line 67 of file OniProperties.h.
| enum openni::DeviceState |
| Enumerator | |
|---|---|
| DEVICE_STATE_OK | |
| DEVICE_STATE_ERROR | |
| DEVICE_STATE_NOT_READY | |
| DEVICE_STATE_EOF | |
Definition at line 67 of file OniEnums.h.
| Enumerator | |
|---|---|
| IMAGE_REGISTRATION_OFF | |
| IMAGE_REGISTRATION_DEPTH_TO_COLOR | |
Definition at line 75 of file OniEnums.h.
| enum openni::PixelFormat |
All available formats of the output of a stream
Definition at line 50 of file OniEnums.h.
| enum openni::SensorType |
The source of the stream
| Enumerator | |
|---|---|
| SENSOR_IR | |
| SENSOR_COLOR | |
| SENSOR_DEPTH | |
Definition at line 41 of file OniEnums.h.
| enum openni::Status |
Possible failure values
| Enumerator | |
|---|---|
| STATUS_OK | |
| STATUS_ERROR | |
| STATUS_NOT_IMPLEMENTED | |
| STATUS_NOT_SUPPORTED | |
| STATUS_BAD_PARAMETER | |
| STATUS_OUT_OF_FLOW | |
| STATUS_NO_DEVICE | |
| STATUS_TIME_OUT | |
Definition at line 28 of file OniEnums.h.
|
static |
This special URI can be passed to Device::open() when the application has no concern for a specific device.
|
static |
Definition at line 82 of file OniEnums.h.
|
static |
Definition at line 81 of file OniEnums.h.