mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 06:35:24 +03:00
Update web/src/views/settings/GeneralSettingsView.tsx
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
8b4b715f5e
commit
467fe2b87e
@ -80,10 +80,9 @@ export default function GeneralSettingsView() {
|
|||||||
<div className="mt-2 space-y-6">
|
<div className="mt-2 space-y-6">
|
||||||
<div className="text-md">Live View Modes</div>
|
<div className="text-md">Live View Modes</div>
|
||||||
<div className="my-2 text-sm text-muted-foreground">
|
<div className="my-2 text-sm text-muted-foreground">
|
||||||
<p>The mode for live streams. <br/> Auto mode (default) will begin streaming when motion is
|
<p>Live stream behavior:<br/>Auto mode (default) will begin streaming when activity is
|
||||||
detected.<br/> Static mode will update images on live streams once per minute.<br/> Continuous mode
|
detected.<br/>Static mode will update camera images on the live dashboard once per minute.<br/>Continuous mode
|
||||||
will stream cameras regardless of motion. Caution: Continuous mode will increase bandwidth
|
will stream cameras regardless of activity. Caution: Continuous mode will increase bandwidth usage and may affect performance.</p>
|
||||||
usage and may affect performance.</p>
|
|
||||||
</div>
|
</div>
|
||||||
<Select
|
<Select
|
||||||
value={liveViewMode}
|
value={liveViewMode}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user