From 1b7bdb3cab5ff2f6643c77882127b82302d05554 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 24 Sep 2022 10:04:09 +0200 Subject: [PATCH] Updated Video condition (markdown) --- Video-condition.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Video-condition.md b/Video-condition.md index a58ba8f..7469f99 100644 --- a/Video-condition.md +++ b/Video-condition.md @@ -112,6 +112,9 @@ If you want to preview whether or not objects are successfully being detected yo As the object detection can be very resource intensive it might be worth considering to decrease the frequency at which the condition is checked. (6) Limiting the area which is to be check can also drastically improve the performance of this condition type. +## Example (output has changed) +Have a look at the [motion detection example](Motion-detection) for a possible use case for the "has changed" check type. + ## Example (output has not changed) Have a look at the [creating a macro](Macros#creating-a-new-macro) page for an example on how to automatically switch to a specified scene if the output of a video source has not changed for a specified amount of time.