mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-03 01:22:17 +03:00
Miscellaneous fixes (#22924)
* apply annotation offset to frigate+ submission frame time * fix broken docs links with hash fragments that resolve wrong on reload * undo * use recording snapshot for frigate+ frame submission from VideoControls rather than a canvas grab/paint, which may not always align with an ffmpeg snapshot due to keyframes * add more docs links - display docs link for main sections on collapsible fields * dialog button consistency
This commit is contained in:
@@ -3,6 +3,11 @@ import type { SectionConfigOverrides } from "./types";
|
||||
const onvif: SectionConfigOverrides = {
|
||||
base: {
|
||||
sectionDocs: "/configuration/cameras#setting-up-camera-ptz-controls",
|
||||
fieldDocs: {
|
||||
autotracking: "/configuration/autotracking",
|
||||
"autotracking.calibrate_on_startup":
|
||||
"/configuration/autotracking#calibration",
|
||||
},
|
||||
fieldOrder: [
|
||||
"host",
|
||||
"port",
|
||||
|
||||
Reference in New Issue
Block a user