OpenNI 1.5.4: XnPropNames.h Source File

OpenNI

OpenNI 1.5.4
XnPropNames.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 *                                                                           *
00003 *  OpenNI 1.x Alpha                                                         *
00004 *  Copyright (C) 2011 PrimeSense Ltd.                                       *
00005 *                                                                           *
00006 *  This file is part of OpenNI.                                             *
00007 *                                                                           *
00008 *  OpenNI is free software: you can redistribute it and/or modify           *
00009 *  it under the terms of the GNU Lesser General Public License as published *
00010 *  by the Free Software Foundation, either version 3 of the License, or     *
00011 *  (at your option) any later version.                                      *
00012 *                                                                           *
00013 *  OpenNI is distributed in the hope that it will be useful,                *
00014 *  but WITHOUT ANY WARRANTY; without even the implied warranty of           *
00015 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the             *
00016 *  GNU Lesser General Public License for more details.                      *
00017 *                                                                           *
00018 *  You should have received a copy of the GNU Lesser General Public License *
00019 *  along with OpenNI. If not, see <http://www.gnu.org/licenses/>.           *
00020 *                                                                           *
00021 ****************************************************************************/
00022 #ifndef __XN_PROP_NAMES_H__
00023 #define __XN_PROP_NAMES_H__
00024 
00025 //ProductionNode
00026 #define XN_PROP_STATE_READY "xnStateReady" // int. Meant only for mock nodes.
00027 
00028 //Generator
00029 #define XN_PROP_IS_GENERATING "xnIsGenerating" //int
00030 #define XN_PROP_MIRROR "xnMirror" //int
00031 #define XN_PROP_TIMESTAMP "xnTimeStamp" //int
00032 #define XN_PROP_FRAME_ID "xnFrameID" //int
00033 #define XN_PROP_NEWDATA "xnNewData" //general. Meant only for mock nodes.
00034 #define XN_PROP_FRAME_SYNCED_WITH "xnFrameSyncedWith" // String. name of the frame synced
00035 
00036 //MapGenerator
00037 #define XN_PROP_MAP_OUTPUT_MODE "xnMapOutputMode" //general
00038 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES_COUNT "xnSupportedMapOutputModesCount" //int
00039 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES "xnSupportedMapOutputModes" //general
00040 #define XN_PROP_CROPPING "xnCropping" //general
00041 #define XN_PROP_BYTES_PER_PIXEL "xnBytesPerPixel" //int
00042 
00043 //ImageGenerator
00044 #define XN_PROP_SUPPORTED_PIXEL_FORMATS "xnSupportedPixelFormats" //general
00045 #define XN_PROP_PIXEL_FORMAT "xnPixelFormat" //int
00046 
00047 //GestureGenerator
00048 #define XN_PROP_GESTURE_RECOGNIZED "xnGestureRecognized" //general
00049 #define XN_PROP_GESTURE_PROGRESS "xnGestureProgress" //general
00050 
00051 //DepthGenerator
00052 #define XN_PROP_DEVICE_MAX_DEPTH "xnDeviceMaxDepth" //int
00053 #define XN_PROP_SUPPORTED_USER_POSITIONS_COUNT "xnSupportedUserPositionsCount" //int
00054 #define XN_PROP_USER_POSITIONS "xnUserPositions" //general
00055 #define XN_PROP_FIELD_OF_VIEW "xnFOV" // general (XnFieldOfView)
00056 
00057 //AudioGenerator
00058 #define XN_PROP_WAVE_OUTPUT_MODE "xnWaveOutputMode" //general
00059 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES_COUNT "xnWaveSupportedOutputModesCount" //int
00060 #define XN_PROP_WAVE_SUPPORTED_OUTPUT_MODES "xnWaveSupportedOutputModes" //general
00061 
00062 #endif //__XN_PROP_NAMES_H__
Generated on Wed May 16 2012 10:16:05 for OpenNI 1.5.4 by   doxygen 1.7.5.1