Go to documentation repository
Documentation for ACFA PSIM 1.3.
It is possible to generate an event with the captured frame image when a photo is assigned to a user from a camera (see Assigning a photo to a user from a camera).
Attention!
The account_manager.run.config file should be configured on the same computer on which you are planning to work with the Access Manager module.
After you make changes to the account_manager.run.config file, it is necessary to restart ACFA PSIM.
- Go to the <Axxon PSIM installation directory>\Modules\ path.
- Open the account_manager.run.config file for editing.
Add the following lines to the applicationSettings group:
<setting name="NotifyInitialPhoto" serializeAs="String"> <value>True</value> </setting>
- Save the changes to the account_manager.run.config file.
As a result, when a photo is assigned to a user from a camera, an event will be generated:
PERSON|id|NOTIFY_PHOTO|core_global<0>,base64<>
where id is the identifier of the user to whom the photo is assigned, and base64 is the jpeg image in Base64 format.
Overview
Content Tools