Share via


CameraPoseFinderProcessResult Structure

Represents the results of a ProcessFrame operation.

Syntax

public value struct CameraPoseFinderProcessResult
public struct CameraPoseFinderProcessResult
var cameraPoseFinderProcessResult = {
      isHistoryTrimmed : /* Your value */, 
      isPoseAdded : /* Your value */
}     

Members

CameraPoseFinderProcessResult has the following members.

Fields

Name Description
IsHistoryTrimmed A value indicating wether the camera pose finder removed frames from the frame history for performance reasons.
IsPoseAdded A value indicating whether a new frame was added to the camera pose data.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Microsoft.Kinect.Fusion Namespace