OpenNI 1.5.7
XnPropNames.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002 *                                                                            *
00003 *  OpenNI 1.x Alpha                                                          *
00004 *  Copyright (C) 2012 PrimeSense Ltd.                                        *
00005 *                                                                            *
00006 *  This file is part of OpenNI.                                              *
00007 *                                                                            *
00008 *  Licensed under the Apache License, Version 2.0 (the "License");           *
00009 *  you may not use this file except in compliance with the License.          *
00010 *  You may obtain a copy of the License at                                   *
00011 *                                                                            *
00012 *      http://www.apache.org/licenses/LICENSE-2.0                            *
00013 *                                                                            *
00014 *  Unless required by applicable law or agreed to in writing, software       *
00015 *  distributed under the License is distributed on an "AS IS" BASIS,         *
00016 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  *
00017 *  See the License for the specific language governing permissions and       *
00018 *  limitations under the License.                                            *
00019 *                                                                            *
00020 *****************************************************************************/
00021 #ifndef __XN_PROP_NAMES_H__
00022 #define __XN_PROP_NAMES_H__
00023 
00024 //ProductionNode
00025 #define XN_PROP_STATE_READY "xnStateReady" // int. Meant only for mock nodes.
00026 
00027 //Generator
00028 #define XN_PROP_IS_GENERATING "xnIsGenerating" //int
00029 #define XN_PROP_MIRROR "xnMirror" //int
00030 #define XN_PROP_TIMESTAMP "xnTimeStamp" //int
00031 #define XN_PROP_FRAME_ID "xnFrameID" //int
00032 #define XN_PROP_NEWDATA "xnNewData" //general. Meant only for mock nodes.
00033 #define XN_PROP_FRAME_SYNCED_WITH "xnFrameSyncedWith" // String. name of the frame synced
00034 
00035 //MapGenerator
00036 #define XN_PROP_MAP_OUTPUT_MODE "xnMapOutputMode" //general
00037 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES_COUNT "xnSupportedMapOutputModesCount" //int
00038 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES "xnSupportedMapOutputModes" //general
00039 #define XN_PROP_CROPPING "xnCropping" //general
00040 #define XN_PROP_BYTES_PER_PIXEL "xnBytesPerPixel" //int
00041 
00042 //ImageGenerator
00043 #define XN_PROP_SUPPORTED_PIXEL_FORMATS "xnSupportedPixelFormats" //general
00044 #define XN_PROP_PIXEL_FORMAT "xnPixelFormat" //int
00045 
00046 //GestureGenerator
00047 #define XN_PROP_GESTURE_RECOGNIZED "xnGestureRecognized" //general
00048 #define XN_PROP_GESTURE_PROGRESS "xnGestureProgress" //general
00049 
00050 //DepthGenerator
00051 #define XN_PROP_DEVICE_MAX_DEPTH "xnDeviceMaxDepth" //int
00052 #define XN_PROP_SUPPORTED_USER_POSITIONS_COUNT "xnSupportedUserPositionsCount" //int
00053 #define XN_PROP_USER_POSITIONS "xnUserPositions" //general
00054 #define XN_PROP_FIELD_OF_VIEW "xnFOV" // general (XnFieldOfView)
00055 
00056 //AudioGenerator
00057 #define XN_PROP_WAVE_OUTPUT_MODE "xnWaveOutputMode" //general
00058 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES_COUNT "xnWaveSupportedOutputModesCount" //int
00059 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES "xnWaveSupportedOutputModes" //general
00060 
00061 #endif //__XN_PROP_NAMES_H__