_MFFrameSourceTypes enumeration

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies the type of a camera sensor of a frame source, such as color, infrared, or depth.

Syntax

typedef enum __MFFrameSourceTypes { 
  Color              = 0x1,
  Infrared           = 0x2,
  Depth              = 0x4,
  PoseTracking       = 0x8,
  ImageSegmentation  = 0x16,
  Custom             = 0x8000000
} _MFFrameSourceTypes;

Constants

  • Color
    Color sensor.

  • Infrared
    Infrared sensor.

  • Depth
    Depth sensor.

  • PoseTracking
    Pose tracking.

  • ImageSegmentation
    Image segmentation.

  • Custom
    Custom.

Remarks

Provide a value from this enumeration when setting the MF_MT_FRAMESOURCE_TYPES attribute.

Requirements

Header

Mfapi.h