Details
Spreadsheet functions for In-Sight Explorer cameras:
| getSystemConfig("Jobname") | gets the name of the currently loaded job |
| Stringf("%V") | gets the firmware version of the camera |
| Stringf("%H") | gets the name of the camera |
| Stringf("%T") | gets the model of the camera |
| Stringf("%M") | gets the MAC address of the camera |
| Stringf("%I") | gets the IP address of the camera |
| Stringf("%N") | gets the Serial Number of the camera |
| SetSystemTime("2025/01/25 12:00:00") | sets the camera date and time (in this example: January 25, 2025, 12:00:00) |
| _sStartup("test.job",1) | sets the startup job for the camera (in this example: test.job) |
| SelectLightControl(x) | selects external (x=0) or internal (x=1) light, if the camera is equipped with integrated light |
| SetPolygonPoint(Polygon,Index,X,Y) | can be used to change the coordinates of a polygon created by the EditPolygon function |