From 0728c04bf4dea98eb399d1d0bfe9a562d04e3495 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 11 Jan 2022 06:58:10 -0500 Subject: [PATCH] rough in options help for capturing --- web/lang/en_gb.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php index 2e741ab15..13772c4cc 100644 --- a/web/lang/en_gb.php +++ b/web/lang/en_gb.php @@ -1102,6 +1102,13 @@ $OLANG = array( certainly not what you want! To unlink monitors you can ctrl-click. ' ), + 'CAPTURING' => array( + 'Help' => 'When to do capturing: +None: Do not run a process, do not do capturing. Equivalent to the old Function == None +Ondemand: A zmc process will run, but will wait for a viewer (live view, thumbnail or rstp server connection) before connecting to the camera. +Always: A zmc process will run and immediately connect and stay connected. +', + ), 'FUNCTION_ANALYSIS_ENABLED' => array( 'Help' => ' When in Modect, Mocord, Nodect or RECORD mode the analysis process can be turned on/off.