You have to check if the module is loaded: lsmod | grep v4l2loopback_dc If not - add the module with: modprobe v4l2loopback_dc
Search Criteria
Package Details: droidcam 1:2.1.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/droidcam.git (read-only, click to copy) |
---|---|
Package Base: | droidcam |
Description: | A tool to turn your phone/tablet into a wireless/usb webcam |
Upstream URL: | https://github.com/dev47apps/droidcam-linux-client |
Keywords: | android ios webcam |
Licenses: | GPL-2.0-or-later |
Submitter: | marquicus |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 141 |
Popularity: | 1.71 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
Dependencies (21)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- speex (speex-gitAUR)
- V4L2LOOPBACK-MODULE (v4l2loopback-dc-dkmsAUR, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR) (make)
- speex (speex-gitAUR) (make)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR) (optional) – for Android USB connection
- Show 1 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 38 Next › Last »
tomvigl commented on 2020-04-02 09:18 (UTC)
TecMunky commented on 2020-04-02 00:15 (UTC) (edited on 2020-04-02 00:22 (UTC) by TecMunky)
tomvigl: That worked for me. -- THANKS
androide7461: first you have to delete the extracted directory, then extract the snapshot again --> THEN modify line 58 to use "readlink -f"
But now, I need to learn how to use it ...
When I start the droidcam client I get a popup saying "Device not found (/dev/video[0-]). Did you install it?"
tomvigl commented on 2020-04-01 16:21 (UTC)
Check if the right linux-header is installed: pamac search linux-headers | grep $(uname -r | cut -d "-" -f 1,2)
If there is nothing like [Installed] you have to install it: pamac install linux[0-9][0-9]-headers
Shaka2u1u commented on 2020-04-01 14:56 (UTC)
@AwesomeHaircut I had already earlier mentioned that I downgraded to the old LTS kernel. Still nothing of the mentioned here works. Still am waiting on a CLEAR answer about how and where to add this makepkg -si
Exact location and short tut, please, and I am okay trying it again.
androide7461 commented on 2020-04-01 14:49 (UTC)
I changed my pkgbuild as you said but it didn't work for me :(
tomvigl commented on 2020-04-01 14:19 (UTC)
I also had problems installing droidcam on Manjaro with kernel 5.5.13-1-MANJARO! The problem was that extramodules is a symlink. The Solution is to resolve the symlink with "readlink -f".
Change the build file in line 58: MODPATH=$(readlink -f "/usr/lib/modules/$(uname -r | sed 's/.[0-9]+-[0-9]+//')/extramodules")
TecMunky commented on 2020-03-31 02:11 (UTC)
I have looked at all the comments about my issue (I think), but am still having a problem installing this package. I get the following message:
error: failed to commit transaction (conflicting files) droidcam: /usr/lib/modules/5.5.13-1-MANJARO/extramodules exists in filesystem (owned by linux55)
So I downloaded the snapshot and tried "makepkg -si" - and got the exact same error
CodeXYZ commented on 2020-03-29 14:15 (UTC) (edited on 2020-03-29 14:20 (UTC) by CodeXYZ)
Maybe this wiki page can get you out of your confusion @Saka2u1u https://wiki.archlinux.org/index.php/Makepkg
Again, no need for workarounds or manual installs. Whatever you normally use for installing things should work now.
Pinned Comments