diff --git a/web/public/locales/en/views/live.json b/web/public/locales/en/views/live.json index f20fc5118..356c896ae 100644 --- a/web/public/locales/en/views/live.json +++ b/web/public/locales/en/views/live.json @@ -124,6 +124,9 @@ "available": "Audio is available for this stream", "unavailable": "Audio is not available for this stream" }, + "debug": { + "picker": "Stream selection unavailable in debug mode. Debug view always uses the stream assigned the detect role." + }, "twoWayTalk": { "tips": "Your device must support the feature and WebRTC must be configured for two-way talk.", "available": "Two-way talk is available for this stream", diff --git a/web/src/views/live/LiveCameraView.tsx b/web/src/views/live/LiveCameraView.tsx index d65c7a209..a0254944e 100644 --- a/web/src/views/live/LiveCameraView.tsx +++ b/web/src/views/live/LiveCameraView.tsx @@ -1096,6 +1096,15 @@ function FrigateCameraFeatures({ + {debug && ( +
+ <> + +
{t("stream.debug.picker")}
+ +
+ )} + {preferredLiveMode != "jsmpeg" && !debug && isRestreamed && (