Skip to content
Discussion options

You must be logged in to vote

You're correct that zone tracking has evolved. Here's how to track objects moving between zones in current versions of Frigate:

Zone Presence Basics

Zones evaluate object presence based on the bottom center of the bounding box(1). An object is considered present in a zone when this point falls within the zone coordinates(1).

Tracking Movement Between Zones

For your street → driveway arrival scenario, the recommended approach uses MQTT events to check zone transitions(2)(3):

Check these conditions:

  • before.entered_zones should NOT contain "driveway"
  • after.current_zones should contain "driveway"(2)

This logic detects when an object first enters the driveway zone, regardless of which zone i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by turboc1208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant