OpenNI 1.5.7
XnPropNames.h
Go to the documentation of this file.
1 /*****************************************************************************
2 * *
3 * OpenNI 1.x Alpha *
4 * Copyright (C) 2012 PrimeSense Ltd. *
5 * *
6 * This file is part of OpenNI. *
7 * *
8 * Licensed under the Apache License, Version 2.0 (the "License"); *
9 * you may not use this file except in compliance with the License. *
10 * You may obtain a copy of the License at *
11 * *
12 * http://www.apache.org/licenses/LICENSE-2.0 *
13 * *
14 * Unless required by applicable law or agreed to in writing, software *
15 * distributed under the License is distributed on an "AS IS" BASIS, *
16 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
17 * See the License for the specific language governing permissions and *
18 * limitations under the License. *
19 * *
20 *****************************************************************************/
21 #ifndef __XN_PROP_NAMES_H__
22 #define __XN_PROP_NAMES_H__
23 
24 //ProductionNode
25 #define XN_PROP_STATE_READY "xnStateReady" // int. Meant only for mock nodes.
26 
27 //Generator
28 #define XN_PROP_IS_GENERATING "xnIsGenerating" //int
29 #define XN_PROP_MIRROR "xnMirror" //int
30 #define XN_PROP_TIMESTAMP "xnTimeStamp" //int
31 #define XN_PROP_FRAME_ID "xnFrameID" //int
32 #define XN_PROP_NEWDATA "xnNewData" //general. Meant only for mock nodes.
33 #define XN_PROP_FRAME_SYNCED_WITH "xnFrameSyncedWith" // String. name of the frame synced
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__