Go to documentation repository
...
FACE PSIM | |||||||||
---|---|---|---|---|---|---|---|---|---|
Registry section | String parameter | Available values | Default | Product version | Parameter in effect | ||||
x32: (x32)\FRS | CpuCoreCount | >0 | 1.0.0 and later | The key defines on how many CPU cores the face recognition module will operate (firserver.run process). All cores are in use by default. | |||||
x32: (x32)\FRS | CpuCoreCountSearch | >=0 | 1 | 1.0.0 and later | The key determines how many CPU cores will be used for face search: 0—the number of cores specified in the CpuCoreCount key. The cores are used sequentially. Each core is assigned its own recognition instance. 1—only 1 fixed core is used 2—only 2 fixed cores are used and so on | ||||
x32: (x32)\FRS x64: (x64)\FRS | FaceLostAge | >0 | 1000 | 1.0.0 and later | The key sets the timeout upon which Face Server ‘loses’ the face if there is no new data about it. | ||||
x32: (x32)\FRS x64: (x64)\FRS | GenFirsInDetector | 0, 1 | 1 | 1.0.0 and later | Sets the parameters of generating and attaching face biometrics in the detection tool: 1 – Face detection tools generate and attach face biometrics to the photo. 0 – Face detection tools do not generate face biometrics – the face is only captured. Note. Face recognition Server that performs search in the user database checks up whether it has attached biometrics when it gets a face photo. If yes, then biometrics are not further generated for search in the database – data attached to the photo is in use. If no, then recognition Server generates biometrics itself using the photo. Generation of biometrics is a resource-intensive process unlike search by ready data – that is why this key allows distributing load among several Servers having only one Server working with the user database. | ||||
x32: (x32)\Video\FaceCapture x64: (x64)\Video\ FaceCapture | timeUntilLost | >0 | 1 | 1.0.0 and later | The key is used to configure the face detection tool – it sets time on the expiry of which the face is considered lost. For instance, if timeUntilLost = 1 and a man covers his face with the hands in front of the camera and then shows it again, then the face detection tool does not capture it as it considers that the face was lost for the time it was covered. If the parameter value is 3, then the face will be detected in this case. | ||||
x32: (x32)\FRS x64: (x64)\FRS | IgnoreSamePeople | 0, 1 | 0 | 1.0.0 and later | The key enables function of ignoring repeatedly recognized faces. While enabling this function all vectors of captured faces are saved in cache for the specified time interval. When new face is captured, its biometric vector is comparing with already existed vectors in cache. If it coincides with one of such vectors with specified similarity rate then it doesn't send to the further processing. Duration of vector storing in a cache is specified using the Skip repeated recognitions, sec parameter of the Face Recognition Server object. Similarity rate for comparison is came from the Similarity level parameter of the same object. See also Face PSIM software package. Administrator's Guide, section Configuring the captured faces recognition parameters. | ||||
x32: (x32)\FRS x64: (x64)\FRS | ClearIgnoreCache | 0, 1 | 0 | 1.0.0 and later | The key enables cache clearing while using function of ignoring repeatedly recognized faces. | ||||
x32: (x32)\FRS x64: (x64)\FRS | ClearIgnoreCacheTime | Time in HH:MM:SS format | NA | 1.0.0 and later | The key sets time when cache clearing is to be performed while using function of ignoring repeatedly recognized faces. | ||||
x32: (x32)\FRS x64: (x64)\FRS | FaceDetectionPeriod | >0 | 250 | 1.0.0 and later | Specifies time period in milliseconds equal to frequency of new faces search on the image for the VA recognition algorithm. See also Face PSIM software package. Administrator's Guide. | ||||
x32: (x32)\FRS x64: (x64)\FRS | FaceDB | Full path to a local or network folder | NA | 1.0.0 and later | The key sets a folder for storage of images and vectors for captured and reference faces when UseFaceDB key is set to 1 or 2 (see below). | ||||
x32: (x32)\FRS x64: (x64)\FRS | UseFaceDB | 0, 1, 2 | 2 | 1.0.0 and later | The key sets the storage mode for metadata, images and vectors of captured and reference faces. 0 – metadata, images and vectors are stored only in the database. 1 – metadata, images and vectors are stored in the database, and images and vectors are also stored in a folder on disk. The path to the folder is set by the FaceDB parameter (you can specify both local and network folders). 2 – metadata is stored in the database, and images and vectors are stored only in a folder on disk. The path to the folder is set by the FaceDB parameter (you can specify both local and network folders). Note 1. Metadata is stored in the database in the Hits table, regardless of the value of the UseFaceDB key. Note 2. Images of reference faces are stored in the <Axxon PSIM software installation directory>\Bmp\Person folder, regardless of the UseFaceDB key value. Note 3. Only the UseFaceDB = 2 mode is supported, which is set automatically when Face Axxon PSIM starts if a mode other than this is detected. | ||||
x32: (x32)\FRS x64: (x64)\FRS | FaceDBFreeMB | >0 | 1000 | 1.0.0 and later | The key is used if the the UseFaceDB parameter value is 1 or 2 (see above). The key sets the size of free disk space in megabytes. Once the specified size is reached, the old images, vectors and metadata of captured faces will be deleted. The cleanup is performed on a loop in portions equivalent to 1000 megabytes. | ||||
x32: (x32)\FRS x64: (x64)\FRS | RestPort | port number | 10000 | 1.0.0 and later | The key is used in case the standard port 10000 used by the Face Recognition Server to communicate with the Face Recognition and Search client is occupied by a third-party application that can not be disabled. The key allows you to specify a new port number for communication between the server and the client. | ||||
x32: (x32)\FRS x64: (x64)\FRS | CpuCoreCountAddPerson | >=0 | 0 | 1.0.0 and later | The key defines the number of CPU cores where the vectors of persons are generated when adding a reference face to the database. 0 – vectors are generated on the number of cores specified in the CpuCoreCount key. The cores are used successively. Recognition sample is bound to each core. 1 – only 1 fixed core (different from those specified in CpuCoreCount) is in use when adding a reference face to the database. 2 – only 2 fixed cores (different from those specified in CpuCoreCount) are in use when adding a reference face to the database. etc. | ||||
x32: (x32)\FRS x64: (x64)\FRS | Face.HardwareCPU | 0, 1, 2 | NA | 1.0.0 and later | The key defines the order of binding streams to CPU cores when generating vectors of persons. no value or 0 – streams are bound randomly to CPU cores. | ||||
x32: (x32)\FRS x64: (x64)\FRS | Face.RecognizeFacesSeparately | 0, 1 | 0 | 1.0.0 and later | Mechanism of displaying faces. When a new mechanism of displaying is enabled, the photo in the list of captured faces is not duplicated – it is updated in the same cell while the tracker "sees" it. 0 – new mechanism of displaying faces. 1 – old mechanism of displaying faces. | ||||
x32: (x32)\FRS x64: (x64)\FRS | FaceDetector.SaveLastFaceCaptureFrame | 0, 1 | 0 | 1.0.0 and later | The key enables saving the last recognized face and all its necessary data to a file. This image file can be sent directly to the recognition server via the iidk_client utility. 0 – General operation mode. 1 – When the face is captured, the captureFrame (cam_N) .log file is created (where N is the camera number that captured the face) in the <Axxon PSIM Installer directory>\Modules64\Firserver folder\. This file will contain the last recognized face and all its necessary data. This image file can be sent directly to the recognition server via the iidk_client utility. Note. The file is overwritten every time a new face is captured. | ||||
x32: (x32)\FRS x64: (x64)\FRS | XSize | >=0 | 1920 | 1.0.0 and later | The key restricts resolution (width) of the photo when adding it to the faces database. Set greater value to the key if the following message appears when adding a face to DB: "Adding error. The face was not added. Insufficient image quality to add". | ||||
x32: (x32)\FRS x64: (x64)\FRS | YSize | >=0 | 1080 | 1.0.0 and later | The key restricts resolution (height) of the photo when adding it to the faces database. Set greater value to the key if the following message appears when adding a face to DB: "Adding error. The face was not added. Insufficient image quality to add". | ||||
VA and VideoIntellect 1.1 | |||||||||
x32: (x32)\FRS x64: (x64)\FRS | VaAlgorithmNumber | 0, 1 | 0 | 1.0.0 and later | The key enables selecting the face recognition and search algorithm. 0 – less resource intensive algorithm is in use 1 – more resource intensive algorithm is in use Important! Biometric vectors received using this algorithm cannot be used with alternative one. For proper operation of Face PSIM after changing this parameter biometric vectors are to be converted as described in Switching between the face recognition modules section. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.DetectionFilterAlgorithm | 0, 1 | 0 | 1.0.0 and later | An alternative algorithm for filtering false triggerings of the tracker. This key is in use if Va.GlobalTrackingDetectionFilter=0 and Va.DetectionFilterValue > 0 (see the corresponding parameters below). 0 – ALG1 1 – ALG2 Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.DetectionFilterValue | 0-100 | 50 | 1.0.0 and later | Configuring alternative algorithm filtering. It is in use if the value of Va.GlobalTrackingDetectionFilter is more than 0 (see the corresponding parameter below). Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.GlobalTrackingDetectionFilter | 0, 1 | 1 | 1.0.0 and later | Activates an additional check to filter out false triggerings of the tracker. If faces in masks are not recognized, it is recommended to disable this check, however, this can cause false triggerings of the tracker. 0 – disabled 1 – enabled Note. It is not recommended to change this parameter without first consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.DetectorAlgorithm | 0, 1 | 0 | 1.0.0 and later | Face detection operation mode (identification). The recommended parameter value is 0. 0 – ALG1 1 – ALG2 Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.FaceDetectionPeriod | >=0 | 350 | 1.0.0 and later | This parameter affects the detector captioning capacity. If there is a great value, the tracks can rend. Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.FaceDetectorConfidenceThreshold | >=0 | 50 | 1.0.0 and later | Face detector confidence threshold (do not confuse with face quality). Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.IdentificationAlgorithm | 0, 1, 2 | 0 | 1.0.0 and later | The key enables selecting the algorithm for recognition and face search. 0 – ALG1 less resource-intensive algorithm is in use. 1 – ALG2 identification of the higher quality, but more resource-intensive. 2 – PRECISE the highest quality of recognition, but the most resource-intensive. This algorithm is recommended if significantly less time is spent on face recognition than on detection (if there are few people in the frame). Important! Since the biometric vectors received by one algorithm cannot be used by another, then after changing the algorithm, the biometric vectors are automatically recreated. The biometric vectors can also be recreated manually (see Switching between the face recognition modules or SDK versions). | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.TrackBestFramesCount | >=0 | 1 | 1.0.0 and later | Specifies the number of seconds to accumulate the best frames of a track for recognition. The increase in time makes it possible to average out the recognized face characteristics, but it can result in the poorer accuracy of the face characteristics recognition. Note. For example, if the 1 second value is set, the average error in determining the age will be 2-3 years, and if the 5 seconds value is set, it will be 3-4 years. | ||||
x32:(x32)\FRS\CustomAlgoritm x64:(x64)\FRS\CustomAlgoritm | Va.TrackerMaxLostTime | >=0 | 500 | 1.0.0 and later | Time since the last recognition after which the track is considered ended. Note. It is not recommended to change this parameter without consulting with AxxonSoft technical support. | ||||
x32: (x32)\FRS\CustomAlgoritm x64: (x64)\FRS\CustomAlgoritm | Va.EyesClosedDetectorThreshold | >=0 | 50 | 1.0.0 and later | Sets the sensitivity of the closed eyes recognition. The higher the value, the less sensitive the closed eyes detector. | ||||
x32: (x32)\FRS\CustomAlgoritm x64: (x64)\FRS\CustomAlgoritm | Va.IgnoreBestFrames | 0,1 | 0 | 81.20.0 .550 and later | Specifies which frames will be recognized. 0 − only 0—only the best frame defined by VA by VA will be recognized. 1 − all 1—all frames will be recognized, as a result the quality of recognition increases, but the CPU load increases, too | x32||||
x32: | (x32)\FRS\CustomAlgoritm x64: | (x64)\FRS\CustomAlgoritm | GenerateEyesClosedEventVa.LivenessDetectionAlgorithm | 0, 1, 2 | 02 | 1.0.0 and later | Activates the Eyes closed event generation when closed eyes are detected. | x32: The key defines the operating mode for the frame-based artificial face detection algorithm: 0—the algorithm is disabled 1—standard operation mode of the algorithm 2—slower but more accurate operation mode of the algorithm This key can be used together with the Va.LivenessTextureDetectionAlgorithm key for better results | |
x32: (x32)\FRS\CustomAlgoritm x64: | (x64)\FRS\CustomAlgoritm | FaceTrackerVa. | LogTrackerQualityLivenessTextureDetectionAlgorithm | 0, 1, 2, 3 | 0 | 1.0.0 and later | The key | enables logging of every face capture event in the general log file of the Face Recognition Server debugging window, where additional information is displayed, such as: the quality of the captured face, the number of all captured faces, the number of high-quality faces, etc. (for details, see Debug windowdefines the operating mode for the texture-based artificial face detection algorithm. The following conditions are required for proper operation: high-quality video image, a large face size, and a region of interest (ROI) focused on the center of the frame. 0—the algorithm is disabled 1—standard operation mode of the algorithm 2—slower but more accurate operation mode of the algorithm 3—enables combined operation with the frame-based artificial face detection algorithm (the registry key Va.LivenessDetectionAlgorithm value must be set to 1 or 2) | ).|
x32: (x32)\FRS x64: (x64)\FRS | IsProcessObjectGenerateEyesClosedEvent | 0, 1 | 10 | 1.0.0 and later | Enables the launch of each Face Recognition Server in a separate process. 0 – all Face Recognition Servers launch in the same process. 1 – each Face Recognition Server is launched in a separate processActivates the Eyes closed event generation when closed eyes are detected. | ||||
x32: (x32)\FRS x64: (x64)\FRS | ThreadAffinityFaceTracker. | IgnoreLogTrackerQuality | 0, 1 | 0 | 1.0.0 and later | The key enables logging of every face capture event in the general log file of the Face Recognition Server debugging window, where additional information is displayed, such as: the quality of the captured face, the number of all captured faces, the number of high-quality faces, etc. (for details, see Debug window). | |||
x32: (x32)\FRS x64: (x64)\FRS | IsProcessObject | 0, 1 | 1 | 1.0.0 and later | Enables the launch of each Face Recognition Server in a separate process. 0 – all Face Recognition Servers launch in the same process. 1 – each Face Recognition Server is launched in a separate process Enables ignoring threads affinity to kernels inside firserver.run. 0 – ignoring threads affinity to kernels is disabled. 1 – ignoring threads affinity to kernels is enabled. The key is used in conjunction with the IsProcessObject=0 key. | ||||
x32: (x32)\FRS x64: (x64)\FRS | ResizeWidthThreadAffinity.Ignore | >=0, 1 | 0 | 1.0.0 and later | Enables ignoring threads affinity to kernels inside firserver.run. 0 – ignoring threads affinity to kernels is disabled. 1 – ignoring threads affinity to kernels is enabled. The key is used in conjunction with the IsProcessObject=0 key. | ||||
x32: (x32)\FRS x64: (x64)\FRS | ResizeWidth | >=0 | 0 | 1.0.0 and later | Sets the video resolution that is sent from cameras to all Face Detection modules. Sets the video resolution that is sent from cameras to all Face Detection modules. Actually, the width of the video image is set, and the height is adjusted automatically based on the aspect ratio of the original video. For example, if the original video has a resolution of 2560x1920, then if you set the value to 960, then the video will be converted to a resolution of 960x720. If the value is set to 0, then the video image will be received in its original resolution. | ||||
x32: (x32)\FRS x64: (x64)\FRS | NeedUpdatePerson | 0, 1 | 1 | 1.0.0 and later | Enables compliance check of Face PSIM users with Axxon PSIM users: 0—compliance check is disabled, user changes are not checked 1—compliance check is enabled. All user changes made in the Axxon PSIM database, but missing in the Face PSIM database, are transferred there. User parameters that are present in the Face PSIM database, but missing in the Axxon PSIM database, are deleted | ||||
x32: (x32)\FRS\Thermal x64: (x64)\FRS\Thermal | SaveThermalJson | 0, 1 | 0 | 1.0.0 and later | Enables saving all json and images received from the thermal camera during face recognition to the folder. The data from the camera will be saved at the following address:
0 – data from the thermal camera is not saved to the folders 1 – data from the thermal camera is saved to the folders | ||||
x32: (x32)\FRS\Thermal x64: (x64)\FRS\Thermal | ForceProcessWholeImage | 0, 1 | 0 | 1.0.0 and later | The key is used in case the Combined work with thermal camera and Get photo from thermal camera checkboxes are set on the settings panel of the Face Recognition Server object. Enables the face search throughout the entire frame if a face was not previously recognized due to incorrect coordinates of the face frame received from the thermal camera. Details on this mode:
0 – Unrecognized faces are ignored. 1 – Enables the face search throughout the entire frame if a face was not previously recognized. | ||||
x32: (x32)\FRS\Update x64: (x64)\FRS\Update | Update.CpuCoreCount | >=1 | 1 | 1.0.0 and later | Sets the number of threads on which the biometric vectors are re-generated when switching between different face recognition modules or SDK versions. |
...
Auto PSIM | |||||||||||
Registry section | String parameter | Available values | Default | Product version | Parameter in effect | ||||||
x32: (x32)\LPRVIEWER | protocollimit | <1000 | NA | 1.0.0 and later | Sets number of lines shown in the protocol (this parameter is for testing only). | ||||||
x32: (x32)\radar | EmulateRefreshSpeed | 1 – 2147483647 | 100 | 1.0.0 and later | Radar emulator. Sets time period (ms) for refreshing data about speed in the radar emulation mode. 0 value blocks data refreshing. | ||||||
x32: (x32)\radar | WriteSpeedOnTitles | 0, 1 | 0 | 1.0.0 and later | Defines whether to write speed values on titles. | ||||||
x32: (x32)\URMLPR | DisableUrmOutput | 0, 1 | 0 | 1.0.0 and later | Disables results output. | ||||||
x32: (x32)\URMLPR | GlobalUrmDebug | 0, 1 | 0 | 1.0.0 and later | Enables displaying CZoneInfo objects in dbgview. | ||||||
x32: (x32)\URMLPR | OneSpeedDetect | 0, 1 | 0 | 1.0.0 and later | Enables filtering the radar speed values. | ||||||
x32: (x32)\URMLPR | ReadSpeedFromTitles | 0, 1 | 0 | 1.0.0 and later | Defines whether to read speed from titles or not. | ||||||
x32: (x32)\URMLPR | TestWidth | NA | 0 | 1.0.0 and later | Image width change (internal use only). | ||||||
x32: (x32)\URMLPR | TestHeight | NA | 0 | 1.0.0 and later | Image height change (internal use only). | ||||||
x32: (x32)\URMLPR | Time | NA | NA | 1.0.0 and later | Saves time of the last viewed archive fragment in the test mode. | ||||||
x32: (x32)\URMLPR | UrmDebug | 0, 1 | 0 | 1.0.0 and later | Enables recording of tiff files to UrmDebug folder. | ||||||
x32: (x32)\URMLPR | UrmSendProcessEvents | 0, 1 | 0 | 1.0.0 and later | Sends beginning (VEHICLES_BEGIN) and ending (VEHICLES_END) parameters of license plate recognition to the core. | ||||||
x32: (x32)\URMLPR | UseTry | 0, 1 | 0 | 1.0.0 and later | Enables the seh module. | ||||||
x32: (x32)\URMLPR | WriteUraganErrorBuf | 0, 1 | 0 | 1.0.0 and later | If failure occurs, the uragan.buf file is created (only of UseTry=1). | ||||||
x32: (x32)\URMLPR\UnitTest | CountryName | Text | RUS | 1.0.0 and later | Sets the test country name. | ||||||
x32: (x32)\URMLPR\UnitTest | Enabled | 0, 1 | 0 | 1.0.0 and later | Enables/disables test. | ||||||
x32: (x32)\URMLPR\UnitTest | ExecuteSecond | > = 0 | 3 | 1.0.0 and later | Sets time of test execution. | ||||||
x32: (x32)\URMLPR\UnitTest | Number | Text | M038EH150 | 1.0.0 and later | Sets the test number. | ||||||
x32: (x32)\URMLPR\UnitTest | PlateHeightPercent | > 0 | 15 | 1.0.0 and later | Sets the test license plate height. | ||||||
x32: (x32)\URMLPR\UnitTest | PlateWidthPercent | > 0 | 25 | 1.0.0 and later | Sets the test license plate width. | ||||||
x32: (x32)\URMLPR | ParkingMode | 0, 1 | NA | 1.0.0 and later | Enabling the parking mode for the CARMEN-Auto recognizer: 1 – parking mode is enabled. Recognition starts at ULPR|START reaction. As soon as one license plate is recognized, the recognition stops. 0 – parking mode is disabled. Recognition continues till getting the ULPR|STOP reaction. Important! For correct operation of the key make sure that the Enable on motion detection trigger checkbox is set on the settings panel of the LPR channel object corresponding to the CARMEN-parking recognition module (see Setting the joint operation of the LPR channel and the motion detector of the Axxon PSIM platform). Note. The ULPR|START and ULPR|STOP reactions are created using the scripts. Operator command, sensor triggering, motion detection tool triggering, etc. can cause the reaction. | ||||||
1.0.0 and later | Enabling the parking mode for the CARMEN-Auto recognizer: 1 – parking mode is enabled. Recognition starts at ULPR|START reaction. As soon as one license plate is recognized, the recognition stops. 0 – parking mode is disabled. Recognition continues till getting the ULPR|STOP reaction. Note. If you set the 1 value on the settings panel of the LPR channel object, the Enable on motion detection trigge checkbox will be automatically set without the possibility of removing it until this key value is set to 0 (see Setting the joint operation of the LPR channel and the motion detector of the Axxon PSIM platform). Note. The ULPR|START and ULPR|STOP reactions are created using the scripts. Operator command, sensor triggering, motion detection tool triggering, etc. can cause the reaction. | ||||||||||
x32: (x32)\URMLPR | SaveRawRecognitionResult | 0,1 | 0 | 1.0.0 and later | When value = 1, the key allows saving frames transmitted from Axxon PSIM to the CARMEN Parking / CARMEN-Auto module.
When value = 1, frames are not saved. | ||||||
x32: (x32)\URMLPR | TrackOnlyRedLight | 0, 1 | 1 | 1.0.0 and later | When value = 1, the key allows fixing violations by the traffic violations detection (crossing the stop line, stop over crosswalk line, running a red light) only for vehicles which crossed the stop line on red light. | ||||||
x32: (x32)\URMLPR | MaxStoppingSpeed | 0 – 10000 | 1000 | 1.0.0 and later | Controls maximal speed in relative units (relatively from width and height of frame) at which the vehicle is still considered as the stopped vehicle (for the Stop over crosswalk line violation). | ||||||
x32: (x32)\URMLPR | RayHardwareDelay | >0 | 0 | 1.0.0 and later | Sets time (in milliseconds) corresponding to the delay with which events about green/red traffic lights are received. Example. If the key value is RayHardwareDelay=2000 and an event is received at 12:00:00, then the system thinks the event is received at 11:59:58. | ||||||
x32: (x32)\URMLPR | TimestampFontSize | >0 | 130 | 1.0.0 and later | The key sets the font size of the caption on the vehicle photo containing date and time. The value of the key is font size multiplied by 10. For example, if the key is 139, then the font size will be 13,9pnt. | ||||||
x32: (x32)\URMLPR | TimestampFontSize.N Note. N is the number of license plate recognition channel in Axxon PSIM | >0 | 130 | 1.0.0 and later | The key sets the font size of the caption on the vehicle photo containing date and time. The value of the key is font size multiplied by 10. For example, if the key is 139, then the font size will be 13,9pnt. The key is created in the registry after the recognition channel is created, it is different for each channel. | ||||||
x32: (x32)\URMLPR | FontSize | >0 | 22 | 1.0.0 and later | The key determines the width of the black area for the caption on the vehicle photo containing date and time, measured in pixels. | ||||||
x32: (x32)\URMLPR | FontSize.N Note. N is the number of license plate recognition channel in Axxon PSIM | >0 | 22 | 1.0.0 and later | The key determines the width of the black area for the caption on the vehicle photo containing date and time, measured in pixels. The key is created in the registry after the recognition channel is created, it is different for each channel. | ||||||
x32: (x32)\URMLPR | PlateImprover | 0, 1, 2, 3 | 0 | 1.0.0 and later | The key sets an algorithm of frame preparation before sending it to the Carmen license plate recognition module: 0 – frames are sent to the Carmen license plate recognition module without pre-processing. 1 – rectangular areas that may contain a license plate are searched in the frame. Only those rectangular areas that may contain a license plate are then forwarded to the Carmen license plate recognition module. 2 – if any rectangular area that may contain a plate number is detected on the frame, the frame in whole is forwarded to the Carmen license plate recognition module. If the Carmen license plate recognition module detects a license plate, it tries to find another plate number, and time for recognition increases as a result. 3 – if any rectangular area that may contain a plate number is detected on the frame, the frame in whole is forwarded to the Carmen license plate recognition module. If the Carmen license plate recognition module detects a license plate, it does not try to find another license plate. | ||||||
x32: (x32)\URMLPR | SpeedField | "FASTEST", "STRONGEST" | "FASTEST" | 1.0.0 and later | "FASTEST" – a speed trap sends speed of the fastest object to the Axxon PSIM software "STRONGEST" – a speed trap sends speed of the biggest object to the Axxon PSIM software Important! If values other than above are specified for the key, the Axxon PSIM software does not recieve speed data from speed traps. | ||||||
x32: (x32)\URMLPR | Compress | 0, 1 | 1 | 1.0.0 and later | The parameter is intended for disabling compression when transferring video from the video subsystem (the Camera object) to the LPR channel, if the video subsystem and the LPR channel are on the same local computer. This allows reducing the load on the Server processor. 0 – the video is transmitted to the local LPR channel without compression. 1 – the video is transmitted to the LPR channel after compression. | ||||||
x32: (x32)\URMLPR | RemoteLpr.NearestTime | >=0 | 0 | 1.0.0 and later | The key specifies the time difference (in milliseconds) between the moments of receiving the frame and license plate recognition event, sufficient to allow these events to be linked. The key is to be in use if data about recognized license plates are not displayed on the On-line monitor in Auto PSIM, although there are recognition events in the Debug window. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | RemoteLpr.x.NearestTime X is the object identifier of the LP recognition channel in the Axxon PSIM software. | >=0 | NA | 1.0.0 and later | For the specified object of the LPR channel with the assigned remote recognition module, the key sets the time difference in milliseconds between the moments of receiving the frame and event on the LP recognition enough to bind these events. You should use the key if the data on the recognized LPs are not displayed in the Active Monitor of the Auto PSIM although they are found in the Debug window and Event protocol. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | LprDB.Path | 0, 1 | C:\ProgramData\AxxonSoft\LprDB | 1.0.0 and later | Specifies the local or network folder for storing the recognized LP images and vehicle images if the LprDB.Use key value 1 (see below) is specified. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | LprDB.Use | 0, 1 | 1 | 1.0.0 and later | Specifies the way of storing images. 0 – metadata and images are stored only in the database. 1 – metadata is stored in the database, and images are stored in the local or network folder. Full path to the folder is specified by the LprDB.Path key (see above). Note. Recognized LP numbers information is stored in the database regardless of the LprDB.Use key. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | LprDB.FreeMB | >0 | 5000 | 1.0.0 and later | Specifies the amount of free storage space in a directory. When its limit is exceeded, the overwriting process starts, rewriting the oldest images with the most recent ones. The key is used if the LprDB.Use key value is 1 (see above). | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Alarms.LimitedByBestResult | 0, 1 | 0 | 1.0.0 and later | The parameter allows ignoring all the tracks after the best frame detected by SDK. 0 – tracks after the best frame detected by SDK are not ignored. 1 – all the tracks after the best frame detected by SDK are ignored. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Alarms.CrossWalkOne | 0, 1 | 0 | 1.0.0 and later | The parameter activates alarm even if only one plate is recognized at the crosswalk (regardless of if the vehicle was moving or not). 0 – the system tries to detect crossing the crosswalk and only after that activates alarm. 1 – activates alarm even if only one plate is recognized at the crosswalk. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | SaveRecognitionResult | 0, 1 | 0 | 1.0.0 and later | Activates saving the recognition results to the hard drive. It is used for the Traffic violations detection module debugging. 0 – the recognition results are saved to the Auto PSIM DB. 1 – the recognition results are saved to the hard drive. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | AutoUragan.SDKVersion | 3.8, 3.7, 3.5 | 3.8 | 1.0.0 and later | The key sets the SDK version which is being used in the Auto-Uragan software module. Note. It is applied to all activated Auto-URAGAN software modules in Auto PSIM. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | AutoUragan.Parallel | 0, 1 | 0 | 1.0.0 and later | The key activates the LP numbers recognition simultaneously on several CPUs using parallel computing, which increases the performance of the Auto-URAGAN software module. Note. It is applied to all activated Auto-URAGAN software modules in Auto PSIM. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | AutoUragan.Kernels | >=1 | 1 | 1.0.0 and later | The key sets the number of CPUs that will be used for parallel computing by the Auto-URAGAN software module, if the parallel computing is activated. Note. It is applied to all activated Auto-URAGAN software modules in Auto PSIM. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VIT.TimeoutLostNumber | >=0 | 0 | 1.0.0 and later | The key enables the tracking of the recognized number disappearance and sets the time in milliseconds, after which the lost number event will be generated if this number has disappeared from the camera field of view. 0 – tracking of the recognized number disappearance is disabled. >1 – after the specified time has passed, if the recognized number disappeared from the camera field of view, a lost number event will be generated. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | SaveFilterToDB | 0, 1 | 1 | 1.0.0 and later | The key enables saving the filtered numbers to the database. 0 – filtered numbers are saved to the database. 1 – filtered numbers are not saved to the database. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | RemoveNewLine | 0, 1 | 1 | 1.0.0 and later | The key activates the display of two-line numbers in the Event Log in two lines. 0 – two-line numbers are displayed in two lines. 1 – two-line numbers are displayed in one line. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | ExpiredPlateNumberMinutes | >=0 | 5 | 1.0.0 and later | The key sets the time in minutes, after which the violation detected by the main recognizer is ignored if the second recognizer, which is paired with the main one, also detected a violation. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | RestartTimeout | 0, 1 | 0 | 1.0.0 and later | The key activates the automatic restart by the timeout for the Auto-URAGAN recognition module if no recognition results are received from it. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | IgnorePhotoFromBaseCamera | 0, 1 | 0 | 1.0.0 and later | The key disables the receiving of photos from the main cameras of the recognizers. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | FrameBuffer | >=0 | 0 | 1.0.0 and later | The key sets the number of frames that are stored in the buffer for the CARMEN-Auto module. It is applicable if there is skipping of numbers, but it may cause a delay in the numbers recognition. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | FrameBuffer | >=0 | 0 | 1.0.0 and later | The key sets the number of unprocessed frames that are stored in the buffer for all license plate recognition modules. It is applicable if there is skipping of numbers, but it may cause a delay in the numbers recognition. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | SaveRecognitionResult | 0, 1 | 0 | 1.0.0 and later | The key activates the saving of the number recognition result in the * .jpg format for the VIT module. As a result of the module operation, the AutoRecongitionResult folder will be created at the path: <Axxon PSIM installation directory>\Modules64\UrmLpr\, into which the files with the following names will be saved: recognizer ID in Axxon PSIM – recognized number – violation <if any>.jpg. Note. This setting is required for debugging. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | InternalDirection | 0, 1, 2 | 1 | 1.0.0 and later | The key sets the mode of determining the vehicle direction of movement of the vehicle. 0 – the direction is determined by the SDK. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | GueTrack.Timeout | >=0 | 0 | 1.0.0 and later | The key sets the waiting time in seconds required for the number to appear if the vehicle is detected several times after stopping. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Alarms.LimitedByBestResult | 0, 1 | 0 | 1.0.0 and later | The key activates the discarding of all tracks after the best frame which was defined by the recognition module. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Alarms.CrossWalkOne | 0, 1 | 0 | 1.0.0 and later | The key activates an alarm if there is at least one number identification at the pedestrian crossing. Vehicle traffic is not taken into account. Note. By default, the system tries to determine the traffic on a pedestrian crossing. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VehiclePlateSearch.Arabic | 0, 1 | 0 | 1.0.0 and later | The key enables the entry of an Arabic LP number in the search field. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VehiclePlateSearch.PersianCalendar | 0, 1 | 0 | 1.0.0 and later | It is necessary to activate this key if the Persian calendar is used on the LPR channel. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | WritesAllSecondaryFrames | 0, 1 | 1 | 1.0.0 and later | Internal setting. Disables saving of frames from a synchronous video camera to the LprDB.Path folder and the [lprex].[dbo].[FramesSecondary] database. 0 – saving of all images from a synchronous video camera is disabled. 1 – saving of all images from a synchronous video camera is enabled. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Ulpr.NumberDetectedRestartTimeout | >=0 | 0 | 1.0.0 and later | This key should be created if the LP recognition on one or more LPR channels stop from time to time. The key sets the time in minutes; if during this time no LPs were recognized, then the reaction is sent to the Axxon PSIM software core: ULPR|N|NUMBER_DETECTED_TIMEOUT
where N is the identifier of the LPR channel object. Having received this reaction, the core re-sends the settings to the recognition module, thus emulating the Apply button click on the settings panel of the LPR channel object. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | AutoInfo.Use | 0, 1 | 0 | 1.0.0 and later | The key automatically enables the display of the vehicle type in the Online Monitor window if the Vehicle Type Recognition Module (UrlServer) is activated. 0 – the detected vehicle type is not displayed in the Online Monitor window. 1 – the detected vehicle type is displayed in the Online Monitor window. Note. The key value changes automatically. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | AutoInfo.Url | http-address | http://127.0.0.1:8091/GetAutoInfo | 1.0.0 and later | The key sets the http-address for the interaction with the Vehicle Type Recognition Module (UrlServer). | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | UrlServerFrameBuffer | Whole numbers | -1 | 1.0.0 and later | The key sets the number of frames that are stored in the buffer for the Vehicle Type Recognition Module (UrlServer). It is defined as the approximate time spent by the vehicle in the frame multiplied by the fps of video. If 0 – then the MMR (VIT) works. If < 0 – then the Vehicle Type Recognition Module (UrlServer) works with the 350 value. If > 0 – then the Vehicle Type Recognition Module (UrlServer) works with the specified value. | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | SavePictures | String value | NA | 1.0.0 and later | The key specifies the folder into which the frames processed by the Vehicle Type Recognition Module (UrlServer) will be saved (cropped frames containing only the vehicle). These frames are necessary for training a neural network (see Saving the frames processed by the Vehicle Type Recognition module). | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | VehiclePlateSearch.RightToLeft | 0, 1 | 1 | 1.0.0 and later | When using the CARMEN-Auto software module and the Arabic license plate numbers recognizer, the key sets the sequence of Latin numbers and letters in the second line of the recognized LP number displayed in the Online monitor. 0 – Latin numbers are displayed first, then letters. 1 – Latin letters are displayed first, then numbers. | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | DeferLeft | >0 | 2.0 | 1.0.0 and later | The key works only if saving the frames processed by the Vehicle Type Recognition module (UrlServer) is enabled. The key value indicates the coefficient by which the number plate width will be multiplied. The photo will be cropped from the left relative to the number plate at a distance equal to the product. | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | DeferRight | >0 | 2.0 | 1.0.0 and later | The key works only if saving the frames processed by the Vehicle Type Recognition module (UrlServer) is enabled. The key value indicates the coefficient by which the number plate width will be multiplied. The photo will be cropped from the right of the number plate at a distance equal to the product. | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | DeferUp | >0 | 21.8 | 1.0.0 and later | The key works only if saving the frames processed by the Vehicle Type Recognition module (UrlServer) is enabled. The key value indicates the coefficient by which the number plate height will be multiplied. The photo will be cropped from the top relative to the number plate at a distance equal to the product. | ||||||
x32: (x32)\URL_SERVER x64: (x64)\URL_SERVER | DeferDown | >0 | 3.8 | 1.0.0 and later | The key works only if saving the frames processed by the Vehicle Type Recognition module (UrlServer) is enabled. The key value indicates the coefficient by which the number plate height will be multiplied. The photo will be cropped from the bottom relative to the number plate at a distance equal to the product. | ||||||
x32: (x32)\Video x64: (x64)\Video | RandomOrder | 0, 1 | 0 | 1.0.0 and later | The key allows you to send a message about the number, even if the frame dimensions, which are necessary for the correct calculation of the number plate coordinates, are not initialized. This solves the problem of incorrect linking of numbers when sending the number plate coordinates. 0 – a message about the number is not sent if the frame dimensions are not initialized. 1 – a message about the number is sent even if the frame dimensions are not initialized. | ||||||
x32: (x32)\URL_SERVER\An x64: (x64)\URL_SERVER\An | An.port | >0 | 20111 | 1.0.0 and later | Sets the port for connection to Axxon One (see Setting up the joint operation of Auto PSIM and Axxon One). | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VehiclePlateSearch.ConnectTimeOut | >=0 | 10 | 1.0.0 and later | Sets the timeout in seconds for connecting to the selected Auto PSIM servers when the Event search in the Recognizers DBs window is opened. If the specified time is exceeded, connection attempts are stopped and a list of servers to which it was not possible to connect is displayed. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | LprDB.Log | 0, 1 | 0 | 1.0.0 and later | Enables recording of LP recognition logs to the Logs table of the lprex DB. The records in the table are cleared according to the specified records retention period in the database. Used for debugging. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | RestPort | port number | 10001 | 1.0.0 and later | The key is used if the standard port 10001 used by the LPR channel for communication with the Vehicle Tracer module client is occupied by a third-party application that cannot be disabled. The key allows you to set a new port number for communication between the server and client parts. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | ClearOnlyFirstPageDB | 0, 1 | 1 | 1.0.0 and later | The key is used to control the number of events to be deleted from the Auto PSIM internal database. 0—all records that exceed the specified amount of archive storage will be deleted from the database. 1—a maximum of 1000 records will be deleted from the database with a 3-minute timeout. | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VehicleTracer.ShowDataFile | 0, 1 | 0 | 1.0.0 and later | The key displays the data file about the triggered engine in the Online monitor window. 0—the data file is not displayed. 1—the data file is displayed | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | VehicleTracer.DisableAutoScrollLineUp | 0, 1 | 0 | 1.0.0 and later | The key compensates for automatic scrolling when the element is added to the Online monitor window: 0—automatic scrolling is compensated, this key value is used for all versions of Windows OS except 8 with the installed package KV4486105. 1—automatic scrolling is not compensated, this key value is used for Windows OS version 8 with the installed package KV4486105. The key value depends on the installed version of Windows OS | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Carmen.DistanceX | >=0 | 10 | 1.0.0 and later | The key is the minimum horizontal distance in pixels between the license plate characters. The key is used to insert a separator into the license plate. The separator will be added where the distance between the characters is maximum and at the same time it is not less than the value specified in the key. The key is only used for Arabic license plate numbers | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | Carmen.ExcludeCountriesSpace | country codes separated by a comma | none | 1.0.0 and later | The key defines the countries for which special characters won’t be displayed during license plate recognition. Country codes are specified separated by a comma in ISO 3166 Alpha-3 format, case-insensitive, e.g. VAT,ARE for Vatican, UAE | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | IgnoreRepeatTime | >=0 | 0 | 1.0.0 and later | The key specifies the time in seconds, during which the repeated license plate recognitions on all channels within one physical server are ignored | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | IsProcessObject | 0, 1 | 0 | 1.0.0 and later | The key enables the mode of evenly distributing the load on the CPU cores.0—the mode 0—the mode of evenly distributing the load on the CPU cores isn't enabled, all recognition channels are started in one process 1—the mode of evenly distributing the load on the CPU cores is enabled, each recognition channel is started in a separate process | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR | PicturesInNumberDetectedEvent | 0, 1 | 0 | 1.0.0 and later | The key adds to the NUMBER_DETECTED event the image parameter that stores the image of the entire frame, and the image_plate parameter that stores the image of the cropped frame, encoded using Base64: 0—the NUMBER_DETECTED event is generated without the image and image_plate parameters 1—the NUMBER_DETECTED event is generated with the image and image_plate parameters | ||||||
x32: (x32)\URMLPR x64: (x64)\URMLPR x64: (x64)\URMLPR | VehiclePlateSearch.UseRestIp | 0, 1 | 0 | 1.0.0 and later | The key enables the event search in the recognizer databases, if the Server/Remote Administrator’s workstation and Remote Client configuration is used. 0—recognizers aren’t displayed, search doesn’t work 1—recognizers are displayed, search works | VehiclePlateSearch.UseRestIp | 0, 1 | 0 | 1.0.0 and later | The key enables the event search in the recognizer databases, if the Server/Remote Administrator’s workstation and Remote Client configuration is used. 0—recognizers aren’t displayed, search doesn’t work 1—recognizers are displayed, search works | |
x32: (x32)\URMLPR x64: (x64)\URMLPR | TitleFields | Title elements (frame captions), separated by commas | N/A | 1.0.0 and later | The key defines the composition of the titles (frame captions) that will be displayed in the online monitor, when printing the LP number, and in the frame caption. The titles are specified in the format "date_and_time, number, country, speed, direction, allowed_speed, device_number, place_control, gps, type, make, model, color" insensitive to case, spaces between elements are optional. If the field is empty, it will not be added to the caption. Elements can be deleted and rearranged. date_and_time—"Date and time of receiving the vehicle data - %s" The size of the black area and the font size of the caption are adjusted using the keys FontSize = 22 and TimestampFontSize = 130 respectively. If the string does not fit or a large font size (TimestampFontSize) is specified, the text will automatically wrap to the second line. In this case, it is necessary to increase the value of the FontSize parameter |
POS PSIM | |||||
---|---|---|---|---|---|
Registry section | String parameter | Available values | Default | Product version | Parameter in effect |
x32: (x32)\POS | Capture | 0, 1 | 1 | 1.0.0 and later | Defines whether to store log-files or not. |
x32: (x32)\POS | Dos2Win | 0, 1 | 1 | 1.0.0 and later | Detects encoding: |
x32: (x32)\POS | GlobalTextDelay | NA | 0 | 1.0.0 and later | Sets the shift of Text data from video to TextSearch. |
x32: (x32)\POS | Nohotkey | 0, 1 | 1 | 1.0.0 and later | Allows disabling hot keys used for POSVIEWER and TITLEVIEWER. If Nohotkey = 1, then when clicking |
x32:(x32)\POS x64:(x64)\POS | DecodeUtf8 | 0, 1 | 0 | 1.0.0 and later | The key enables the UTF-8 encoding to ensure the correct display of captions in cases when the incoming to the POS terminal packages have the UTF-8 encoding. |
x32: (x32)\POS | PosLogMaxsize | >0 | 10 | 1.0.0 and later | The key sets maximum size (in MBs) of the POS terminal’s log. Note. POS terminal logging is enabled using the Capture key – see above. |
x32: (x32)\POS x64: (x64)\POS | SetFlowControlNone | 0, 1 | 1 | 1.0.0 and later | COM port control. Set to 0 if POS terminal fails to operate while connecting to POS PSIM. |
x32: (x32)\POS x64: (x64)\POS | UseLocalTimestamp | 0, 1 | 0 | 1.0.0 and later | The key enables the received local timestamp conversion to UTC when creating a record in the corresponding POS PSIM database. 0 – received local timestamp will be recorded to the corresponding database without any changes. 1 – received local timestamp will be converted to UTC when creating a record in the corresponding database. |
x32: (x32)\POS x64: (x64)\POS | UseLastCashierInfo | 0, 1 | 0 | 1.0.0 and later | In case the D-store POS-terminals are used, the key enables saving the info about the last cashier whose data was received by the POS-terminal. Until there is no data, the following default values are used: cashier_name = "Jane B."; cashier_number = "1147911"; 0 – the info about the last cashier whose data was received by the POS-terminal, is not saved. 1 – the info about the last cashier whose data was received by the POS-terminal, is saved. |
x32: (x32)\POS x64: (x64)\POS | NewReceipt.Use | 0, 1 | 0 | 1.0.0 and later | In case the D-store POS-terminals are used, the key enables initiating the receipt creation by any data input. In addition to that, the text line specified in the NewReceipt.Word key (see below) is added to the receipt text. 0 – the receipt creation is initiated by the word specified to trigger the receipt creation. 1 – the receipt creation is initiated by any data input, and the text line specified in the NewReceipt.Word key (see below) is added to the receipt text. Note. This key works only if the UseLastCashierInfo key (see above) is enabled. |
x32: (x32)\POS x64: (x64)\POS | NewReceipt.Word | String value | NEW RECEIPT | 1.0.0 and later | The key enables specifying the text line which will be added to the receipt text if the NewReceipt.Use key (see above) is enabled. |
x32: (x32)\POS x64: (x64)\POS | PrintTime | 0, 1 | 0 | 1.0.0 and later | The key activates displaying in the Monitor the time (UTC) when each caption appeared. 0 – the captions timestamps (UTC) are not displayed in the Monitor. 1 – the captions timestamps (UTC) are displayed in the Monitor. |
...
IP integration (drivers and codecs pack for Axxon PSIM) | |||||
Registry section | String parameter | Available values | Default | Product version | Parameter in effect |
x32: (X32x32)\Video | ArchiveFps | 1-24 | 1.0.0 and later | Sets the number of frames recorded to the archive (max.resolution). LiveFps and ArchiveFps parameters are not to exceed 24 in total. | |
x32: (X32x32)\Video | DoubleStream | 0, 1 | 1.0.0 and later | Defines whether asynchronous video display mode is enabled or not. | |
x32: (X32x32)\Video | IpIntDrivers3 | Brand name: Axis; Acti, etc. | 1.0.0 and later | The IpIntDrivers3 string parameter is created and the names of brands that need 3.0 driver are listed. | |
x32: (X32x32)\Video | IpIntDriverVersion | 2, 3 | 1.0.0 and later | Defines the version number of loaded drivers: | |
x32: (x32)\Video | LiveFps | 1-24 | 1.0.0 and later | Sets the number of frames displayed in the 800x600 format. LiveFps and ArchiveFps parameters are not to exceed 24 in total. | |
x32: (x32) | LoadIpIntDirectly | 0, 1 |
| 1.0.0 and later | 1 – enable IntegratedDevice via video.run. If the setting is enabled and at least one IntegratedDevice is added, then other IP video capture cards are disabled. 0 – IIntegratedDevice operates as a separate run-module. |
x32: (x32)\Video\TransportProtocols x64: (x64)\Video\TransportProtocols | <Driver name> | <protocol> | NA | DP 1.0.0 and later | The key is used to change a transport protocol used by the IP device. Example of the key value: "ONVIF"="tcp" means that TCP protocol is used to transfer data via ONVIF. See details in Changing the transport protocol used by IP-device Example of the key value: "rtsp"="multicast" allows enabling Multicast mode of the RTSP Server. The object configuration is required in addition to the key. See details in Configuring the RTSP Server module. |
x32: (x32)\Video\MetadataTransportProtocols | The name of camera driver (in the driver parameter of the C:\Program Files\ Common Files\ AxxonSoft\ Ipint.DriverPack \3.0.0\ Ipint.<Driver name>.rep file) | The name of transport protocol (is to be the same as one of the values specified in metadataTransportProtocol property in the corresponding .rep file). | NA | DP 1.0.0 and later | The key is used to change a metadata transport protocol. At the time of writing this documentation change of a metadata transport protocol was available for ONVIF driver only (possible values are tcp and udp). |
x32: (x32)\Video x64: (x64)\Video | UnloadUnusedDriverTimeout | >=0 | 60 | DP 1.0.0 and later | The key sets unused driver unload timeout for cameras. For instance, if camera brand is in several drivers, all of them are loaded at camera connection. To unload the unused drivers, set non-zero value to this key. If the key is not created, then unused drivers are unloaded in 60 seconds. 0 – drivers do not unload (such behavior was in DriverPack versions older than the current one). The key value that is > 0 sets unused driver unload timeout. If the key is created but it consists of NaN value, then unused driver unload timeout is set to the default value – 60 seconds. |
x32: (x32)\TELEMETRY | PresetCompatibility | 0, 1 | NA | DP 1.0.0 and later | The key is used to enable the compatibility between presets in Axxon PSIM and previous versions of Drivers Pack, i.e. to decreasing the preset number by 1 when sending it to the driver. 0 – a new operation mechanism with presets the same as in Axxon One is in use in Axxon PSIM. If preset 1 is selected in Axxon PSIM interface, then value 1 is sent to the driver. 1, or if the key is not created – the compatibility mode is in use: if preset 1 is selected/created in Axxon PSIM interface, then value 0 is sent to the driver. |
x32: (x32)\Video | FFTHREADCOUNT | >=0 | 1 | DP 1.0.0 and later | The key sets the number of streams created in FFmpegDecoder. 0 – decoder automatically selects the number of created streams. >0 – sets the number of streams in use. By default if there is no key or the value is incorrect, then value 1 is in use. Auto selection of the number of streams can result in the system load reduction or its increase as the number of streams recreated during decoding increases – this affects the performance. |
x32: (x32)\EventSources | <brand>.<model> (for example, ONVIF.1_channel_device). If all models of some manufacturer require a specific method of getting events, then there must be a string key named <brand> in the section. | Pull point Meta data Disable | Meta data | DP 1.0.0 and later | By the date the documentation in created, this key is supported for three brands: ONVIF, RVi and IDIS. For models of these brands, the key is created automatically when the Drivers Pack is installed. The key sets a method of getting data about the analytics and the sensors of the device:
|
x32: (x32)\Video\UseSsrcChecking x64: (x64)\Video\UseSsrcChecking | RTSP | enable disable | enable | DP 1.0.0 and later | The key is intended for setting up synchronization source (SSRC) for RTSP stream: enable – SSRC check enabled; disable – SSRC check disabled. |
x32: (x32)\Video | FFLOGDELAY | 0, 1 | 0 | CP 1.580 | Enables logging of delays of frames decoding and idle time for FFMPEG codec. |
x32: (x32)\Video\TsConverters x64: (x64)\Video\TsConverters | <brand>.<model>, for example, Tattile.ANPR Mobile If all brand's models require a certain method of the timestamp adjustment, then the section must contain a string key with the name <brand>. |
| Depends on the brand | DP 1.0.0 and later | The keys in this section specify the method of the frame timestamp adjustment. If the key is not created, the timestamp transferred to the Axxon PSIM equals 0, and then the current time is set as its value. The None value is used if it is necessary to disable the adjustment and transfer the timestamp received from the camera as is. The ValidDeviceTs value means that the timestamp adjustment method is used before the timestamps transmission to the Axxon PSIM if the timestamp received from the camera differs from the current time by the value greater than the one specified in the MaxTimestampDeviation key (see below). After the adjustment, the timestamp calculated on the basis of the previous frame's timestamp and the time elapsed since its reception is transmitted to the Axxon PSIM. InfrequentTs value discards the relative timestamps, transferring 0 to the Axxon PSIM instead (i.e., the current time is set as the timestamp value), and it also transfers the absolute timestamps with the ETimestampValidityFlag flag. This adjustment method should be used for the devices with the license plates recognition which transfer the separate frames to the external system, rather than a continuous video stream. For some manufacturers, when installing the Drivers Pack, the keys with the necessary values are automatically created in the appropriate registry key. |
x32: (x32)\Video x64: (x64)\Video | MaxTimestampDeviation | >=0 | NA | DP 1.0.0 and later | The key is used for the ValidDeviceTs key value from the TsConverters branch (see above). The key sets the maximum permissible deviation of the frame timestamp from the current Server time. |
x32: (x32)\Video x64: (x64)\Video | ErrorSensitivity | 0, 1 | 0 | DP 1.0.0 and later | The key enables the interruption of the H.265 video decoding via the ffmpeg decoder in case of the slightest error in the video stream. 0 – if the video stream contains errors, then a buffer with artifacts will be received from the ffmpeg decoder. 1 – if the video stream contains errors, then an empty buffer will be received from the ffmpeg decoder. |
x32: (x32)\Video\RTSP x64: (x64)\Video\RTSP | AudioSeparatedConnection | 0, 1 | 0 | DP 1.0.0 and later | Enables RTSP audio over a separate TCP connection. |
x32: (x32)\Video x64: (x64)\Video | servicesVersion | auto, ver1, ver2 | auto | DP 1.0.0 and later | The key sets the version of ONVIF services (only for ONVIF and ONVIF 2.X): auto – get available versions and choose the latest if possible. ver1 – use old versions of services. ver2 – use new versions of services. |
x32: (x32)\Video x64: (x64)\Video | servicesSource | getServices, getCapabilities | getServices | DP 1.0.0 and later | The key determines the source of the ONVIF services version (only for ONVIF and ONVIF 2.X): getServices – get a list of services using the new interface. getCapabilities – get a list of services using the old interface. |
x32: (x32)\Video\Virtual x64: (x64)\Video\Virtual | playFileOnce | 0, 1 | 0 | DP 1.0.0 and later | Disables looping files in a virtual video capture device of a Virtual bench type. 0 – videos in a Virtual bench virtual capture device are played in a loop. 1 – videos in a Virtual bench virtual capture device are played once. See also Creating and configuring a virtual Video Capture Device. |
x32: (X32x32)\TELEMETRY x64: (x64)\TELEMETRY | cgiPrefix | "/cgi-bin/ptz.cgi?", "/stw-cgi/ptzcontrol.cgi?" | - | DP 1.0.0 and later | The key is required for PTZ operation with Hanwha Techwin IP-devices: "/cgi-bin/ptz.cgi?" – for old models (not X-series) "/stw-cgi/ptzcontrol.cgi?" – for new models X-series |
x32: (x32)\Video | DecompressorResetOnErrorTimeout | 0 – 180 | 60 | DP 1.0.0 and later Compatibility: Axxon PSIM 1.0.0 and later | Time in seconds before the decompressor resets after an error. The value for the key should be selected empirically based on the stream parameters of a particular video camera. Attention! It is recommended to change the value for the key only with the assistance of technical support. |
x32: (x32)\Video x64: (x64)\Video | IQS_ADDITIONTAL_VIDEO_FRAMES_COUNT | >=1 | 1 | DP 1.0.0 and later | The key sets the number of buffered decoded frames for the IntelQuickSync decoder. |
...
DetectorPack PSIM | |||||
---|---|---|---|---|---|
Registry section | String parameter | Available values | Default | Product version | Description |
x32: (x32)\DetectorExt x64: (x64)\DetectorExt | MaxRestartsCount | >=1 | 1 | 1.0.0 and later | The key specifies the number of attempts to restart the detection tool in case of an internal error |
x32: (x32)\DetectorExt x64: (x64)\DetectorExt
| Recumbent.SkipSitPeople | 0, 1 | NA | 1.0.0 and later | The key excludes repeated triggering of the Pose detection tool when there is a recumbent person in the frame: 0—repeated triggering of the detection tool isn't excluded 1—repeated triggering of the detection tool is excluded The registry key is created manually. If Recumbent.SkipSitPeople=1, and the values of other keys (Recumbent.SkipSitPeopleTimeOffset and Recumbent.SkipSitPeopleAreaOffset) aren't specified or only one is specified, then the default values are used for the missing keys. To specify the values different from default values, you must manually specify the Recumbent.SkipSitPeopleTimeOffset and Recumbent.SkipSitPeopleAreaOffset registry keys |
x32: (x32)\DetectorExt x64: (x64)\DetectorExt
| Recumbent.SkipSitPeopleTimeOffset | >0 | 600 | 1.0.0 and later | You must manually create the registry key with the value Recumbent.SkipSitPeople=1, otherwise the Recumbent.SkipSitPeopleTimeOffset registry key doesn't work. The key specifies the time period in seconds during which repeated triggering of the Pose detection tool when there is a recumbent person in the frame is excluded. If Recumbent.SkipSitPeople=1, and the values of other keys (Recumbent.SkipSitPeopleTimeOffset and Recumbent.SkipSitPeopleAreaOffset) aren't specified or only one is specified, then the default values are used for the missing keys. To specify other value, you must create the Recumbent.SkipSitPeopleTimeOffset registry key manually |
x32: (x32)\DetectorExt x64: (x64)\DetectorExt
| Recumbent.SkipSitPeopleAreaOffset | >0 | 50 | 1.0.0 and later | You must manually create the registry key with the value Recumbent.SkipSitPeople=1, otherwise the Recumbent.SkipSitPeopleAreaOffset registry key doesn't work. The key specifies the percentage of increase in the original size of the alarm border, in which repeated triggering of the Pose detection tool when there is a recumbent person in the frame is excluded. If Recumbent.SkipSitPeople=1, and the values of other keys (Recumbent.SkipSitPeopleTimeOffset and Recumbent.SkipSitPeopleAreaOffset) aren't specified or only one is specified, then the default values are used for the missing keys. To specify other value, you must create the Recumbent.SkipSitPeopleAreaOffset registry key manually |
x32: (x32)\DetectorExt\BARCODE_DETECTOR x64: (x64)\DetectorExt\BARCODE_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Barcode Detection: External Detector - BARCODE_DETECTOR.1 |
x32: (x32)\DetectorExt\BASE_POSE_DETECTOR x64: (x64)\DetectorExt\BASE_POSE_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Pose Detection: External Detector - BASE_POSE_DETECTOR.1 |
x32: (x32)\DetectorExt\CONVEYOR_BELT_DETECTOR x64: (x64)\DetectorExt\CONVEYOR_BELT_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Conveyor Belt Detection: External Detector - CONVEYOR_BELT_DETECTOR.1 |
x32: (x32)\DetectorExt\CROWD_COUNTER x64: (x64)\DetectorExt\CROWD_COUNTER
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Detection of moving against crowd flow: External Detector - CROWD_COUNTER.1 |
x32: (x32)\DetectorExt\CROWD_COUNTER_TVN x64: (x64)\DetectorExt\CROWD_COUNTER_TVN
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Crowd detection (TVN): External Detector - CROWD_COUNTER_TVN.1 |
x32: (x32)\DetectorExt\EQUIPMENT_DETECTOR x64: (x64)\DetectorExt\EQUIPMENT_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Equipment detection (PPE): External Detector - EQUIPMENT_DETECTOR.1 |
x32: (x32)\DetectorExt\FIRE_DETECTOR x64: (x64)\DetectorExt\FIRE_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Fire detection: External Detector - FIRE_DETECTOR.1 |
x32: (x32)\DetectorExt\FLUID_DETECTOR x64: (x64)\DetectorExt\FLUID_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Fluid level detection: External Detector - FLUID_DETECTOR.1 |
x32: (x32)\DetectorExt\GLOW_DETECTOR x64: (x64)\DetectorExt\GLOW_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Detection of light indication control: External Detector - GLOW_DETECTOR.1 |
x32: (x32)\DetectorExt\HEAT_ZONE_DETECTOR x64: (x64)\DetectorExt\HEAT_ZONE_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Heat map detection: External Detector - HEAT_ZONE_DETECTOR.1 |
x32: (x32)\DetectorExt\HEAT_ZONE_DETECTOR x64: (x64)\DetectorExt\HEAT_ZONE_DETECTOR | ReportFrequency | >0 | 900 | 1.0.0 and later | Sets the data collection frequency (sec) for heat map detection tool |
x32: (x32)\DetectorExt\HEAT_ZONE_DETECTOR x64: (x64)\DetectorExt\HEAT_ZONE_DETECTOR | DebugReportFrequency | >0 | 10 | 1.0.0 and later | Sets the data update frequency (sec) from heat map detection tool in the Debug window in seconds |
x32: (x32)\DetectorExt\NEURO_COUNTER x64: (x64)\DetectorExt\NEURO_COUNTER
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Neurocounter: External Detector - NEURO_COUNTER.1 |
x32: (x32)\DetectorExt\NEURO_TRACKER x64: (x64)\DetectorExt\NEURO_TRACKER
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Neurotracker: External Detector - NEURO_TRACKER.1 |
x32: (x32)\DetectorExt\NEURO_TRACKER\NEURO TRACKER_id x64: (x64)\DetectorExt\NEURO_TRACKER\NEURO TRACKER_id
| windowH windowStepH windowW windowStepW | nonnegative integer | absent | 1.0.0 and later | Sets the custom size of the scanning windows.
Example of custom settings for a 1920×1080 frame divided into four equal scanning windows: |
x32: (x32)\DetectorExt\OCCUPANCY_COUNTER x64: (x64)\DetectorExt\OCCUPANCY_COUNTER
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Queue length detection: External Detector - OCCUPANCY_COUNTER.1 |
x32: (x32)\DetectorExt\NEURO_COUNTER\NEURO COUNTER_id x64: (x64)\DetectorExt\NEURO_COUNTER\NEURO COUNTER_id
| windowH windowStepH windowW windowStepW | nonnegative integer | absent | 1.0.0 and later | Sets the custom size of the scanning windows.
Example of custom settings for a 1920×1080 frame divided into four equal scanning windows: |
x32: (x32)\DetectorExt\PEOPLE_COUNTER x64: (x64)\DetectorExt\PEOPLE_COUNTER
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the People counter detection: External Detector - PEOPLE_COUNTER.1 |
x32: (x32)\DetectorExt\SMOKE_DETECTOR x64: (x64)\DetectorExt\SMOKE_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Smoke detection: External Detector - SMOKE_DETECTOR.1 |
x32: (x32)\DetectorExt\STOPPED_CAR_DETECTOR x64: (x64)\DetectorExt\STOPPED_CAR_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Stopped vehicle detection: External Detector - STOPPED_CAR_DETECTOR.1 |
x32: (x32)\DetectorExt\SWEETHEARTING_DETECTOR x64: (x64)\DetectorExt\SWEETHEARTING_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Sweethearting at checkout detection: External Detector - SWEETHEARTING_DETECTOR.1 |
x32: (x32)\DetectorExt\TRAFFIC_LIGHTS x64: (x64)\DetectorExt\TRAFFIC_LIGHTS
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Traffic lights detection: External Detector - TRAFFIC_LIGHTS.1 |
x32: (x32)\DetectorExt\TRAIN_DETECTOR x64: (x64)\DetectorExt\TRAIN_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Example of a separate process for the Train detection: External Detector - TRAIN_DETECTOR.1 |
x32: (x32)\DetectorExt\VIDEO_INTELLECT_INTERNAL_DETECTOR x64: (x64)\DetectorExt\VIDEO_INTELLECT_INTERNAL_DETECTOR
| IsProcessObject | 0, 1 | 0 | 1.0.0 and later | Activates the start of the VideoIntellect detection tool in a separate process: 0—detection tool is started in one common External Detector process, all messages and reactions from this detection tool go to the common process 1—detection tool is started in a separate External Detector - Detector type.Detector Id process, all messages and reactions from this detection tool go to the separate process. If there are sub-tools, their messages go to the parent process. Examples of separate processes for the VideoIntellect detection tools: VideoIntellect embedded detector: External Detector - VIDEO_INTELLECT_INTERNAL_DETECTOR.1 |
x32: (X32x32)\Video\ x64: (x64)\Video\ | report_frequency | >=0 | 3000 | 1.0.0 and later | Sets the time period in milliseconds, during which the repeated triggering of the Sweethearting detection module is ignored |
x32: (X32x32)\ x64: (x64)\ | ShowVideoIntellectObjects | ><=0 | NA | 1.0.0 and later | Hides the VideoIntellect detector objects from the Axxon PSIM objects tree. 0—the VideoIntellect detector objects are hidden ><0—VideoIntellect detector objects are displayed |
x32: (X32x32)\Video x64: (x64)\Video | LongInZoneTimeout2 | >=0 | NA | 1.0.0 and later | The key sets the time in seconds which defines the time the object stays in the zone, after which the NeuroTracker VMDA detection tools with the Staying in the area for more than 10 sec detector type, created under the Neurotracker object, are triggered. If this key is not specified, then it is considered equal to the LongInZoneTimeout key value (see Axxon PSIM base version) |
...