How to Trigger an Event Zone based on classification type

For an event zone that you do not want to see UNKNOWNS or PROSPECT triggering your Zone Occupancy Alerts or Event Recordings or Zone Count data, add the below condition in the Zone logic on the Zone setup screen.

Select the Event Zone from the Settings>Zone tab and add include_classifications section as you see below.

{
    "include_classifications": [
        "PERSON",
        "VEHICLE",
        "BICYCLE",
        "LARGE_VEHICLE"
    ],
}

Here’s the documentation link for more information on all the available conditions that you can add to Event Zone triggering logic

1 Like