Go to documentation repository
...
Set the current position of video camera to preset while performing the macro 1.
| Code Block |
|---|
OnEvent("MACRO","1","RUN")
{
DoReact("TELEMETRY","1","SET_PRESET","TEL_PRIOR<1>");
} |
Perform macro 2 in case of camera is armed.
| Code Block |
|---|
OnEvent("CAM","1","ARM")
{
DoReact("MACRO", "2", "RUN");
} |