From 29601d8df8226386b43f5fce9ffda44f61472fd0 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Tue, 4 Jun 2024 19:59:45 +0200 Subject: [PATCH] doc: refer to video-companion for sys-usb webcam --- salt/sys-audio/README.md | 2 +- salt/sys-audio/install-client.sls | 3 ++- salt/sys-usb/README.md | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/salt/sys-audio/README.md b/salt/sys-audio/README.md index c03f50a..c8ee032 100644 --- a/salt/sys-audio/README.md +++ b/salt/sys-audio/README.md @@ -92,7 +92,7 @@ will fail. To be able to use the device again: ### How to use USB devices -Please refer to the [sys-usb formula instructions](../sys-usb/README.md). +Please refer to the [usage of sys-usb](../sys-usb/README.md#usage). ### How to use Bluetooth diff --git a/salt/sys-audio/install-client.sls b/salt/sys-audio/install-client.sls index 425e875..0251662 100644 --- a/salt/sys-audio/install-client.sls +++ b/salt/sys-audio/install-client.sls @@ -8,7 +8,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later include: - utils.tools.common.update - ## qubes-usb-proxy: integrated camera and external USB. + ## TODO: video-companion covers camera, what about external USB speakers/mic? + ## qubes-usb-proxy: external USB microphone and speakers - sys-usb.install-client-proxy "{{ slsdotpath }}-client-installed": diff --git a/salt/sys-usb/README.md b/salt/sys-usb/README.md index a3964b5..5ecb0e2 100644 --- a/salt/sys-usb/README.md +++ b/salt/sys-usb/README.md @@ -130,6 +130,16 @@ To use these devices, there are two options: - Disadvantages: - Some applications might not work due to not finding the device. +3. Using [video-companion](../video-companion/README.md) to access webcam: + - Advantages: + - The most secure for client and server as the physical devices are + unmanaged; + - Least latency. + - Disadvantages: + - Can't use video-companion to screen share and share webcam at the + same time; and + - Does not cover audio. + ## Credits - [Unman](https://github.com/unman/shaker/blob/main/sys-usb)