mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-24 18:25:50 -05:00
Created Motion detection (markdown)
20
Motion-detection.md
Normal file
20
Motion-detection.md
Normal file
@@ -0,0 +1,20 @@
|
||||
You can use the [Video macro condition](Video-condition) for motion detection.
|
||||
In general, you should use the "has changed" check type of the video condition for this purpose.
|
||||
|
||||
When using the default settings even the slightest change anywhere in the sources output will trigger this condition.
|
||||
|
||||

|
||||
|
||||
This might not lead to the desired effect as some video sources can contain a slight amount of "noise" in the video output which would trigger the condition even if nothing much has changed.
|
||||
To tackle this you can use "pattern matching" to ignore small changes in the video output.
|
||||
|
||||

|
||||
|
||||
Additionally you can specify if you would only like to check for changes in certain parts of the video output generated by a source.
|
||||
To do so check the "Perform check only in area" option and select the area you want limit the check to.
|
||||
|
||||

|
||||
|
||||
If you want the condition to only trigger if changes were observed for a certain amount of time you can add a [duration modifier](Macro-duration-modifiers) to the video condition.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user