TimeShift

data class TimeShift(val firstShooting: FirstShootingEnum? = null, val firstInterval: Int? = null, val secondInterval: Int? = null)

Time shift shooting.

For Theta X, Z1 and V.

Constructors

Link copied to clipboard
constructor(firstShooting: FirstShootingEnum? = null, firstInterval: Int? = null, secondInterval: Int? = null)

Properties

Link copied to clipboard
val firstInterval: Int? = null

Time (sec) before 1st lens shooting. 0 to 10. For V or Z1, default is 5. For X, default is 2.

Link copied to clipboard

Shooting order. "front": first shoot the front side (side with Theta logo) then shoot the rear side (side with monitor). "rear" first shoot the rear side then shoot the front side.

Link copied to clipboard
val secondInterval: Int? = null

Time (sec) from 1st lens shooting until start of 2nd lens shooting. 0 to 10. Default is 5.