User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 61
The information returned for Imagestore Intuition is:
Format Field
%c Cmd
%03x Layer Fader Angle (0x0 to 0x200)
%03x Layer Fade-to-Black Angle (0x0 to 0x200)
%03x 0
%03x 0
%02x 0
Fader Angle = 0x0 equates to “Keyer Off” or “FTB On”.
Fader Angle = 0x200 (512) equates to “Keyer On” or “FTB Off”.
Note: Transition types supported are not consistent between different
products, so please check individual user manuals for details.
Set Preview Keyer Y1
This command is used to set layer fader angles on the Preview channel to a
value which depends on the direction argument as follows:
0: Keyer Off (0)
1: Keyer On (512)
CMD Param_1 Param_2
Y1 Layer No. Direction
Example:
void SetPreviewKeyer(int Layer, int Dir)
{
remote_send("Y1%1d %1d", Layer, Dir);
}
Set Preview Mixer Y3
This command sets which of the ABMixer channels must be shown on the
preview output:
0: A channel
1: B channel