OpenNI 1.3.2
XnPropNames.h
Go to the documentation of this file.
1 /****************************************************************************
2 * *
3 * OpenNI 1.1 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 
35 //MapGenerator
36 #define XN_PROP_MAP_OUTPUT_MODE "xnMapOutputMode" //general
37 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES_COUNT "xnSupportedMapOutputModesCount" //int
38 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES "xnSupportedMapOutputModes" //general
39 #define XN_PROP_CROPPING "xnCropping" //general
40 #define XN_PROP_BYTES_PER_PIXEL "xnBytesPerPixel" //int
41 
42 //ImageGenerator
43 #define XN_PROP_SUPPORTED_PIXEL_FORMATS "xnSupportedPixelFormats" //general
44 #define XN_PROP_PIXEL_FORMAT "xnPixelFormat" //int
45 
46 //GestureGenerator
47 #define XN_PROP_GESTURE_RECOGNIZED "xnGestureRecognized" //general
48 #define XN_PROP_GESTURE_PROGRESS "xnGestureProgress" //general
49 
50 //DepthGenerator
51 #define XN_PROP_DEVICE_MAX_DEPTH "xnDeviceMaxDepth" //int
52 #define XN_PROP_SUPPORTED_USER_POSITIONS_COUNT "xnSupportedUserPositionsCount" //int
53 #define XN_PROP_USER_POSITIONS "xnUserPositions" //general
54 #define XN_PROP_FIELD_OF_VIEW "xnFOV" // general (XnFieldOfView)
55 
56 //AudioGenerator
57 #define XN_PROP_WAVE_OUTPUT_MODE "xnWaveOutputMode" //general
58 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES_COUNT "xnWaveSupportedOutputModesCount" //int
59 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES "xnWaveSupportedOutputModes" //general
60 
61 #endif //__XN_PROP_NAMES_H__