There are predefined events where the user can
hook up user defined scripts and does custom processing. The interface
consists of the main elements:
- System Events
- Commands
- Python API
Tagdatabase
| Parameters |
Access |
Description |
| System.LiveVideo |
R/W |
LiveVideo state, reflects 'Start' and 'Stop' |
| System.Running |
R/W |
same as LiveVideo |
| System.CameraSimulation |
R/W |
|
| System.Profile |
R |
profile directory - location of
configuration file |
| System.ScorpionDir |
R |
OCX installation directory |
| System.Version |
R |
current version |
| System.ComputerName |
R |
current computer name |
| System.LicenseType |
R |
current license type |
| System.LicenseSerial |
R |
current license serial number if
serial licensed |
|
System.LicenseCustomerData |
R |
current license customer data |
The Interface is primarily a subset of the interfaces defined in the
Scorpion Application but parts of it is special for ImageX.
|