Skip to content

The Droidcam GNU/Linux client is a combination of a Video4Linux2 device driver and an executable app that will transfer the stream from the phone to the driver. Sound support is provided via the ALSA Loopback device.

Notifications You must be signed in to change notification settings

anant21/droidcam-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Droidcam-Linux

Use your mobile as a webcam of your laptop on Linux platform.
This script takes less than 30 secs for installation & configuration. (in Updation)

Installation

Requirements

  • Linux OS

Steps (without Git)

  • Download the zip file
  • Open the terminal in the "Downloads" directory
  • Unzip the downloaded file using the following command
    unzip droidcam-linux-main.zip\
  • Change the directory to "droidcam-linux-main"
    cd droidcam-linux-main
  • Make the "droidcamInstall.sh" file executable
    chmod +x droidcamInstall.sh
  • Run the "droidcamInstall.sh" script
    sudo ./droidcamInstall.sh
  • Enter the IP address and port displayed on DroidCam Mobile app (if connecting over Wi-Fi)
  • Otherwise, connect the mobile using USB & choose USB option on your computer application while the DroidCam app is ON in your mobile.

Steps (using Git)

  • Clone the repository
    git clone https://github.com/anant21/droidcam-linux.git
  • Change the directory to "droidcam-linux"
    cd droidcam-linux
  • Make the "droidcamInstall.sh" file executable
    chmod +x droidcamInstall.sh
  • Run the "droidcamInstall.sh" script
    sudo ./droidcamInstall.sh
  • Enter the IP address and port displayed on DroidCam Mobile app (if connecting over Wi-Fi)
  • Otherwise, connect the mobile using USB & choose USB option on your computer application while the DroidCam app is ON in your mobile.

Removal

  • Run the following command to remove the droidcam application from your linux system
    sudo /opt/droidcam-uninstall

@This Installation script is made by Anant Gangwar (@anant21)
@Owner - Dev47Apps

About

The Droidcam GNU/Linux client is a combination of a Video4Linux2 device driver and an executable app that will transfer the stream from the phone to the driver. Sound support is provided via the ALSA Loopback device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages