diff --git a/photon-client/src/components/app/photon-camera-stream.vue b/photon-client/src/components/app/photon-camera-stream.vue index 64f4789dc..19b5516b2 100644 --- a/photon-client/src/components/app/photon-camera-stream.vue +++ b/photon-client/src/components/app/photon-camera-stream.vue @@ -9,6 +9,7 @@ import type { UiCameraConfiguration } from "@/types/SettingTypes"; const props = defineProps<{ streamType: "Raw" | "Processed"; id: string; + outerId?: string; cameraSettings: UiCameraConfiguration; }>(); @@ -90,7 +91,7 @@ onBeforeUnmount(() => {