From 97eeb692b8aec1ab418ff06de1d39374fe3f9547 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 2 Oct 2025 01:34:49 +0200 Subject: [PATCH] renamed webcams to webcam --- wiki/android/droidcam.md | 4 ++-- wiki/android/ip_webcam.md | 2 +- wiki/game/magic:_the_gathering.md | 2 +- wiki/linux/ffmpeg.md | 2 +- wiki/linux/v4l2.md | 2 +- wiki/obs.md | 2 +- wiki/smart_devices.md | 4 ++-- wiki/video.md | 2 +- wiki/{webcams.md => webcam.md} | 0 9 files changed, 10 insertions(+), 10 deletions(-) rename wiki/{webcams.md => webcam.md} (100%) diff --git a/wiki/android/droidcam.md b/wiki/android/droidcam.md index ccdae6d..94265d2 100644 --- a/wiki/android/droidcam.md +++ b/wiki/android/droidcam.md @@ -2,7 +2,7 @@ [DroidCam](https://www.dev47apps.com/) is an App developed and published by Dev47Apps for [Android](/wiki/android.md) systems. -It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcams.md). +It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcam.md). ## Setup @@ -27,7 +27,7 @@ After starting the application an IP and a port will be displayed. These have to be pasted into the form that is shown on the computer after starting the corresponding program. After pressing `Connect` the link will be established. -The [video feed](/wiki/webcams.md) can then be used in other programs such as Discord or +The [video feed](/wiki/webcam.md) can then be used in other programs such as Discord or [Matrix](/wiki/matrix.md). Additionally it can be piped into [OBS](/wiki/obs.md) to edit it more or create a scene. Despite the option the separate app [DroidCam OBS](https://www.dev47apps.com/obs/) is not diff --git a/wiki/android/ip_webcam.md b/wiki/android/ip_webcam.md index e3b7557..76233f9 100644 --- a/wiki/android/ip_webcam.md +++ b/wiki/android/ip_webcam.md @@ -2,7 +2,7 @@ [IP Webcam](https://play.google.com/store/apps/details?id=com.pas.webcam&hl=de&gl=US) is an App developed and published by Pavel Khlebovich for [Android](/wiki/android.md) systems. -It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcams.md). +It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcam.md). When wanting to stream the screen and not the camera the application [ScreenStream](/wiki/android/screenstream.md) can be used. diff --git a/wiki/game/magic:_the_gathering.md b/wiki/game/magic:_the_gathering.md index 2129140..eacd5f1 100644 --- a/wiki/game/magic:_the_gathering.md +++ b/wiki/game/magic:_the_gathering.md @@ -21,7 +21,7 @@ This is also known as MTG Online or MTGO. It is also possible to remotely play with tabletop cards. This is most easily done on [Spelltable](https://spelltable.wizards.com/) which is an official website by Wizards. -For playing Spelltable a [webcam](/wiki/webcams.md) is needed to be set up with a bird's eye view +For playing Spelltable a [webcam](/wiki/webcam.md) is needed to be set up with a bird's eye view over the playing field. An alternative to a normal webcam is [DroidCam](/wiki/android/droidcam.md) for [Android](/wiki/android.md) which is supported by the website itself. diff --git a/wiki/linux/ffmpeg.md b/wiki/linux/ffmpeg.md index b7a9ce0..6e6fa98 100644 --- a/wiki/linux/ffmpeg.md +++ b/wiki/linux/ffmpeg.md @@ -66,7 +66,7 @@ bitrate and audio bitrate. ### Create a Virtual Camera Using an IP Video Stream -The following section will create a virtual [webcam](/wiki/webcams.md) from an IP video stream like +The following section will create a virtual [webcam](/wiki/webcam.md) from an IP video stream like the one provided by [IP Webcam](/wiki/android/ip_webcam.md) [Android](/wiki/android.md) app. For this a free [V4L2](/wiki/linux/v4l2.md) video device will be needed. To information on how to create it navigate to the V4L2 entry and its sections on diff --git a/wiki/linux/v4l2.md b/wiki/linux/v4l2.md index f65b7d4..84799b6 100644 --- a/wiki/linux/v4l2.md +++ b/wiki/linux/v4l2.md @@ -2,7 +2,7 @@ V4L2 is the second version of [Video4Linux](https://www.linuxtv.org/wiki/index.php/Main_Page). -It functions as a driver for [webcams](/wiki/webcams.md) and [tv tuner cards](/wiki/video.md) and +It functions as a driver for [webcams](/wiki/webcam.md) and [tv tuner cards](/wiki/video.md) and other devices. ## v4l2loopback diff --git a/wiki/obs.md b/wiki/obs.md index 7d7646f..de371ca 100644 --- a/wiki/obs.md +++ b/wiki/obs.md @@ -2,7 +2,7 @@ [Open Broadcaster Software](https://obsproject.com) - short OBS - is a free and open source software for video recording and live streaming. -For webcams and their configuration see [the webcams entry](/wiki/webcams.md#configure-the-webcam). +For webcams and their configuration see [the webcams entry](/wiki/webcam.md#configure-the-webcam). ## Plugins diff --git a/wiki/smart_devices.md b/wiki/smart_devices.md index c79a195..913b381 100644 --- a/wiki/smart_devices.md +++ b/wiki/smart_devices.md @@ -36,6 +36,6 @@ screen and allow controlling it by a [Windows](/wiki/windows.md) or [Linux](/wik Smartphones and Tablet computers usually are equipped with a decent camera. If a [Linux](/wiki/linux.md) or [Windows](/wiki/windows.md) system is missing a -[webcam](/wiki/webcams.md) which is only rarely used it can be useful to repurpose the smart device +[webcam](/wiki/webcam.md) which is only rarely used it can be useful to repurpose the smart device as a webcam. -This can be done as explained in the [webcam entry](/wiki/webcams.md#using-a-smartphone-as-webcam). +This can be done as explained in the [webcam entry](/wiki/webcam.md#using-a-smartphone-as-webcam). diff --git a/wiki/video.md b/wiki/video.md index da854cb..5ebb02c 100644 --- a/wiki/video.md +++ b/wiki/video.md @@ -3,7 +3,7 @@ Video is an electronic medium of visual media. This entry will mostly be focused on movies, tv shows an other media such as [YouTube](/wiki/youtube.md) aswell as its metadata. -For webcams navigate to the [webcams entry](/wiki/webcams.md). +For webcams navigate to the [webcams entry](/wiki/webcam.md). It is nice to have some movies, tv shows or other videos saved on your system. There are multiple different approaches on how to get it working depending on diff --git a/wiki/webcams.md b/wiki/webcam.md similarity index 100% rename from wiki/webcams.md rename to wiki/webcam.md