-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Configuration question/issues #927
Comments
The default behaviour if you configure both motion and object detection is that object detection only runs while there is active motion. It is controlled by the Currently you cant search for all labels, you need to specify the ones of interest. Will add that to the to-do list! Motion not being drawn could be a bug, looking into it |
Thanks! I'll try it and if it doesn't work I'll get back to you. |
Just did some testing with
Sadly no, you need separate entries for each label: labels:
- label: person
confidence: 0.7
trigger_event_recording: true
- label: car
confidence: 0.6
trigger_event_recording: true
- label: vehicle
confidence: 0.6
trigger_event_recording: true |
Thank you very much! I tried what I saw on the page: (the code block after the text). And neither in the live view or in the saved recordings anything is visible.
|
Hello!
I would like to ask if it is possible to do a separate motion detection and if motion is detected then run the object detector if it finds an object on it then save the recording?
But I would like it so that if it finds any object, I don't necessarily want to specify all acceptable objects, because anything can happen.
And could you please help me with this that I turned on "draw_motion" but it doesn't do anything. I set it as in the example config.
Thanks in advance!
My config:
The text was updated successfully, but these errors were encountered: