Occupancy Analytics Counting

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU): Jetson Nano
**• DeepStream Version: 5.1
Hello,

I am using the deepstream occupancy analytics application, the messages that get sent to Kafka are the overall counts of entry and exit from the moment we launch the app until we stop it. How can I modify it to display how many people crossed the lines at every timestamp and not the accumulative counting?

Thanks

Can you implement it in application level?

Hi,

In this application, we do send the timestamp metadata. At the client-side you can add this logic to extract the count with the timestamp.

Thanks. Currently working on that.

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