mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 22:05:44 +03:00
add onvif form description
This commit is contained in:
parent
a09c4fdffb
commit
6bffeffd1c
@ -189,7 +189,7 @@
|
|||||||
"brandUrlFormat": "For cameras with the RTSP URL format as: {{exampleUrl}}",
|
"brandUrlFormat": "For cameras with the RTSP URL format as: {{exampleUrl}}",
|
||||||
"customUrlPlaceholder": "rtsp://username:password@host:port/path",
|
"customUrlPlaceholder": "rtsp://username:password@host:port/path",
|
||||||
"connectionSettings": "Connection Settings",
|
"connectionSettings": "Connection Settings",
|
||||||
"detectionMethod": "Detection Method",
|
"detectionMethod": "Stream Detection Method",
|
||||||
"onvifPort": "ONVIF Port",
|
"onvifPort": "ONVIF Port",
|
||||||
"probeMode": "Probe camera",
|
"probeMode": "Probe camera",
|
||||||
"manualMode": "Manual selection",
|
"manualMode": "Manual selection",
|
||||||
@ -201,7 +201,8 @@
|
|||||||
"probingMetadata": "Probing camera metadata...",
|
"probingMetadata": "Probing camera metadata...",
|
||||||
"fetchingSnapshot": "Fetching camera snapshot..."
|
"fetchingSnapshot": "Fetching camera snapshot..."
|
||||||
},
|
},
|
||||||
"detectionMethodDescription": "Probe the camera with ONVIF to find camera stream URLs, or manually select the camera brand to use pre-defined URLs. To enter a custom RTSP URL, choose the manual method and select \"Other\".",
|
"detectionMethodDescription": "Probe the camera with ONVIF (if supported) to find camera stream URLs, or manually select the camera brand to use pre-defined URLs. To enter a custom RTSP URL, choose the manual method and select \"Other\".",
|
||||||
|
"onvifPortDescription": "For cameras that support ONVIF, this is usually 80 or 8080.",
|
||||||
"probingDevice": "Probing device...",
|
"probingDevice": "Probing device...",
|
||||||
"probeError": "Probe Error",
|
"probeError": "Probe Error",
|
||||||
"probeNoSuccess": "Probe unsuccessful",
|
"probeNoSuccess": "Probe unsuccessful",
|
||||||
|
|||||||
@ -761,6 +761,9 @@ export default function Step1NameCamera({
|
|||||||
placeholder="80"
|
placeholder="80"
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
<FormDescription>
|
||||||
|
{t("cameraWizard.step1.onvifPortDescription")}
|
||||||
|
</FormDescription>
|
||||||
<FormMessage>
|
<FormMessage>
|
||||||
{fieldState.error ? fieldState.error.message : null}
|
{fieldState.error ? fieldState.error.message : null}
|
||||||
</FormMessage>
|
</FormMessage>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user