1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-26 21:29:46 +01:00

android/webcam: improved structure

This commit is contained in:
2025-11-24 02:21:41 +01:00
parent 7d026b2e4b
commit bc4e041588
4 changed files with 49 additions and 44 deletions

View File

@@ -4,23 +4,6 @@
[Linux](/wiki/linux.md) kernel.
It is designed primarily for mobile devices with touch screens like tablets or smart phones.
## Managing the Data
The data and files stored on Android
[smart devices](/wiki/smart_device.md#smartphones-and-tablet-computers) are sometimes needed on
computers.
For [Windows](/wiki/windows.md) this can easily be achieved by connecting it via USB.
No further software is needed as the device manager handles the phone correctly most of the times.
For [Linux-based systems](/wiki/linux.md) the
[device](/wiki/smart_device.md#smartphones-and-tablet-computers) also has to be connected to the
computer.
But in this case also a software is needed to [mount it](/wiki/linux/disk-management.md#mounting),
this software/program is called [android-file-transfer](/wiki/linux/android-file-transfer.md).
For further information and a guide on how to mount a Android device correctly navigate to the
[corresponding section](/wiki/linux/android-file-transfer.md#mounting-and-unmounting-android-device).
## App Store
The most used app store of android is the [Google Play Store](https://play.google.com/).
@@ -50,7 +33,28 @@ This section addresses various useful applications.
- [Fossify](https://github.com/FossifyOrg) is a suite of open-source apps that among other include
apps like calendar, file-manager, phone, messages and more.
## Improve Security and Privacy
## Usage
This section addresses the usage of Android.
### Managing the Data
The data and files stored on Android
[smart devices](/wiki/smart_device.md#smartphones-and-tablet-computers) are sometimes needed on
computers.
For [Windows](/wiki/windows.md) this can easily be achieved by connecting it via USB.
No further software is needed as the device manager handles the phone correctly most of the times.
For [Linux-based systems](/wiki/linux.md) the
[device](/wiki/smart_device.md#smartphones-and-tablet-computers) also has to be connected to the
computer.
But in this case also a software is needed to [mount it](/wiki/linux/disk-management.md#mounting),
this software/program is called [android-file-transfer](/wiki/linux/android-file-transfer.md).
For further information and a guide on how to mount a Android device correctly navigate to the
[corresponding section](/wiki/linux/android-file-transfer.md#mounting-and-unmounting-android-device).
### Improve Security and Privacy
Security and privacy are important topics, especially so when dealing with mobile phones.
This section focusses on improving them on a standard Android system.
@@ -80,7 +84,7 @@ Another option to add which may not improve security or privacy but improves usa
if a difficult passphrase is used - is the enabling of "Extend Unlock".
There "Trusted Devices" can be set or the "On-body Detection" can be enabled.
## Multi-Factor Authentication
### Multi-Factor Authentication
[Multi-factor authentication](/wiki/multi-factor_authentication.md) can easily be set up on android
systems.
@@ -92,7 +96,7 @@ This app is available at [F-Droid](/wiki/android/f-droid.md) as
[Google Play Store](#app-store) by the
[same name](https://f-droid.org/de/packages/org.liberty.android.freeotpplus/).
## Custom ROMs
### Custom ROMs
Besides the stock-firmware of vendors there are also custom ROMs.
These are alternative firmware variants made by third party providers.
@@ -101,7 +105,7 @@ A well known custom ROM is [LineageOS](/wiki/android/lineageos.md).
It is possible that some custom ROMs require the user to
[unlock the bootloader](#unlocking-the-bootloader) before the installation can happen.
## Unlocking the Bootloader
### Unlocking the Bootloader
Unlocking the bootloader can be a bit challenging for some vendors especially.
@@ -136,3 +140,19 @@ It is possible that now 72 hours have to pass for the unlocking process to conti
If that is the case wait the specified amount of time and repeat the last step.
Make sure to not apply for unlocking again and do not add your account to your phone again as this
will reset the timer.
### Remote Control and Screen Mirroring
[Android](/wiki/android.md) based devices can use [scrcpy](/wiki/scrcpy.md) to mirror the screen
and allow controlling it by a [Windows](/wiki/windows.md) or [Linux-based](/wiki/linux.md) system.
### Usage as a Webcam
Most Android devices are equipped with a decent camera and a flashlight.
If a [Linux](/wiki/linux.md) or [Windows](/wiki/windows.md) system is missing a
[webcam](/wiki/webcam.md) which is only rarely used it can be useful to repurpose the
[smart device](/wiki/smart_device.md) as a webcam.
For this there are multiple options.
One of them is [DroidCam](/wiki/android/droidcam.md).
Another option with a decidedly better resolution is [IP Webcam](/wiki/android/ip_webcam.md).

View File

@@ -23,19 +23,7 @@ an alternative to proprietary applications by the smart devices' vendor.
## Smartphones and Tablet Computers
Smartphones and Tablet computers are among the most used electronic devices.
Smartphones and tablet computers are among the most used electronic devices.
They are often used to [communicate](/wiki/communication.md) or
[surfing the internet](/wiki/web_browser.md).
### Remote Control and Screen Mirroring
[Android](/wiki/android.md) based devices can use [scrcpy](/wiki/android/scrcpy.md) to mirror the
screen and allow controlling it by a [Windows](/wiki/windows.md) or [Linux](/wiki/linux.md) system.
### Usage as a Webcam
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/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/webcam.md#using-a-smartphone-as-webcam).
Most of the time smartphones and tablets also feature a [webcam](/wiki/webcam.md).

View File

@@ -21,11 +21,8 @@ This program provides a simple interface for capturing and viewing video from a
Additionally guvcview provides an interface to configure various webcam settins
and enable a few effects on top of it.
## Using a Smartphone as Webcam
## Using a Smart Device as a Webcam
A [smartphone](/wiki/smart_device.md) and its camera aswell as flashlight can be used as a simple
replacement for a webcam.
For [Android](/wiki/android.md) smartphones this can be easily achieved by using
[DroidCam](/wiki/android/droidcam.md).
An alternative to DroidCam with a with decidedly better resolution is
[IP Webcam](/wiki/android/ip_webcam.md).
It is possible to use [smart devices](/wiki/smart_device.md) as a webcam.
For [Android](/wiki/android.md) devices the guide to achieve this, can be found in the
[corresponding section of the Android entry](/wiki/android.md#usage-as-a-webcam.)