Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems XRSceneSegmentationSubsystem

TryAcquirePackedSceneSegmentationChannelsCpuImage

Acquire the latest packed semantic channels XRCpuImage.

Declaration

public bool TryAcquirePackedSceneSegmentationChannelsCpuImage(out XRCpuImage cpuImage, out Matrix4x4 samplerMatrix, Nullable<XRCameraParams> cameraParams = null)

Summary

Acquire the latest packed semantic channels XRCpuImage.

Returns

Returns true if an XRCpuImage was successfully acquired. Returns false otherwise.

Parameters

NameTypeSummary
cpuImageXRCpuImage
The resulting XRCpuImage. The XRCpuImage must be disposed by the caller.
samplerMatrixMatrix4x4
The matrix that transforms from normalized viewport coordinates to normalized image coordinates.
cameraParamsNullable<XRCameraParams>
Describes the viewport the image is to be displayed on.