We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f5fc0 commit a45f2f2Copy full SHA for a45f2f2
photon-client/src/components/dashboard/tabs/InputTab.vue
@@ -79,7 +79,8 @@ const interactiveCols = computed(() =>
79
<v-alert v-if="isReadOnly" type="info" class="mb-4">
80
This is a duplicate camera. Input settings are controlled by
81
<strong>{{ sourceCameraName || "the source camera" }}</strong
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.
84
</v-alert>
85
<pv-switch
86
v-model="useCameraSettingsStore().currentPipelineSettings.cameraAutoExposure"
0 commit comments