Package Details: droidcam 1:2.1.3-2

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: 0.60
First Submitted: 2011-06-29 20:31 (UTC)
Last Updated: 2024-06-14 19:38 (UTC)

Dependencies (21)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 38 Next › Last »

JLSalvador commented on 2021-05-04 09:01 (UTC)

This new version requires app-indicator.h from the package libappindicator-gtk3.

aleemont commented on 2021-03-19 23:18 (UTC)

The only way to make droidcam work at first shot and without need to worry about anything is this: https://www.dev47apps.com/droidcam/linuxx/ Follow instructions and it'll take less than one minute (download included)

invidian commented on 2021-03-14 21:26 (UTC)

I believe linux-headers should be added as dependency.

@lorcap see https://wiki.archlinux.org/index.php/DKMS_package_guidelines#Dependencies why headers should not be in dependencies.

==> WARNING: backup entry file not in package : etc/modprobe.d/droidcam.conf

This seems indeed like a bug. This file should only be backed up for v4l2loopback-dc-dkms package, not for both of them.

lorcap commented on 2021-03-14 21:12 (UTC)

I believe linux-headers should be added as dependency.

It took me a while to figure out why droidcam complained about a missing kernel module despite the package compilation and installation succeeded. Then I reinstalled the package and noticed the following error:

==> Unable to install module v4l2loopback-dc/1.7.2 for kernel *: Missing kernel headers.

which I fixed by installing linux-headers.

lorcap commented on 2021-03-14 21:06 (UTC) (edited on 2021-03-14 21:07 (UTC) by lorcap)

When running makepkg, I get the following warning:

...
==> Checking for packaging issues...
==> WARNING: backup entry file not in package : etc/modprobe.d/droidcam.conf
...

cheru commented on 2021-02-24 02:33 (UTC) (edited on 2021-02-24 02:35 (UTC) by cheru)

Could you add v4l2loopback-dkms as an alternative dependency to v4l2loopback-dc-dkms, since either of those packages will do the job?

patchcard2 commented on 2021-01-23 12:57 (UTC)

@invidian Yes that seems to be the cause for my problem. Removing it via modprobe -r snd-aloop brings my internal soundcard back. For now I decided to just remove snd-aloop from /etc/modules-load.d/droidcam.conf and try to use my internal microphone instead of the one of my smartphone.

invidian commented on 2021-01-20 17:09 (UTC)

@patchcard2 perhaps this is because we load snd-aloop kernel module?

patchcard2 commented on 2021-01-20 17:01 (UTC)

For some reason, after installing this package ALSA did not recognize my internal soundcard anymore: snd_hda_intel 0000:00:1b.0: cannot find the slot for index 0 (range 0-1), error: -1

invidian commented on 2021-01-14 17:02 (UTC)

@maximbaz thanks for explanation! I replaced ../.. with ${srcdir} then.