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 .. 30 31 32 33 34 35 36 37 38 Next › Last »

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.

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

apparently they changed something in the file v4l2loopback-dc.c. the last modification date tells 16.12.2013 . anyway, i changed the hash sums but left the old ones and also a note about it.

jamesan commented on 2014-02-03 20:23 (UTC)

The SHA-1 hashes for both 32- and 64-bit tarballs are incorrect. The upstream version hasn't changed, so I don't know what's caused the hash change.

notthesun commented on 2013-10-30 11:36 (UTC)

works good with the absolute path...thanks for the tip ;)

nagy commented on 2013-10-29 21:35 (UTC)

did you reboot ? try that and otherwise try to load the module by absolute path. dont forget the parameters. # insmod /usr/lib/modules/extramodules-3.11-ARCH/v4l2loopback_dc.ko width=320 height=240 maybe dmesg gives some errors that you can post.