Use the CAMERA of your SMARTPHONE as a WEBCAM on LINUX

Опубликовано: 21 Апрель 2026
на канале: ElectroCodeur
1,092
25

Hello, in this video you will see how to use your phone camera on your computer as a webcam with the software DroidCam.

DroidCam developer site link: https://www.dev47apps.com/

Please prefer to follow the commands indicated on the site rather than the one I launched.
-------------------------------------------------- -------------------------------------------------- --
⚠️⚠️
Here are the different commands that I launched to install the application, I would in no way be responsible for any problems that may arise.
⚠️⚠️

cd ~
sudo apt-get install gcc make linux-headers-`uname -r`
cd /tmp/
wget https://files.dev47apps.net/linux/dro...
following line of code checks if the file has been downloaded
echo "952d57a48f991921fc424ca29c8e3d09 droidcam_latest.zip" | md5sum -c --
unzip droidcam_latest.zip -d droidcam
cd droidcam
sudo ./install-client
sudo ./install-sound

sudo apt-get install linux-generic
sudo apt-get install v4l2loopback-dkms
sudo modprobe v4l2loopback
-------------------------------------------------- -------------------------------------------------- --

My GitHub: https://github.com/electrocodeur

Link to subscribe: https://www.youtube.com/c/ElectroCode...