LowLightBoostStatusCodes

object LowLightBoostStatusCodes


Status codes for LowLightBoost APIs.

Summary

Public functions

String
getStatusCodeString(statusCode: Int)

Returns untranslated debug string associated with the status code.

Constants

CAMERA_NOT_SUPPORTED

const val CAMERA_NOT_SUPPORTEDInt

GLOBAL_INIT_FAILED

const val GLOBAL_INIT_FAILEDInt

INTERNAL_ERROR

const val INTERNAL_ERRORInt

INVALID_FRAME_METADATA

const val INVALID_FRAME_METADATAInt

MAX_SESSIONS_REACHED

const val MAX_SESSIONS_REACHEDInt

MISSING_CAMERA_CHARACTERISTICS

const val MISSING_CAMERA_CHARACTERISTICSInt

RENDER_FAILED

const val RENDER_FAILEDInt

SERVICE_RELEASED

const val SERVICE_RELEASEDInt

SESSION_INIT_FAILED

const val SESSION_INIT_FAILEDInt

UNSUPPORTED_DATASPACE

const val UNSUPPORTED_DATASPACEInt

Public functions

getStatusCodeString

fun getStatusCodeString(statusCode: Int): String

Returns untranslated debug string associated with the status code.