ManualExposure

data class ManualExposure(val value: Int = 24)

The manual exposure value

Parameters

value

the value within [0, 39], default: 24

Constructors

Link copied to clipboard
constructor(value: Int = 24)

Properties

Link copied to clipboard
val value: Int = 24