GoogleARCore. TrackData
Data that was recorded to a track for a given frame.
Summary
Retrievable through Frame.GetUpdatedTrackData…
.
Public attributes |
|
---|---|
Data
|
byte[]
The byte data that was recorded.
|
FrameTimestamp
|
long
The frame timestamp in nanoseconds when the data was recorded in the track.
|
Public attributes
Data
byte[] GoogleARCore::TrackData::Data
The byte data that was recorded.
FrameTimestamp
long GoogleARCore::TrackData::FrameTimestamp
The frame timestamp in nanoseconds when the data was recorded in the track.