BurstOption

data class BurstOption(val _burstCaptureNum: BurstCaptureNum? = null, val _burstBracketStep: BurstBracketStep? = null, val _burstCompensation: BurstCompensation? = null, val _burstMaxExposureTime: BurstMaxExposureTime? = null, val _burstEnableIsoControl: BurstEnableIsoControl? = null, val _burstOrder: BurstOrder? = null)

Burst shooting setting.

only For RICOH THETA Z1 firmware v2.10.1 or later

Constructors

Link copied to clipboard
constructor(_burstCaptureNum: BurstCaptureNum? = null, _burstBracketStep: BurstBracketStep? = null, _burstCompensation: BurstCompensation? = null, _burstMaxExposureTime: BurstMaxExposureTime? = null, _burstEnableIsoControl: BurstEnableIsoControl? = null, _burstOrder: BurstOrder? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val _burstOrder: BurstOrder? = null