CloudSpatialAnchorSession.ProcessFrame(IntPtr) Method

Definition

Applications must call this method on platforms where per-frame processing is required.

public:
 void ProcessFrame(IntPtr frame);
public void ProcessFrame (IntPtr frame);
member this.ProcessFrame : nativeint -> unit
Public Sub ProcessFrame (frame As IntPtr)

Parameters

frame
IntPtr

nativeint

AR frame to process.

Remarks

This method is not available on the HoloLens platform.

Applies to