http://www.dev47apps.com/droidcam/linuxx/
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: | 0.60 |
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-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-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-classicAUR, gtk3-classic-xfceAUR, 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, v4l2loopback-dc-dkms-gitAUR, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, 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 .. 30 31 32 33 34 35 36 37 38 Next › Last »
capoeira commented on 2014-06-17 12:36 (UTC)
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.
Pinned Comments