mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 07:38:22 +03:00
frontend
This commit is contained in:
parent
53bc0e710c
commit
4efffda34d
@ -8,6 +8,7 @@ const motion: SectionConfigOverrides = {
|
|||||||
"enabled",
|
"enabled",
|
||||||
"threshold",
|
"threshold",
|
||||||
"lightning_threshold",
|
"lightning_threshold",
|
||||||
|
"skip_motion_threshold",
|
||||||
"improve_contrast",
|
"improve_contrast",
|
||||||
"contour_area",
|
"contour_area",
|
||||||
"delta_alpha",
|
"delta_alpha",
|
||||||
@ -22,6 +23,7 @@ const motion: SectionConfigOverrides = {
|
|||||||
hiddenFields: ["enabled_in_config", "mask", "raw_mask"],
|
hiddenFields: ["enabled_in_config", "mask", "raw_mask"],
|
||||||
advancedFields: [
|
advancedFields: [
|
||||||
"lightning_threshold",
|
"lightning_threshold",
|
||||||
|
"skip_motion_threshold",
|
||||||
"delta_alpha",
|
"delta_alpha",
|
||||||
"frame_alpha",
|
"frame_alpha",
|
||||||
"frame_height",
|
"frame_height",
|
||||||
@ -33,6 +35,7 @@ const motion: SectionConfigOverrides = {
|
|||||||
"enabled",
|
"enabled",
|
||||||
"threshold",
|
"threshold",
|
||||||
"lightning_threshold",
|
"lightning_threshold",
|
||||||
|
"skip_motion_threshold",
|
||||||
"improve_contrast",
|
"improve_contrast",
|
||||||
"contour_area",
|
"contour_area",
|
||||||
"delta_alpha",
|
"delta_alpha",
|
||||||
|
|||||||
@ -106,6 +106,7 @@ export interface CameraConfig {
|
|||||||
frame_height: number;
|
frame_height: number;
|
||||||
improve_contrast: boolean;
|
improve_contrast: boolean;
|
||||||
lightning_threshold: number;
|
lightning_threshold: number;
|
||||||
|
skip_motion_threshold: number;
|
||||||
mask: {
|
mask: {
|
||||||
[maskId: string]: {
|
[maskId: string]: {
|
||||||
friendly_name?: string;
|
friendly_name?: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user