ARCore is back at Google I/O on May 10! Register now.
Stay organized with collections Save and categorize content based on your preferences.

Google.XR.ARCoreExtensions.TrackData

Data that was recorded to an external Track.

Summary

Retrievable through Frame.

Public attributes

Data
byte[]
The byte data array that was recorded via ARRecordingManager.RecordTrackData(Guid, byte[]).
FrameTimestamp
long
The timestamp in nanoseconds of the frame the given TrackData was recorded on.

Public attributes

Data

byte[] Google::XR::ARCoreExtensions::TrackData::Data

The byte data array that was recorded via ARRecordingManager.RecordTrackData(Guid, byte[]).

FrameTimestamp

long Google::XR::ARCoreExtensions::TrackData::FrameTimestamp

The timestamp in nanoseconds of the frame the given TrackData was recorded on.

If frames are skipped during playback, the played back external track data may be attached to a later frame. This timestamp is equal to the result of UnityEngine.XR.ARSubsystems.XRCameraFrame.timestampNs on the frame during which track data was written.