User manual
Automation Protocol Video Commands
Miranda Technologies Ltd Page 52
The status of the image position on each layer can be enquired using:
CMD Param_1
G Layer No.
Example:
void EnquireImagePosition(int Layer)
{
remote_send("G%x", Layer);
}
This will return:
CMD Param_1 Param_2 Param_3
G Layer No. Horizontal Vertical
Set Input Masks l
This command sets the input mask for each SDI input of an Imagestore 750.
All of the mask parameters are measured in pixels so their range is dependent
on the standard.
CMD Param_1 Param_2 Param_3 Param_4 Param_5
l %x: Input %x: Left %x: Right %x: Top %x: Bottom
Example:
void SetInputMask(int Input, int Left, int Right,
int Top, int Bottom)
{
remote_send("l%x %x %x %x %x", Input, Left,
Right, Top, Bottom);
}
See table on page 47 for input port numbers.
Setting the input mask will directly affect the SDI source, so anything using
that source will be affected. Note that if an input is not currently using its SDI