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: 138
Popularity: 0.55
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 .. 29 30 31 32 33 34 35 36 37 Next › Last »

ackalker commented on 2014-08-22 00:37 (UTC)

Forgot to add: droidcam.install: http://pastie.org/9493163 This just does a depmod with proper arguments, otherwise modinfo/modprobe might not work properly.

ackalker commented on 2014-08-22 00:32 (UTC)

There is a new version out. If you want, you can use my updated PKGBUILD: http://pastie.org/9492159 It also fixes the depends array, v4l2loopback doesn't exist as a package and isn't needed.

nagy commented on 2014-08-18 15:09 (UTC)

thank you.

petRUShka commented on 2014-08-17 15:07 (UTC)

Hello. There are two problems: 1) There is no cli version installed 2) There are errors with custom kernels like linux-pf Soultions: 1) Add `install -m755 "$srcdir"/${pkgname}-cli "$pkgdir"/usr/bin/${pkgname}-cli` 2) Replace install -Dm644 v4l2loopback-dc.ko \ "$pkgdir/usr/lib/modules/extramodules-$_kver/v4l2loopback_dc.ko" by _extramodules="extramodules-$(uname -r | cut -f-2 -d'.')-$(uname -r|sed -e 's/.*-//g')" MODPATH="${pkgdir}/usr/lib/modules/${_extramodules}/" install -Dm644 v4l2loopback-dc.ko "$MODPATH/v4l2loopback_dc.ko" whole PKGBUILD: http://pastie.org/private/zwkx4ed3z4faej5kcxoeq

capoeira commented on 2014-06-18 21:48 (UTC)

so, the settings file is in /usr/share/droidcam/ it has to be moved to ~/.droidcam/

capoeira commented on 2014-06-17 12:36 (UTC)

http://www.dev47apps.com/droidcam/linuxx/

capoeira commented on 2014-06-17 12:10 (UTC)

.droidcam es also missing....doesn't work at all - it's not in root folder, nore home

capoeira commented on 2014-06-17 11:27 (UTC)

not working ootb the dc module has to be added by hand

nagy commented on 2014-05-17 13:33 (UTC)

thanks for reporting. i have edited to PKGBUILD . can you confirm that it works now ? This package could also be adapted to use dkms instead.