Package Base Details: droidcam

Git Clone URL: https://aur.archlinux.org/droidcam.git (read-only, click to copy)
Keywords: android ios webcam
Submitter: marquicus
Maintainer: mhdi
Last Packager: mhdi
Votes: 136
Popularity: 1.35
First Submitted: 2011-06-29 20:31 (UTC)
Last Updated: 2024-04-30 22:00 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 Next › Last »

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.

test0 commented on 2014-05-16 22:56 (UTC)

systemd-modules-load is complaining in logs: "Failed to find module 'v4l2loopback_dc width=320 height=240'", and the module is not loaded at all (it is in the right place and working when loading manually with modprobe). According to https://wiki.archlinux.org/index.php/Kernel_modules#Setting_module_options module parameters, such as 'width' and 'height' should be set like 'options v4l2loopback_dc width=320 height=240' in /etc/modprobe.d/droidcam.conf, not in /usr/lib/modules-load.d/droidcam.conf directly. After moving options to modprobe.d problem is gone and $ grep "" /sys/module/v4l2loopback_dc/parameters/* /sys/module/v4l2loopback_dc/parameters/height:240 /sys/module/v4l2loopback_dc/parameters/width:320 (looks like parameters are being set correctly).

nagy commented on 2014-02-03 22:37 (UTC)

looks like they also released the source of this https://github.com/aramg/droidcam i will make a PKGBUILD that builds from source then.