41
Is it possible to use the camera from my android phone instead of my laptop camera?
(programming.dev)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Via USB, your options are extra software on the PC or jailbreaking the phone to install a kernel module. (edit: that kernel module would be the UVC one, seems like some phones ship it already)
The easiest solution is streaming the image over the network.
If you're connected by USB then Android phones support ethernet over USB adapters, so you can make the computer present a network connection over the USB cable (internet sharing over USB) for more stable streaming.
https://github.com/darusc/VCamdroid
https://droidcam.app/