Package Base Details: droidcam

Git Clone URL: https://aur.archlinux.org/droidcam.git (read-only, click to copy)
Keywords: Android webcam
Submitter: marquicus
Maintainer: CodeXYZ (Levitating, lazerl0rd)
Last Packager: Levitating
Votes: 136
Popularity: 1.83
First Submitted: 2011-06-29 20:31 (UTC)
Last Updated: 2024-01-10 00:25 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 37 Next › Last »

CodeXYZ commented on 2020-04-03 01:39 (UTC)

I don't want to say "Manjaro is not supported" but that's what is officially true. The module loading is depended on where you have your extra modules folder that can be, and probably is, different on manjaro. I have to make sure it works on Arch first and foremost. I just don't have time to install manjaro right now to test.

Having said that, you can load the module manually by going into the source directory no matter which distro you're using. I won't be making any changes, but I'll make a short tutorial for manjaro, as well if you're using a kernel that has a different extra modules folder.

TecMunky commented on 2020-04-03 00:33 (UTC)

@androide7461 and @montefuscolo -- thanks - now it is connected

Now i just have to figure out how to use it.

thanks again

androide7461 commented on 2020-04-03 00:07 (UTC)

@TecMunky: Try the solution from @montefuscolo. It worked for me. There are no errors what so ever now. Thanks @montefuscolo!

TecMunky commented on 2020-04-02 19:32 (UTC) (edited on 2020-04-02 19:35 (UTC) by TecMunky)

@tomvigl - I got the same error @androide7461 got when executing the "modprobe" command -- "modprobe: FATAL: Module v4l2loopback_dc not found in directory /lib/modules/5.5.13-1-MANJARO"

what now?

@android7461 - that is not what I meant - but I don't use yay. I simply deleted the entire droidcam directory, then extracted the snapshot again, edited the build file, then executed the make command.

Also, I did not get any errors during installation. My error came when I executed the modprobe command.

montefuscolo commented on 2020-04-02 14:16 (UTC)

I had to modify this line on Manjaro Linux, running kernel 5.4

MODPATH="/usr/lib/modules/extramodules-$(uname -r | sed 's/.[0-9]\+-[0-9]\+//')"

androide7461 commented on 2020-04-02 10:59 (UTC)

@TecMunky I deleted my cache with "yay -Sc" and reinstalled with "yay --editmenu -S droidcam". I hope this was the way you meant. But now I get this error when I'm installing it: "insmod: ERROR: could not insert module /lib/modules/5.5.13-1-MANJARO/extramodules/v4l2loopback_dc.ko.gz: Unknown symbol in module error: command failed to execute correctly" It's installed nonetheless. But when I try to open it I get the same error as TecMunky. Then I checked if the module is loaded like tomvigl said with: "lsmod | grep v4l2loopback_dc". It returns nothing, so I guess it's not loaded. After that I write: "modprobe v4l2loopback_dc" and get this error: "modprobe: FATAL: Module v4l2loopback_dc not found in directory /lib/modules/5.5.13-1-MANJARO". Which makes kind of sense because I think it wasn't installed properly.

tomvigl commented on 2020-04-02 09:18 (UTC)

You have to check if the module is loaded: lsmod | grep v4l2loopback_dc If not - add the module with: modprobe v4l2loopback_dc

TecMunky commented on 2020-04-02 00:15 (UTC) (edited on 2020-04-02 00:22 (UTC) by TecMunky)

tomvigl: That worked for me. -- THANKS

androide7461: first you have to delete the extracted directory, then extract the snapshot again --> THEN modify line 58 to use "readlink -f"

But now, I need to learn how to use it ...

When I start the droidcam client I get a popup saying "Device not found (/dev/video[0-]). Did you install it?"

tomvigl commented on 2020-04-01 16:21 (UTC)

Check if the right linux-header is installed: pamac search linux-headers | grep $(uname -r | cut -d "-" -f 1,2)

If there is nothing like [Installed] you have to install it: pamac install linux[0-9][0-9]-headers