File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ camera:
39
39
Configuration variables:
40
40
41
41
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
42
+ - **tool** (*Required*): is fix set to 'noise'.
42
43
- **name** (*Optional*): This parameter allows you to override the name of your camera.
43
44
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
44
45
- **peak** (*Optional*): Default -30. A peak of dB to detect it as noise. 0 is very loud and -100 is low.
@@ -59,16 +60,25 @@ camera:
59
60
input: FFMPEG_SUPPORTED_INPUT
60
61
name: FFmpeg Motion
61
62
ffmpeg_bin: /usr/bin/ffmpeg
63
+ changes: 10
62
64
reset: 20
65
+ # group feature / default not in use
66
+ repeat: 0
67
+ repeat_time: 0
68
+
63
69
` ` `
64
70
65
71
Configuration variables :
66
72
67
73
- **input** (*Required*): A ffmpeg compatible input file, stream or feed.
74
+ - **tool** (*Required*): is fix set to 'motion'.
68
75
- **name** (*Optional*): This parameter allows you to override the name of your camera.
69
76
- **ffmpeg_bin** (*Optional*): Default 'ffmpeg'.
77
+ - **changes** (*Optional*): Default 10 percent.
70
78
- **reset** (*Optional*): Default 20 seconds. The time to reset the state after none new motion is detect.
71
- - **extra_arguments** (*Optional*): Extra option they will pass to ffmpeg. i.e. audio frequence filtering.
79
+ - **repeat** (*Optional*): Default 0 repeats (deactivate). How many motion need to detect in *repeat_time* to trigger a motion.
80
+ - **repeat_time** (*Optional*): Default 0 seconds (deactivate). The time to repeats befor it trigger a motion.
81
+ - **extra_arguments** (*Optional*): Extra option they will pass to ffmpeg. i.e. video denoise filtering.
72
82
73
83
74
84
You can’t perform that action at this time.
0 commit comments