Camera Command

Defines if a camera device is required for the script to run. This can be specified as either on or off. If this is on, a camera must be connected and active or this script will not play and an error will be reported, instead. This command is optional, but must be specified at the top of the script, before the first page command, if used. Lightwing scripts can be designed to work with or without a camera by simply omitting the Camera command altogether. Using this command assures that a clear error message will be reported during the parsing of the script if no camera is available.

Example of a Script that Requires a Camera

camera: On

page: FirstPage

<   Call Command                                             Introduction                                            Chain Command   >