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

getFrameImageBytesAtIndex

Returns raw image bytes at [index] (on-demand, cached). Use when you need bytes instead of Bitmap.

Declaration

fun getFrameImageBytesAtIndex(index: Int): ByteArray

Summary

Returns raw image bytes at [index] (on-demand, cached). Use when you need bytes instead of Bitmap.