Deepstream-occupancy-analytics

My Kafka Messages , timestamps and Meta Data are not the same as shown in the the repo images. Looks like the configuration for messages in the repo is not the same .

The message config file contains

[analytics0]
enable=1
id=XYZ
#description=Vehicle Detection and License Plate Recognition
source=OpenALR
version=1.0

[analytics1]
enable=1
id=XYZ
#description=Vehicle Detection and License Plate Recognition 1
source=OpenALR
version=1.0

with 99 sensors and places.

My Kafka Packets are very frequent and look like this
{ “messageid” : “1bc3c716-4bf6-4c14-927c-4901a6fe9128”, “mdsversion” : “1.0”, “@timestamp” : “2021-07-24T11:22:04.570Z”, “place” : null, “sensor” : null, “analyticsModule” : { “id” : “0”, “description” : “”, “source” : “rtsp0”, “version” : “1.0” }, “object” : { “id” : “0”, “speed” : 0.0, “direction” : 0.0, “orientation” : 0.0, “person” : { “age” : 0, “gender” : “”, “hair” : “”, “cap” : “”, “apparel” : “”, “confidence” : 1.0 }, “bbox” : { “topleftx” : 0, “toplefty” : 0, “bottomrightx” : 0, “bottomrighty” : 0 }, “location” : { “lat” : 0.0, “lon” : 0.0, “alt” : 0.0 }, “coordinate” : { “x” : 0.0, “y” : 0.0, “z” : 0.0 } }, “event” : { “id” : “51b030e9-8f9d-402e-b4cd-d4737640f705”, “type” : “entry” }, “videoPath” : “” }

Please see lines marked with bold font.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.