OpenNI 1.5.4
XnPropNames.h
Go to the documentation of this file.
1 /****************************************************************************
2 * *
3 * OpenNI 1.x Alpha *
4 * Copyright (C) 2011 PrimeSense Ltd. *
5 * *
6 * This file is part of OpenNI. *
7 * *
8 * OpenNI is free software: you can redistribute it and/or modify *
9 * it under the terms of the GNU Lesser General Public License as published *
10 * by the Free Software Foundation, either version 3 of the License, or *
11 * (at your option) any later version. *
12 * *
13 * OpenNI is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU Lesser General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU Lesser General Public License *
19 * along with OpenNI. If not, see <http://www.gnu.org/licenses/>. *
20 * *
21 ****************************************************************************/
22 #ifndef __XN_PROP_NAMES_H__
23 #define __XN_PROP_NAMES_H__
24 
25 //ProductionNode
26 #define XN_PROP_STATE_READY "xnStateReady" // int. Meant only for mock nodes.
27 
28 //Generator
29 #define XN_PROP_IS_GENERATING "xnIsGenerating" //int
30 #define XN_PROP_MIRROR "xnMirror" //int
31 #define XN_PROP_TIMESTAMP "xnTimeStamp" //int
32 #define XN_PROP_FRAME_ID "xnFrameID" //int
33 #define XN_PROP_NEWDATA "xnNewData" //general. Meant only for mock nodes.
34 #define XN_PROP_FRAME_SYNCED_WITH "xnFrameSyncedWith" // String. name of the frame synced
35 
36 //MapGenerator
37 #define XN_PROP_MAP_OUTPUT_MODE "xnMapOutputMode" //general
38 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES_COUNT "xnSupportedMapOutputModesCount" //int
39 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES "xnSupportedMapOutputModes" //general
40 #define XN_PROP_CROPPING "xnCropping" //general
41 #define XN_PROP_BYTES_PER_PIXEL "xnBytesPerPixel" //int
42 
43 //ImageGenerator
44 #define XN_PROP_SUPPORTED_PIXEL_FORMATS "xnSupportedPixelFormats" //general
45 #define XN_PROP_PIXEL_FORMAT "xnPixelFormat" //int
46 
47 //GestureGenerator
48 #define XN_PROP_GESTURE_RECOGNIZED "xnGestureRecognized" //general
49 #define XN_PROP_GESTURE_PROGRESS "xnGestureProgress" //general
50 
51 //DepthGenerator
52 #define XN_PROP_DEVICE_MAX_DEPTH "xnDeviceMaxDepth" //int
53 #define XN_PROP_SUPPORTED_USER_POSITIONS_COUNT "xnSupportedUserPositionsCount" //int
54 #define XN_PROP_USER_POSITIONS "xnUserPositions" //general
55 #define XN_PROP_FIELD_OF_VIEW "xnFOV" // general (XnFieldOfView)
56 
57 //AudioGenerator
58 #define XN_PROP_WAVE_OUTPUT_MODE "xnWaveOutputMode" //general
59 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES_COUNT "xnWaveSupportedOutputModesCount" //int
60 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES "xnWaveSupportedOutputModes" //general
61 
62 #endif //__XN_PROP_NAMES_H__