MFCameraExtrinsics structure

[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.]

Describes the location of a camera relative to other cameras or an established external reference.

Syntax


typedef struct _MFCameraExtrinsics {
  UINT32                                TransformCount;
  MFCameraExtrinsic_CalibratedTransform CalibratedTransforms[1];
} MFCameraExtrinsics, *PMFCameraExtrinsics;

Members

TransformCount

The number of transforms in the CalibratedTransforms array.

CalibratedTransforms

The array of transforms in the extrinsic data.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Mfapi.h

See also

Media Foundation Structures

 

 

Show: