Releases: Kyuunex/better_droidcam_linux_client
Releases · Kyuunex/better_droidcam_linux_client
1.0.0
After making sure you already have adb
, v4l2loopback-dkms
, ffmpeg
and android-udev
(if Arch) installed on your system, you can use the commands bellow to add this script to your PATH.
curl -L "https://github.com/Kyuunex/better_droidcam_linux_client/releases/download/1.0.0/droidcam" --create-file-mode 755 --create-dirs -o $HOME/.local/bin/droidcam
chmod 755 $HOME/.local/bin/droidcam
curl -L "https://github.com/Kyuunex/better_droidcam_linux_client/releases/download/1.0.0/droidcam-mpv" --create-file-mode 755 --create-dirs -o $HOME/.local/bin/droidcam-mpv
chmod 755 $HOME/.local/bin/droidcam-mpv