From 3a38e751720c9225c77f45d7624423adfdea4448 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 11 Nov 2024 21:54:40 -0800 Subject: [PATCH] Maybe make things prettier --- .../src/views/CameraMatchingView.vue | 96 +++++++++---------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/photon-client/src/views/CameraMatchingView.vue b/photon-client/src/views/CameraMatchingView.vue index df3ade1cc1..0371bb1aa8 100644 --- a/photon-client/src/views/CameraMatchingView.vue +++ b/photon-client/src/views/CameraMatchingView.vue @@ -14,60 +14,60 @@ const formatUrl = (port) => `http://${inject("backendHostname")}:${port}/stream. Camera Matching Active Cameras - - - - {{ module.nickname }} - - - - - Matched Path - - {{ module.cameraPath }} - - - - Streams: - - Input Stream / - Output Stream - - - - - Pipelines - {{ module.pipelineNicknames.join(", ") }} - - - Frames Processed - todo - - - Connected? - Via [USB, CSI, totally bjork] - - - - - - - + + + + + {{ module.nickname }} + + + + + Matched Path + + {{ module.cameraPath }} + + + + Streams: + + Input Stream / + Output Stream + + + + + Pipelines + {{ module.pipelineNicknames.join(", ") }} + + + Frames Processed + todo + + + Connected? + Via [USB, CSI, totally bjork] + + + + + + + + USB Cameras - Matched cameras: {{ useSettingsStore().visionSourceManagerState.knownCameras }}
Unmatched cameras: {{ useSettingsStore().visionSourceManagerState.unmatchedLoadedConfigs }}