Chapter 15 Script SDK
496
// load a format that is compatible with CVBS interface
sc.SetCmdName("FMTL /tffs0/Library/Formats/ntsc.xml");
}
// invoke the selected format
sc.Exec();
// use the format that was selected above
sc.Exec("FMTU");
// delay for 10 seconds on each interface
sc.Pause(10000);
// this will cause script to immediately exit if STOP is pressed
if (sc.Canceled())
return true;
}
return true;
}
Need help?
Do you have a question about the 881 and is the answer not in the manual?