StartCaptureParams

data class StartCaptureParams(val _mode: ShootingMode? = null)

start capture request parameters

Constructors

Link copied to clipboard
constructor(_mode: ShootingMode? = null)

Properties

Link copied to clipboard
val _mode: ShootingMode? = null

Continuously shoots in the still image shooting mode. Interval shooting is started if this parameter is omitted This parameter cannot be specified in the movie shooting mode.