• Assigns a value to the specified field for a camerasetup. The input angles should be in degrees.

    Parameters

    • whichSetup: HandleHolder<"camerasetup">

      The camera setup.

    • whichField: HandleHolder<"camerafield">

      The field of the camerasetup.

    • value: number

      The value to assign to the field.

    • duration: number

      The duration over which the field will be set. If the duration is greater than 0, the changes will be made gradually once the camera setup is applied.

    Returns void

Generated using TypeDoc