Skip to content

CrowdCount

The CrowdCount application measures a person crowd density map every few seconds (default 15s) and measures occupancy in a configurable area.

Application Identifier:

"type": "CROWDCOUNT"

Data Channels

CROWD

{
    "type":   "CROWD"
    "count":  # Person count in configured area
}

ALARM

{
    "type":    "ALARM"
    "uuid":    # UUID of the alarm
    "name":    # Name of the alarm
    "query":   # Query string of the alarm
}