diff --git a/docs/user/software/camera/_category_.json b/docs/user/software/camera/_category_.json new file mode 100644 index 000000000..acbfbd208 --- /dev/null +++ b/docs/user/software/camera/_category_.json @@ -0,0 +1,6 @@ +{ + "label": "Camera", + "link": { + "type": "generated-index" + } +} diff --git a/docs/user/software/camera/droidcam.md b/docs/user/software/camera/droidcam.md new file mode 100644 index 000000000..587c0309e --- /dev/null +++ b/docs/user/software/camera/droidcam.md @@ -0,0 +1,45 @@ +--- +title: DroidCam +summary: Quick Start guide to DroidCam on Solus +--- + +# DroidCam + +[DroidCam](https://www.dev47apps.com/) turns your phone or tablet into a webcam for your computer. You can use it with video conferencing programs like Zoom, MS Teams, and Skype. + +## Before Installation + +DroidCam relies on the v4l2loopback kernel module. So you need to install `v4l2loopback` or `v4l2loopback-current` depending of which kernel is installed on your computer. To find out which kernel is installed, run: + +```bash +uname -r +``` + +This should return a version which ends in `.current` or `.lts`. + +- If you are running the "current" kernel, install `v4l2loopback-current`: + +```bash +sudo eopkg install v4l2loopback-current +``` + +- If you are running the "lts" kernel, install `v4l2loopback`: + +```bash +sudo eopkg install v4l2loopback +``` + +After the kernel module is installed, continue to installation steps. + +## Installation + +DroidCam can be installed from Software Center or via terminal : + +```bash +sudo eopkg it droidcam +``` +Once DroidCam is installed, reboot your system. Now DroidCam is ready to use. + +## Usage + +To start pairing your phone or tablet with your computer, you can follow steps provided by this [guide](https://www.dev47apps.com/droidcam/connect/) from the DroidCam developer. diff --git a/docs/user/software/utilities/ksysguard.md b/docs/user/software/utilities/ksysguard.md index 8f4006ca4..f3fbcc311 100644 --- a/docs/user/software/utilities/ksysguard.md +++ b/docs/user/software/utilities/ksysguard.md @@ -5,7 +5,7 @@ summary: Quick Start guide to KSysGuard on Solus # KSysGuard -[KSysGuard](https://userbase.kde.org/KSysGuard) KSysGuard, also known as KDE System Guard and KDE System Monitor, is designed to make simple process control available to a user without needing to do any special setup. +[KSysGuard](https://userbase.kde.org/KSysGuard), also known as KDE System Guard and KDE System Monitor, is designed to make simple process control available to a user without needing to do any special setup. ## Installation