From 6e2e297aeb451598223a3beb6735eb5fc27b37b2 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 27 Jul 2022 10:01:32 -0600 Subject: [PATCH] Add clean copy to configuration docs --- docs/docs/configuration/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 14fe556d6..61ac9aa90 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -312,6 +312,8 @@ snapshots: # Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below) # This value can be set via MQTT and will be updated in startup based on retained value enabled: False + # Optional: save a clean PNG copy of the snapshot image (default: shown below) + clean_copy: True # Optional: print a timestamp on the snapshots (default: shown below) timestamp: False # Optional: draw bounding box on the snapshots (default: shown below)