| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 | ################################################################################# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.## Permission is hereby granted, free of charge, to any person obtaining a# copy of this software and associated documentation files (the "Software"),# to deal in the Software without restriction, including without limitation# the rights to use, copy, modify, merge, publish, distribute, sublicense,# and/or sell copies of the Software, and to permit persons to whom the# Software is furnished to do so, subject to the following conditions:## The above copyright notice and this permission notice shall be included in# all copies or substantial portions of the Software.## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER# DEALINGS IN THE SOFTWARE.################################################################################# The values in the config file are overridden by values set through GObject# properties.[property]enable=1#Width height used for configuration to which below configs are configuredconfig-width=1920config-height=1080#osd-mode 0: Dont display any lines, rois and text#         1: Display only lines, rois and static text i.e. labels#         2: Display all info from 1 plus information about countsosd-mode=2#Set OSD font size that has to be displayeddisplay-font-size=12## Per stream configuration[roi-filtering-stream-0]#enable or disable following featureenable=0#ROI to filter select objects, and remove from meta dataroi-RF=295;643;579;634;642;913;56;828#remove objects in the ROIinverse-roi=0class-id=-1## Per stream configuration[roi-filtering-stream-1]#enable or disable following featureenable=0#ROI to filter select objects, and remove from meta dataroi-RF=295;643;579;634;642;913;56;828#remove objects in the ROIinverse-roi=0class-id=0[overcrowding-stream-1]enable=0roi-OC=0;0;579;400;642;900;0;900#no of objects that will trigger OCobject-threshold=3class-id=-1[line-crossing-stream-0]enable=1#Label;direction;lcline-crossing-Exit=900;1000;850;900;300;1000;1350;800;line-crossing-Entry=750;670;800;750;300;850;1350;650#line_color=0.75;0.25;0;1class-id=0#extended when 0- only counts crossing on the configured Line#              1- assumes extended Line crossing counts all the crossingextended=0#LC modes supported:#loose   : counts all crossing without strong adherence to direction#balanced: Strict direction adherence expected compared to mode=loose#strict  : Strict direction adherence expected compared to mode=balancedmode=balanced[line-crossing-stream-1]enable=1#Label;direction;lcline-crossing-Exit=900;1000;850;900;300;1000;1350;800;line-crossing-Entry=750;670;800;750;300;850;1350;650class-id=0#extended when 0- only counts crossing on the configured Line#              1- assumes extended Line crossing counts all the crossingextended=1#LC modes supported:#loose   : counts all crossing without strong adherence to direction#balanced: Strict direction adherence expected compared to mode=loose#strict  : Strict direction adherence expected compared to mode=balancedmode=balanced[direction-detection-stream-0]enable=0#Label;direction;direction-South=284;840;360;662;direction-North=1106;622;1312;701;class-id=0
 |