Clarification about motion masks #3285
-
|
Hi! I noticed that the motion.mask config entry is not camera specific. So the mask of my first camera is automatically applied to my now new second camera. But that's not what I want. The new camera will have a totally different motion mask. What's the why to define different masks for different cameras? Couldn't find an example in the docs, neither in the masks nor the camera section. https://docs.frigate.video/configuration/masks Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
The cameras:
camera_1:
ffmpeg:
...
motion:
mask: ...,...,...,...
camera_2:
ffmpeg:
...
motion:
mask: ...,...,...,... |
Beta Was this translation helpful? Give feedback.




The
motion -> maskcan be "overridden at the camera level" meaning there is no specific example because it is just meant to be applied to the camera. See the below example: