Share via


CameraPoseFinderProcessResult.IsPoseAdded Field

A value indicating whether a new frame was added to the camera pose data.

Syntax

public:
bool IsPoseAdded
public bool IsPoseAdded
var isPoseAdded = cameraPoseFinderProcessResult.isPoseAdded;

Remarks

The CameraPoseFinder only adds a new reference frame if the frame is sufficiently different from all other frames it is currently tracking. If a new frame is added, the value of this field will be true.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

CameraPoseFinderProcessResult Structure
Microsoft.Kinect.Fusion Namespace