mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-23 01:21:40 +00:00
De-conflict camera names and hostnames by use of a banner (#1982)
This commit is contained in:
@@ -10,6 +10,8 @@ export interface GeneralSettings {
|
||||
mrCalWorking: boolean;
|
||||
availableModels: ObjectDetectionModelProperties[];
|
||||
supportedBackends: string[];
|
||||
conflictingHostname: boolean;
|
||||
conflictingCameras: string;
|
||||
}
|
||||
|
||||
export interface ObjectDetectionModelProperties {
|
||||
|
||||
Reference in New Issue
Block a user