Skip to content

Commit a45f2f2

Browse files
committed
Add more detailed warning in ui to duplicate cameras
1 parent 74f5fc0 commit a45f2f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

photon-client/src/components/dashboard/tabs/InputTab.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const interactiveCols = computed(() =>
7979
<v-alert v-if="isReadOnly" type="info" class="mb-4">
8080
This is a duplicate camera. Input settings are controlled by
8181
<strong>{{ sourceCameraName || "the source camera" }}</strong
82-
>.
82+
>. For all intents and purposes, duplicate cameras are distinct cameras that don't share anything with their
83+
source cameras except for input settings and camera feed.
8384
</v-alert>
8485
<pv-switch
8586
v-model="useCameraSettingsStore().currentPipelineSettings.cameraAutoExposure"

0 commit comments

Comments
 (0)