-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Convert config updating and video/audio queues to use zmq #9893
Conversation
✅ Deploy Preview for frigate-docs canceled.
|
fd3d667
to
273798c
Compare
273798c
to
5bec899
Compare
Sorry, but I don't understand. What do I have to put in the config file to ensure a certain camera starts with motion detection disabled when frigate restarts? I want the camera to not be disabled, but start with motion and detection disabled. Detection can be disabled at startup, but cannot figure out how to start with motion disabled. Thank you. |
This isn't available in anything but the dev version, you should wait until the release when the docs are updated |
Cool. Many thanks for the clarification. |
This PR removes the config fields in the mp.dict and the video/audio output queues in favor of using zero mq. This allows a more straightforward approach to updating data in separate processes.
As a side effect this closes #4326 because a motion config is required to hold the current state of motion detection