forked from Github/frigate
Revamp object debug view (#11186)
* revamp object debug view * fix vite * remove console log * don't display empty fields * clarify masks as motion masks * add descriptions * color and spacing * add sub_label to camera activity * add sub_label to type * rename to debug
This commit is contained in:
@@ -324,6 +324,7 @@ export interface FrigateConfig {
|
||||
model_type: string;
|
||||
path: string | null;
|
||||
width: number;
|
||||
colormap: { [key: string]: [number, number, number] };
|
||||
};
|
||||
|
||||
motion: Record<string, unknown> | null;
|
||||
|
||||
@@ -45,6 +45,10 @@ export type ObjectType = {
|
||||
id: string;
|
||||
label: string;
|
||||
stationary: boolean;
|
||||
area: number;
|
||||
ratio: number;
|
||||
score: number;
|
||||
sub_label: string;
|
||||
};
|
||||
|
||||
export interface FrigateCameraState {
|
||||
|
||||
Reference in New Issue
Block a user