LowLightBoostOptions

class LowLightBoostOptions


Properties of a LowLightBoostSession.

Summary

Public constructors

LowLightBoostOptions(
    target: Surface,
    cameraId: String,
    captureWidth: Int,
    captureHeight: Int,
    enableLowLightBoost: Boolean
)

Public properties

String

Camera ID of the camera to use.

Int

Height of the render target.

Int

Width of the render target.

Boolean

Initial boost mode of the session.

Surface

Destination surface of the brightened preview.

Public constructors

LowLightBoostOptions

LowLightBoostOptions(
    target: Surface,
    cameraId: String,
    captureWidth: Int,
    captureHeight: Int,
    enableLowLightBoost: Boolean = false
)

Public properties

cameraId

val cameraIdString

Camera ID of the camera to use.

captureHeight

val captureHeightInt

Height of the render target.

captureWidth

val captureWidthInt

Width of the render target.

enableLowLightBoost

val enableLowLightBoostBoolean

Initial boost mode of the session.

target

val targetSurface

Destination surface of the brightened preview.