Go to the source code of this file.
Namespaces | |
namespace | jbxl |
Defines | |
#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 57 of file NiDevice.h.
#define NI_LED_BLINK_GREEN 4 |
Definition at line 67 of file NiDevice.h.
#define NI_LED_BLINK_ORANGE 6 |
Definition at line 69 of file NiDevice.h.
#define NI_LED_BLINK_RED 5 |
Definition at line 68 of file NiDevice.h.
#define NI_LED_GREEN 1 |
Definition at line 64 of file NiDevice.h.
#define NI_LED_OFF 0 |
Definition at line 63 of file NiDevice.h.
#define NI_LED_ORANGE 3 |
Definition at line 66 of file NiDevice.h.
#define NI_LED_RED 2 |
Definition at line 65 of file NiDevice.h.
#define NI_PID_NUI_MOTOR 0x02b0 |
Definition at line 61 of file NiDevice.h.
#define NI_STATE_DETECT_EXEC 2 |
Definition at line 50 of file NiDevice.h.
#define NI_STATE_DETECT_STARTING 1 |
Definition at line 49 of file NiDevice.h.
#define NI_STATE_DETECT_STOPPED 0 |
Definition at line 48 of file NiDevice.h.
#define NI_STATE_DETECT_STOPPING 3 |
Definition at line 51 of file NiDevice.h.
#define NI_STATE_SAVE_WORKING 4 |
Definition at line 52 of file NiDevice.h.
#define NI_STATE_UNKNOWN -1 |
Definition at line 47 of file NiDevice.h.
#define NI_STOP_WAIT_TIME 500 |
Definition at line 55 of file NiDevice.h.
#define NI_VID_MICROSOFT 0x045e |
Definition at line 60 of file NiDevice.h.
#define NI_WORKING_WAIT_TIME 200 |
Definition at line 54 of file NiDevice.h.
#define OPENNI_DEPTH_FPS 30 |
Definition at line 40 of file NiDevice.h.
#define OPENNI_DEPTH_XSIZE 640 |
Definition at line 38 of file NiDevice.h.
#define OPENNI_DEPTH_YSIZE 480 |
Definition at line 39 of file NiDevice.h.
#define OPENNI_JOINT_CONFIDENCE 0.5 |
Definition at line 16 of file NiDevice.h.
#define OPENNI_USERS_NUM 6 |
Definition at line 15 of file NiDevice.h.
enum ONI_EnuDev |
Definition at line 20 of file NiDevice.h.
00021 { 00022 EnuDev_Unknown, 00023 EnuDev_None, 00024 EnuDev_PS1080, 00025 EnuDev_Kinect, 00026 EnuDev_OniFile 00027 };