Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Zones not working #333

Open
timknowlden opened this issue Oct 14, 2023 · 1 comment
Open

[BUG] Zones not working #333

timknowlden opened this issue Oct 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@timknowlden
Copy link

timknowlden commented Oct 14, 2023

  # only process images from specific cameras
  cameras:
    # - front-door
    # - garage

  # only process images from specific zones
  zones:
    # - camera: garage
    #   zone: driveway

Sample config from gitub page above, mine below, camera only working with config, but not zones (still processing all zones on that one camera).

  host: !secret mqttip
  username: !secret mqttuser
  password: !secret mqttpass
detect:
  match:
    # save match images
    save: true
    # include base64 encoded string in api results and mqtt messages
    # options: true, false, box
    base64: false
    # minimum confidence needed to consider a result a match
    confidence: 80
    # hours to keep match images until they are deleted
    purge: 168
    # minimum area in pixels to consider a result a match
    min_area: 10000

  unknown:
    # save unknown images
    save: true
    # include base64 encoded string in api results and mqtt messages
    # options: true, false, box
    base64: false
    # minimum confidence needed before classifying a name as unknown
    confidence: 60
    # hours to keep unknown images until they are deleted
    purge: 8
    # minimum area in pixels to keep an unknown result
    min_area: 0
frigate:
  url: !secret frigateip
  attempts:
    latest: 10
    snapshot: 10  
    mqtt: true
    update_sub_labels: true
    stop_on_match: false
    min_area: 5625
  image:
    height: 1920
  cameras:
  - front_door
  zones:
    - camera: front_door
      zone: doorbell
detectors:
  compreface:
    url: !secret faceip
    key: !secret facekey```
@timknowlden timknowlden added the bug Something isn't working label Oct 14, 2023
@pipip
Copy link

pipip commented Apr 10, 2024

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants