OpenNI 1.0.0
|
#include <XnTypes.h>
Public Attributes | |
XnOutputMetaData * | pOutput |
XnUInt32XYPair | Res |
XnUInt32XYPair | Offset |
XnUInt32XYPair | FullRes |
XnPixelFormat | PixelFormat |
XnUInt32 | nFPS |
Holds information about a frame of data that has a map format.
The full resolution of this frame, disregarding cropping.
XnUInt32 XnMapMetaData::nFPS |
The number of frames per second that was set when this frame was received.
The offset of the cropped region within this frame. Set to (0,0) if no cropping was done.
The pixel format of this frame.
A pointer to general information about this frame.
The resolution of this frame, including any cropping that was set.