Skip to content
Discussion options

You must be logged in to vote

Yes, Frigate has built-in support for zone-based alerts that you can configure directly without needing to reprocess the stream.

You can configure alerts to only trigger when a person is detected in your driveway zone by setting required_zones under the alerts configuration.(1) Here's how to set it up:

cameras:
  your_camera_name:
    review:
      alerts:
        required_zones:
          - driveway
        labels:
          - person
    zones:
      driveway:
        coordinates: 0.000,0.000,1.000,0.000,1.000,1.000,0.000,1.000
        objects:
          - person

(2)(3)(1)

For the time-based filtering (midnight to 6am), Frigate doesn't have native time-of-day filtering in the configuration.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tagadvance
Comment options

Answer selected by tagadvance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant