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

ExportResolution

Resolution option for exported scan images. When exporting a recording, this controls which image resolutions are included in the payload.

Declaration

enum class ExportResolution

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
HIGHHIGH
This is the same resolution as the camera frame passed to NSDKSession.sendFrame
MIXEDMIXED
Export both 720p and high resolution images when available.
RES720_540RES720_540
Export only the 720p resolution image.