Giter Site home page Giter Site logo

Comments (5)

gregewing avatar gregewing commented on May 27, 2024 1

I have similar issues, will watch what heppens to this ticket.

from frigate.

NickM-27 avatar NickM-27 commented on May 27, 2024 1

your required zones are incorrect. You have created zones called entrance_pathway but then you are referencing it as Front_entrance_pathway in the required zones section. This is not how zones work.

You should follow the docs https://docs.frigate.video/configuration/zones#restricting-events-to-specific-zones which recommend setting the required zones on the camera level

from frigate.

hawkeye217 avatar hawkeye217 commented on May 27, 2024

The reason why you're not recording any events is because you've set required_zones at the global level rather than the camera level, and your zone names do not even match any of the zone names you've specified at the camera level.

You should remove the required_zones from the record and snapshots at the global level and specify them under each camera.

For example:

  # GARDEN
  garden:
    enabled: True
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/garden
          input_args: preset-rtsp-restream
          roles:
            - record
        - path: rtsp://127.0.0.1:8554/garden_sub
          input_args: preset-rtsp-restream
          roles:
            - detect
    zones:  
      garden_fence:
        # Covers the fence towards neighbor, the fence door and the birdfeeder
        coordinates: 154,133,171,177,255,165,249,39,0,68,0,148
    snapshots:
      enabled: True
      required_zones:
      - garden_fence
    record:
      enabled: true
      events:
        required_zones:
        - garden_fence

from frigate.

gregewing avatar gregewing commented on May 27, 2024

I resolved all my issues, by getting frigate configured correctly after some pointers from an expert.

from frigate.

github-actions avatar github-actions commented on May 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from frigate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.