Share via


NUI_FUSION_IMAGE_FRAME Structure

A frame used specifically for 32bit RGBA-based images. It provides access to the dimensions, format and pixel data for a frame.

Syntax

typedef struct _NUI_FUSION_IMAGE_FRAME {
    UINT width;
    UINT height;
    NUI_FUSION_IMAGE_TYPE imageType;
    NUI_FUSION_CAMERA_PARAMETERS *pCameraParameters;
    NUI_FUSION_BUFFER *pFrameBuffer;
} NUI_FUSION_IMAGE_FRAME;

Members

  • width
    The width of the frame, in pixels.
  • height
    The height of the frame, in pixels.
  • imageType
    The image type of the frame.
  • pCameraParameters
    The camera parameters associated with the frame.
  • pFrameBuffer
    The buffer where the image data for the frame is stored.

Requirements

Header: nuikinectfusioncolorvolume.h

Library: TBD