question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Support]: Not moving car

See original GitHub issue

Describe the problem you are having

Avoid detection of stationnary object

Version

Debug 0.10.0-db1255a

Frigate config file

detect:
      width: 1920 
      height: 1080 
      fps: 9
      max_disappeared: 60
      stationary_interval: 90

Relevant log output

not relevant

FFprobe output from your camera

not relevant

Frigate stats

not relevant

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Network connection

Wired

Camera make and model

other

Any other information that may be helpful

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:20 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
blakeblackshearcommented, Jan 19, 2022

Here is what I would recommend:

    zones:  
      portail: # i assumed this was the entrance to your driveway
        coordinates: 365,198,531,155,540,297,203,343,188,242
        objects:
         - car
      entire_frame:
        coordinates: 0,0,1920,0,1920,1080,0,1080
        objects:
          - person
          - bicycle
          - bird
          - cat
    snapshots:
      required_zones:
        - portail
        - entire_frame

This will only save snapshots for cars that activate the portail zone, but save snapshots of all other objects regardless of where they are in the frame since the entire_frame zone is active for any location. You can add additional object specific zones as desired.

When your parked car is detected in it’s parking spot, it will not be saved because it never enters the portail zone unless its arriving or leaving. The car object is not able to activate the entire_frame zone, so it should never have either of the required zones.

Keep in mind that presence in a zone is based on the bottom center of the tracked object’s bounding box. It doesn’t matter where how much of the bounding box overlaps with the zone.

1reaction
NickM-27commented, Jan 19, 2022

It is in the docs on this page: https://docs.frigate.video/configuration/masks/

But it took me a while to find it, it is pertinent information so would be good to call it out specifically

Read more comments on GitHub >

github_iconTop Results From Across the Web

Car Not Moving Forward In Drive? Why & How To Fix It
Why Is My Car Not Moving Forward In Drive – Top 5 Possible Causes. 1. Stretched Gear Cable; 2. Low Transmission Fluid; 3....
Read more >
My Car Will Not Move - YouTube
This video is about cars that will not move. Midwest Auto Care & Transmission Center is a full service Auto Repair Facility that...
Read more >
Top 5 Reasons Your Car Runs But Don't Move - Cash For Cars
Here are some prime examples that can help get your car back on the road. The Top 5 Reasons Your Car Runs But...
Read more >
4 Reasons Your Car Won't Move But The Engine Revs
The engine revving but providing little or no acceleration is often caused by transmission trouble. Find out more from our expert ...
Read more >
When I turn my car on it neither drives forward nor drive...
See if the vehicle can be moved by pushing the car. If the car moves, but will not move in drive or reverse,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found