JunkBox_Lib++ (for Windows) 1.10.1
|
Go to the source code of this file.
Namespaces | |
namespace | jbxl |
Macros | |
#define | OPENNI_USERS_NUM 6 |
#define | OPENNI_JOINT_CONFIDENCE 0.5 |
#define | OPENNI_DEPTH_XSIZE 640 |
#define | OPENNI_DEPTH_YSIZE 480 |
#define | OPENNI_DEPTH_FPS 30 |
#define | NI_STATE_UNKNOWN -1 |
#define | NI_STATE_DETECT_STOPPED 0 |
#define | NI_STATE_DETECT_STARTING 1 |
#define | NI_STATE_DETECT_EXEC 2 |
#define | NI_STATE_DETECT_STOPPING 3 |
#define | NI_STATE_SAVE_WORKING 4 |
#define | NI_WORKING_WAIT_TIME 200 |
#define | NI_STOP_WAIT_TIME 500 |
#define | NI_FPS_MAX 30 |
#define | NI_VID_MICROSOFT 0x045e |
#define | NI_PID_NUI_MOTOR 0x02b0 |
#define | NI_LED_OFF 0 |
#define | NI_LED_GREEN 1 |
#define | NI_LED_RED 2 |
#define | NI_LED_ORANGE 3 |
#define | NI_LED_BLINK_GREEN 4 |
#define | NI_LED_BLINK_RED 5 |
#define | NI_LED_BLINK_ORANGE 6 |
Enumerations | |
enum | ONI_EnuDev { EnuDev_Unknown , EnuDev_None , EnuDev_PS1080 , EnuDev_Kinect , EnuDev_OniFile } |
#define NI_FPS_MAX 30 |
Definition at line 49 of file NiDevice.h.
#define NI_LED_BLINK_GREEN 4 |
Definition at line 59 of file NiDevice.h.
#define NI_LED_BLINK_ORANGE 6 |
Definition at line 61 of file NiDevice.h.
#define NI_LED_BLINK_RED 5 |
Definition at line 60 of file NiDevice.h.
#define NI_LED_GREEN 1 |
Definition at line 56 of file NiDevice.h.
#define NI_LED_OFF 0 |
Definition at line 55 of file NiDevice.h.
#define NI_LED_ORANGE 3 |
Definition at line 58 of file NiDevice.h.
#define NI_LED_RED 2 |
Definition at line 57 of file NiDevice.h.
#define NI_PID_NUI_MOTOR 0x02b0 |
Definition at line 53 of file NiDevice.h.
#define NI_STATE_DETECT_EXEC 2 |
Definition at line 42 of file NiDevice.h.
#define NI_STATE_DETECT_STARTING 1 |
Definition at line 41 of file NiDevice.h.
#define NI_STATE_DETECT_STOPPED 0 |
Definition at line 40 of file NiDevice.h.
#define NI_STATE_DETECT_STOPPING 3 |
Definition at line 43 of file NiDevice.h.
#define NI_STATE_SAVE_WORKING 4 |
Definition at line 44 of file NiDevice.h.
#define NI_STATE_UNKNOWN -1 |
Definition at line 39 of file NiDevice.h.
#define NI_STOP_WAIT_TIME 500 |
Definition at line 47 of file NiDevice.h.
#define NI_VID_MICROSOFT 0x045e |
Definition at line 52 of file NiDevice.h.
#define NI_WORKING_WAIT_TIME 200 |
Definition at line 46 of file NiDevice.h.
#define OPENNI_DEPTH_FPS 30 |
Definition at line 35 of file NiDevice.h.
#define OPENNI_DEPTH_XSIZE 640 |
Definition at line 33 of file NiDevice.h.
#define OPENNI_DEPTH_YSIZE 480 |
Definition at line 34 of file NiDevice.h.
#define OPENNI_JOINT_CONFIDENCE 0.5 |
Definition at line 12 of file NiDevice.h.
#define OPENNI_USERS_NUM 6 |
Definition at line 11 of file NiDevice.h.
enum ONI_EnuDev |
Enumerator | |
---|---|
EnuDev_Unknown | |
EnuDev_None | |
EnuDev_PS1080 | |
EnuDev_Kinect | |
EnuDev_OniFile |
Definition at line 16 of file NiDevice.h.