TimeShiftSetting
data class TimeShiftSetting(var isFrontFirst: Boolean? = null, var firstInterval: ThetaRepository.TimeShiftIntervalEnum? = null, var secondInterval: ThetaRepository.TimeShiftIntervalEnum? = null)
Time shift shooting
Constructors
Link copied to clipboard
constructor(isFrontFirst: Boolean? = null, firstInterval: ThetaRepository.TimeShiftIntervalEnum? = null, secondInterval: ThetaRepository.TimeShiftIntervalEnum? = null)
Properties
Link copied to clipboard
Time before 1st lens shooting. For V or Z1, default is 5 seconds. For X, default is 2 seconds.
Link copied to clipboard
Shooting order. if true, first shoot the front side (side with Theta logo) then shoot the rear side (side with monitor). if false, first shoot the rear side then shoot the front side. default is front first.
Link copied to clipboard
Time from 1st lens shooting until start of 2nd lens shooting. Default is 5 seconds.