BurstOption

data class BurstOption(    val burstCaptureNum: ThetaRepository.BurstCaptureNumEnum? = null,     val burstBracketStep: ThetaRepository.BurstBracketStepEnum? = null,     val burstCompensation: ThetaRepository.BurstCompensationEnum? = null,     val burstMaxExposureTime: ThetaRepository.BurstMaxExposureTimeEnum? = null,     val burstEnableIsoControl: ThetaRepository.BurstEnableIsoControlEnum? = null,     val burstOrder: ThetaRepository.BurstOrderEnum? = null)

Burst shooting setting.

only For RICOH THETA Z1 firmware v2.10.1 or later

Constructors

Link copied to clipboard
constructor(    burstCaptureNum: ThetaRepository.BurstCaptureNumEnum? = null,     burstBracketStep: ThetaRepository.BurstBracketStepEnum? = null,     burstCompensation: ThetaRepository.BurstCompensationEnum? = null,     burstMaxExposureTime: ThetaRepository.BurstMaxExposureTimeEnum? = null,     burstEnableIsoControl: ThetaRepository.BurstEnableIsoControlEnum? = null,     burstOrder: ThetaRepository.BurstOrderEnum? = null)