Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.7, 1.8
Image frame parameters.
Syntax
typedef struct _NUI_FUSION_IMAGE_FRAME {
UINT width;
UINT height;
NUI_FUSION_IMAGE_TYPE imageType;
NUI_FUSION_CAMERA_PARAMETERS *pCameraParameters;
INuiFrameTexture *pFrameTexture;
} NUI_FUSION_IMAGE_FRAME;
Members
- width
The width of the image to create. - height
The height of the image to create. - imageType
The type of image frame to create. - pCameraParameters
The camera parameters of the image. - pFrameTexture
The pointer to the native texture.
Requirements
Header: Declared in nuikinectfusionvolume.h.
Library: Use KinectFusion170_32.lib or KinectFusion170_64.lib, depending on the bitness of the target system being compiled..