Hardware Platform (Jetson )
DeepStream Version 6.1
I am trying to add two parallel line using below configuration.
[line-crossing-stream-0]
enable=1
#Label;direction;lc
line-crossing-Entry=549;326;351;483;166;310;1105;425;
line-crossing-Exit=351;483;549;326;166;310;1105;425;
class-id=-1
#extended when 0- only counts crossing on the configured Line
#1- assumes extended Line crossing counts all the crossing
extended=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=balanced
mode=loose
[line-crossing-stream-1]
enable=1
#Label;direction;lc
line-crossing-Entry=549;326;351;483;466;315;1005;420;
line-crossing-Exit=351;483;549;326;466;315;1005;420;
line_color=0.75;0.25;0;1
class-id=-1
#extended when 0- only counts crossing on the configured Line
#1- assumes extended Line crossing counts all the crossing
extended=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=balanced
mode=loose
But the second line is not working, Help me what I am missing.