XnPropNames.h
Go to the documentation of this file.
00001 /*****************************************************************************
00002 *                                                                            *
00003 *  OpenNI 1.0 Alpha                                                          *
00004 *  Copyright (C) 2010 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 
00023 
00024 #ifndef __XN_PROP_NAMES_H__
00025 #define __XN_PROP_NAMES_H__
00026 
00027 //ProductionNode
00028 #define XN_PROP_STATE_READY "xnStateReady" // int. Meant only for mock nodes.
00029 
00030 //Generator
00031 #define XN_PROP_IS_GENERATING "xnIsGenerating" //int
00032 #define XN_PROP_MIRROR "xnMirror" //int
00033 #define XN_PROP_TIMESTAMP "xnTimeStamp" //int
00034 #define XN_PROP_FRAME_ID "xnFrameID" //int
00035 #define XN_PROP_NEWDATA "xnNewData" //general. Meant only for mock nodes.
00036 
00037 //MapGenerator
00038 #define XN_PROP_MAP_OUTPUT_MODE "xnMapOutputMode" //general
00039 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES_COUNT "xnSupportedMapOutputModesCount" //int
00040 #define XN_PROP_SUPPORTED_MAP_OUTPUT_MODES "xnSupportedMapOutputModes" //general
00041 #define XN_PROP_CROPPING "xnCropping" //general
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__


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:51