+
![]()
{
display: flex;
position: relative;
width: 100%;
+ height: 100%;
+ max-width: 100%;
+ max-height: 100%;
+ justify-content: center;
+ align-items: center;
}
.stream-loading {
position: absolute;
- width: 100%;
- height: 100%;
+ width: 25%;
+ height: 25%;
+ object-fit: contain;
}
.stream-video {
position: absolute;
width: 100%;
height: 100%;
+ object-fit: contain;
}
.stream-overlay {
diff --git a/photon-client/src/components/common/pv-camera-info-card.vue b/photon-client/src/components/common/pv-camera-info-card.vue
index f62c1aa5b8..accf0e7ebe 100644
--- a/photon-client/src/components/common/pv-camera-info-card.vue
+++ b/photon-client/src/components/common/pv-camera-info-card.vue
@@ -57,14 +57,14 @@ const cameraInfoFor: any = (camera: PVCameraInfo) => {
Path: |
{{ cameraInfoFor(camera).path }} |
-
- | Other Paths: |
- {{ cameraInfoFor(camera).otherPaths }} |
-
| Unique Path: |
{{ cameraInfoFor(camera).uniquePath }} |
+
+ | Other Paths: |
+ {{ cameraInfoFor(camera).otherPaths }} |
+
diff --git a/photon-client/src/components/common/pv-camera-match-card.vue b/photon-client/src/components/common/pv-camera-match-card.vue
index 863b6c4d42..23a755f065 100644
--- a/photon-client/src/components/common/pv-camera-match-card.vue
+++ b/photon-client/src/components/common/pv-camera-match-card.vue
@@ -95,14 +95,6 @@ const cameraInfoFor = (camera: PVCameraInfo): any => {
{{ cameraInfoFor(saved).path }} |
{{ cameraInfoFor(current).path }} |
-
- | Other Paths: |
- {{ cameraInfoFor(saved).otherPaths }} |
- {{ cameraInfoFor(current).otherPaths }} |
-
{
| {{ cameraInfoFor(saved).uniquePath }} |
{{ cameraInfoFor(current).uniquePath }} |
+
+ | Other Paths: |
+ {{ cameraInfoFor(saved).otherPaths }} |
+ {{ cameraInfoFor(current).otherPaths }} |
+
diff --git a/photon-client/src/components/common/pv-input.vue b/photon-client/src/components/common/pv-input.vue
index cce6c8972f..4b4c608f1f 100644
--- a/photon-client/src/components/common/pv-input.vue
+++ b/photon-client/src/components/common/pv-input.vue
@@ -64,6 +64,7 @@ const handleKeydown = ({ key }) => {
:error-messages="errorMessage"
:rules="rules"
hide-details="auto"
+ class="light-error"
@keydown="handleKeydown"
/>
@@ -74,3 +75,9 @@ const handleKeydown = ({ key }) => {
margin-top: 0px;
}
+
diff --git a/photon-client/src/components/settings/ObjectDetectionCard.vue b/photon-client/src/components/settings/ObjectDetectionCard.vue
index 7a85904a49..5b81d2f632 100644
--- a/photon-client/src/components/settings/ObjectDetectionCard.vue
+++ b/photon-client/src/components/settings/ObjectDetectionCard.vue
@@ -70,7 +70,7 @@ const supportedModels = computed(() => {