EN CN
  • Hi
    Do you have any plans for a more complex scripting language?
    Maybe there are beta versions?

  • Hello,

    No, there are no plans and beta versions for scripts. We have Serial API which we constantly improving, it gives access to many functions of the gimbal controller and allows implementing complicated behavior using simple external controllers, like Arduino.
  • Ok.
    How to center the pitch and roll (relative to the frame) after switching to follow mode?
  • There is no such command neither in Script nor in GUI.
  • Ok.
    I have strange behavior.
    I use V 2.70 b0 with encoders.
    On start: roll pitch locked, follow yaw. All work fine.
    I tilt the frame at a certain angle.
    Run from script:
    SET_ADJ_VAR NAME(FOLLOW_YAW_PITCH) VALUE(2.0)

    All fine, but camera tilted.
    The commands:
    MENU_CMD CMD_ID(34) Nothing happens.
    MENU_CMD CMD_ID(18) Nothing happens.
    MENU_CMD CMD_ID(38) Nothing happens.
    Use menu button:
    Level roll, pitch axis to 0 - camera aligned.
    Home position - camera centered relative to frame.
    Next.
    I tilt the frame at a certain angle.
    Run:
    SET_ADJ_VAR NAME(FOLLOW_YAW_PITCH) VALUE(1.0)
    All fine, but camera tilted.

    MENU_CMD CMD_ID(34) Nothing happens.
    Use menu button:
    Level roll, pitch axis to 0 - camera aligned.

    ps. menu commands does not works if frame tilted.

    pps. I need to switch between follow and leveled mode in the air.