Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


It is possible to export frame from archive using the command prompt. The following parameters of AxxonPSIM_player.exe executive file are used:

  • help – reference on parameters of executive file;
  • source arg – specifying the video file/catalogue;
  • channels arg – specifying the video camera id for frame export;
  • destination arg – specifying the catalogue for frame export;
  • time – specifying the time of export frame in YYYY-MM-DD HH:MM:SS.ZZZ format.

Example.

« --source "D:\VIDEO" --destination "D:\CmdExportFolder" --channels "1 3 5" --time "2011-11-02 15:40:11.123"»

or

«--source "D:\VIDEO" --destination "D:\CmdExportFolder\UserFrame.jpg" --channels "1" --time "2011-11-02 15:40:11.123"»

 File names like “dd-MM-yyyy hh-mm-ss-zzz channelID.jpg" are assigned automatically in the first case. In the second case file names are specified by the user and it is possible to save the frame in JPG, BMP or PNG formats.

If the channels parameter is not specified, then all existing channels are to be saved both for the video and images.

  • No labels