Skip to main content
API Reference com.nianticspatial.nsdk.playback

FrameMetadata

Per-frame metadata from the capture JSON. Required fields per spec; optional may be null.

Declaration

data class FrameMetadata

Properties

NameTypeSummary
depthString?
-
depthConfidenceString?
-
depthResolutionList<Int>?
-
depthTimestampDouble?
-
imageString
-
intrinsicsList<Double>
-
locationLocationMetadata?
-
poseList<Double>
-
pose4x4List<Double>
-
projectionList<Double>?
-
resolutionList<Int>
-
saveDurationDouble?
-
screenOrientationString?
-
sequenceInt
-
timestampDouble
-
trackingInt
-
trackingReasonInt?
-