DJIGimbalAdvancedSettingsProfile

enum DJIGimbalAdvancedSettingsProfile : uint8_t {}

The Advanced Settings Profile contains presets for SmoothTrack and the Physical Controller sensitivity. SmoothTrack and Controller settings can only be manually changed if Custom1 or Custom2 profiles are selected. Only supported by Osmo.

  • The gimbal’s SmoothTrack and Controller sensitivity is high. When the gimbal is using this profile, user cannot change the Advanced Settings manually.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileFast
  • The gimbal’s SmoothTrack and Controller sensitivity is medium. When the gimbal is using this profile, user cannot change the Advanced Settings manually.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileMedium
  • The gimbal’s SmoothTrack and Controller sensitivity is low. When the gimbal is using this profile, user cannot change the Advanced Settings manually.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileSlow
  • The gimbal uses a custom configuration in memory slot 1 where the yaw and pitch speed, deadband, and acceleration can be defined.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileCustom1
  • The gimbal uses a custom configuration in memory slot 2 where the yaw and pitch speed, deadband, and acceleration can be defined.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileCustom2
  • The gimbal’s user config type is unknown.

    Declaration

    Objective-C

    DJIGimbalAdvancedSettingsProfileUnknown = 255