From ee009ea48b5f7acb5d9c4147511ab397d1ace686 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Thu, 26 Mar 2020 10:47:58 +0100 Subject: [PATCH] Let's keep the name constant. If we thing about bigger infrastructures admins or software would like to search for the camera name. It really helps to keep the machine-name on all machines the same. No matter what language you're in. --- accepted/0015-virtual-camera-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accepted/0015-virtual-camera-support.md b/accepted/0015-virtual-camera-support.md index 58d323c..8ee8797 100644 --- a/accepted/0015-virtual-camera-support.md +++ b/accepted/0015-virtual-camera-support.md @@ -28,7 +28,7 @@ Similar functionality: - Add a button in the OBS UI below "Start Recording" and above "Studio Mode". In English localization, the button would be labeled "Start Virtual Camera". - When you click this button, the current output (either the preview output or the broadcast depending on studio mode) is directed to the Virtual Camera Device. The button text then toggles to the localized "Stop Virtual Camera" label. -- When the user clicks into the settings of their video conferencing app, they will see an entry in the list of cameras labeled "OBS Virtual Camera" (or localized equivalent). When they choose this, the OBS output will be fed from this "device" to the app. +- When the user clicks into the settings of their video conferencing app, they will see an entry in the list of cameras labeled "OBS Virtual Camera" (no localisation). When they choose this, the OBS output will be fed from this "device" to the app. - When the user clicks "Stop Virtual Camera", the virtual device no longer receives frames from OBS. It is up to the consuming application what to do in this state. # Drawbacks