You are not logged in.

#1 2015-12-20 01:50:49

BOOMstick
Member
Registered: 2015-12-10
Posts: 4

Droidcam not work.

Error:

– INSTALL: Webcam parameters: ‘640’ and ‘480’
— INSTALL: Home directory: /home/jon/.droidcam
— INSTALL: Building v4l2loopback-dc.ko
make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory ‘/usr/lib/modules/4.2.5-1-ARCH/build’
Makefile:659: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: *** No rule to make target ‘(1)/v4l2loopback’. Pare.
make[1]: Leaving directory ‘/usr/lib/modules/4.2.5-1-ARCH/build’
Makefile:4: recipe for target ‘all’ failed
make: *** [all] Error 2
— INSTALL: v4l2loopback-dc.ko not built.. Failure

Offline

#2 2015-12-20 18:28:22

teckk
Member
Registered: 2013-02-21
Posts: 519

Re: Droidcam not work.

Have you read the comments in AUR.
https://aur.archlinux.org/packages/droidcam/

Offline

#3 2015-12-20 18:41:07

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: Droidcam not work.

Moving to AUR Issues


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2016-07-17 18:40:52

GTRONICK
Member
Registered: 2016-07-17
Posts: 41

Re: Droidcam not work.

Hello everybody. I have modified the official install script to make it work on my Arch installation. Some people have their own modified script, i'm not sure if is the same as I have, however, i will put here the script for those who reach this post looking for a solution. Remember to install

android-tools

first to make it work under USB.

The script:

cd /tmp/
sudo pacman -S linux-headers
bits=`getconf LONG_BIT`
wget https://www.dev47apps.com/files/600/droidcam-${bits}bit.tar.bz2
[[ ${bits} -eq 32 ]] && checksum=b4b4bb43a4e4a46aab2c1b38cd0892c3
[[ ${bits} -eq 64 ]] && checksum=743b71f1af4d90b5ced59c02fcbc925f
echo "${checksum} droidcam-${bits}bit.tar.bz2" | md5sum -c --
# OK?
tar xjf droidcam-${bits}bit.tar.bz2
cd droidcam-${bits}bit/
sudo ./install

You can save this in a file named, for example:

DroidCamInstaller.sh

Locate the console working directory at the same location of the archive, for example, if you created the file under the Downloads directory, use

cd /home/$USER/Downloads

Then make it executable with

chmod +x DroidCamInstaller.sh

Finally, run it with

sudo ./DroidCamInstaller.sh

This has worked for me perfect.

Best regards.

Offline

#5 2016-07-17 18:55:29

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,869
Website

Re: Droidcam not work.

Thanks for sharing, GTRONICK. However this topic is old, and it's unlikely BOOMstick is still looking for a solution.

Closing.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB