Package Details: v4l2loopback-dc-dkms 1:2.1.3-2

Git Clone URL: https://aur.archlinux.org/droidcam.git (read-only, click to copy)
Package Base: droidcam
Description: v4l2-loopback kernel module - DroidCam version
Upstream URL: https://github.com/dev47apps/droidcam-linux-client
Keywords: android ios webcam
Licenses: GPL-2.0-or-later
Provides: V4L2LOOPBACK-MODULE
Submitter: marquicus
Maintainer: mhdi
Last Packager: mhdi
Votes: 141
Popularity: 1.82
First Submitted: 2011-06-29 20:31 (UTC)
Last Updated: 2024-06-14 19:38 (UTC)

Required by (3)

Sources (3)

Pinned Comments

Latest Comments

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

rachejazz commented on 2021-09-14 19:36 (UTC)

v4l2loopback was not loaded by default on my arch for some reason. I did have to install and load it manually. Otherwise, it gave this error:

Error: Droidcam/v4l2loopback device not found (/dev/video[0-9]).
Did it install correctly?
If you had a kernel update, you may need to re-install.
Audio loopback device not found.
Is snd_aloop loaded?
Client v1.8.0
Video: 
adb: error: internal error
Error: Error adding adb forward!

Does anyone think keeping v4l2loopback as a necessary dep should be considered? I have read in the comments that v4l2loopback-dkms is optional. So why is droidcam installing it?

slococo commented on 2021-09-08 00:40 (UTC)

@alerque Thank you very much!

alerque commented on 2021-08-10 16:01 (UTC)

@santilococo This package can be uninstalled using pacman just like any other package you install. It does not load the module, so however you loaded it on your system should be reversed by you. There are several potential ways that could happen. If you did nothing, then you don't have to do anything after installing. If you loaded it manually some way, reverse what you did.

slococo commented on 2021-08-10 14:31 (UTC)

Hi! Do you have a script for uninstalling? (Unloading the loopback module for example). TY.

ChrisLane commented on 2021-08-05 10:14 (UTC)

As @simona has said, the dependency should be changed to v4l2loopback-dkms. Having a different module interfering with other applications for me.

CodeXYZ commented on 2021-07-31 23:52 (UTC)

Looks like it's still in /usr/bin @alerque Thanks for the tip though :-)

alerque commented on 2021-07-30 12:52 (UTC)

When you update to 1.8.0 be sure to configure the PREFIX, upstream changed the default to be /usr/local but for packages this should be /usr.

CodeXYZ commented on 2021-07-13 02:25 (UTC)

It's been so long and I'm so rusty. Had to learn all the basics again ha! Should be good now let me know otherwise.

modnoob commented on 2021-07-09 13:15 (UTC)

As lots of people here already mentioned libappindicator-gtk3 should be part of the required dependency. The build fails without it. Please commit a change for that.