De-conflict camera names and hostnames by use of a banner (#1982)

This commit is contained in:
Sam Freund
2025-07-04 16:43:17 -05:00
committed by GitHub
parent 46ac1baa69
commit d88ea4a75d
8 changed files with 202 additions and 12 deletions

View File

@@ -10,6 +10,8 @@ export interface GeneralSettings {
mrCalWorking: boolean;
availableModels: ObjectDetectionModelProperties[];
supportedBackends: string[];
conflictingHostname: boolean;
conflictingCameras: string;
}
export interface ObjectDetectionModelProperties {