EN CN
Send external control commands through the serial port
  • It is possible with the API, to send commands through one of the serial ports and redirect them to another of the ports to control the functions of a camera mounted on the gimbal, for example, send commands in the VISCA protocol, to control the cameras ?, Many cameras allow their control through different protocols, such as LANC etc. With this you could also control the gimbal, control the functions of the camera.
  • Send commands to control camera functions through Board
  • Hello,

    Our firmware does not support VISCA or LANC on input or output. You have to make a bridge using external MCU, to parse those protocols and translate it to Serial API commands. I agree it could be good to support them, but implementing it using external device like Arduino is more flexible then integrating into our firmware.