GSCameraAlignment

@objc
public protocol GSCameraAlignment

Undocumented

  • Whether the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Minimum supported alignment offset range applied to the yaw axis, in degrees.

    Declaration

    Swift

    var gsMinSupportedYawRange: Double { get }
  • Maximum supported alignment offset range applied to the yaw axis, in degrees.

    Declaration

    Swift

    var gsMaxSupportedYawRange: Double { get }
  • yaw

    Alignment offset applied to the yaw axis, in degrees.

    Declaration

    Swift

    var yaw: Double { get set }
  • Minimum supported alignment offset range applied to the pitch axis, in degrees.

    Declaration

    Swift

    var gsMinSupportedPitchRange: Double { get }
  • Maximum supported alignment offset range applied to the pitch axis, in degrees.

    Declaration

    Swift

    var gsMaxSupportedPitchRange: Double { get }
  • Alignment offset applied to the pitch axis, in degrees.

    Declaration

    Swift

    var pitch: Double { get }
  • Minimum supported alignment offset range applied to the roll axis, in degrees.

    Declaration

    Swift

    var gsMinSupportedRollRange: Double { get }
  • Maximum supported alignment offset range applied to the roll axis, in degrees.

    Declaration

    Swift

    var gsMaxSupportedRollRange: Double { get }
  • Alignment offset applied to the roll axis, in degrees.

    Declaration

    Swift

    var roll: Double { get }
  • Factory reset camera alignment.

    Declaration

    Swift

    func reset() -> Bool

    Return Value

    true if the factory reset has begun