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

getDepthDataAtIndex

Loads depth data (Float32 binary) at [index] on-demand. Returns null if this frame has no depth.

Declaration

fun getDepthDataAtIndex(index: Int): ByteArray?

Summary

Loads depth data (Float32 binary) at [index] on-demand. Returns null if this frame has no depth.