Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The JScript script editor now includes:
    1. Preserving cursor position while saving or switching between scripts within the same session.
    2. Search with Ctrl+F , search and replace with Ctrl+H.
    3. Saving scripts with Ctrl+S , test run with Ctrl+T.
  2. Added the Base64EncodeFile script command to convert an image to a Base64 string.
  3. Added the run_cmd script command to run a command from the console, and read the data it returns. Image Added
  4. Heritage is now supported for virtual objects to provide the option to create child objects.
  5. To operate virtual cameras through via scripts, required commands and events are added, including start of (looped) playback for each. CAM
  6. Added script commands to rescale the Map. MAP
  7. Added events for enabling/disabling protection of Video Archive. CAM
  8. Added commands to manually launch replication of a video archive from an external storage to a video server. IPSTORAGE
  9. Added the following events for the Monitor object: changing camera position, adding a layout, deleting a layout, changing active layout, changing visualization. To include these events in the Operator Protocol, and save into the DB, you have to add them via the DDI file. MONITOR
  10. The Debug window now displays the user ID who launched the macro. MACRO
  11. Added an event for disconnection of SL USBIO board from USB port.
  12. Now, if a camera is switched off during system startup, a camera disconnection event is generated. CAM
  13. Added an option to use MKV, AVI and MP4 videos for virtual cameras.
  14. HTTP REST API functionality is now transferred from the Intellect core to the web server. Updated the authorization procedure.
  15. Added an option to receive archive time intervals as JSON data from the web server.

...