Author |
Message |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Fri 08 May 2020, 06:49 Post subject:
|
|
@backi, yes, not working on Bionicdog, I'll try to make it soon, will post about it then in Bionicdog thread.
@gabtech, ah OK, fine.
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 2007 Location: GERMANY
|
Posted: Fri 08 May 2020, 07:09 Post subject:
|
|
Alright !
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Fri 08 May 2020, 22:35 Post subject:
How to turn android phone into webcam |
|
Hello debians,
I want to use my android phone as webcam. I've installed ipwebcam from play store and using the phone as ip camera works fine. For the webcam part, I downloaded the script which downloads the drivers to turn phone into webcam - the problem is my stretchdog machine is not recognizing my phone as webcam, pls help?
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sat 09 May 2020, 21:45 Post subject:
Compilling Setup |
|
Hi fred,
I would like to try a hand at compilling my own apps. What tools do I need to install in my stretchdog32.
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 10 May 2020, 05:34 Post subject:
|
|
Hi gabtech, it would be a good start installing these packages
Code: | apt install build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev libnotify-dev libglib2.0-dev libevent-dev checkinstall upx-ucl cmake python3 libc6-dev yasm |
But depending on what you compile, you may need more *-dev packages.
Or load the DEVX (it has more or less the same).
https://github.com/fredx181/StretchDog/releases/download/v2.1/61-DEVX-Stretch-20180113-k4.9.0-5-pae_i386.squashfs
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sun 10 May 2020, 08:53 Post subject:
|
|
Thank you fred.
Can you take me through the steps for compiling droidcam 32bit - source >> https://github.com/aramg/droidcam/tree/master/linux
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sun 10 May 2020, 10:02 Post subject:
|
|
Mmm.. not the easiest one, it will also build a kernel module (will take a whole lot of space as you need linux-headers and dkms installed), I did not test the final result, but did test the compiling, here goes:
Download to some partition 61-DEVX-Stretch-20180113-k4.9.0-5-pae_i386.squashfs and activate it either from right-click in filemanager or from terminal:
Code: | loadmodule -a 61-DEVX-Stretch-20180113-k4.9.0-5-pae_i386.squashfs |
Download libjpeg-turbo-official (as in intructions on github) .deb and install
Code: | dpkg -i libjpeg-turbo-official_2.0.4_i386.deb
apt -f install # may be required |
Install dependencies (gtk+-2.0 is already in the DEVX)
Code: | apt install libavutil-dev libswscale-dev linux-headers-$(uname -r) dkms |
Download droidcam from github and extract
Code: | cd /root
wget --no-check-certificate https://github.com/aramg/droidcam/archive/master.zip
unzip master.zip |
Then:
Code: | cd droidcam-master/linux
make
./install-dkms
modprobe v4l2loopback-dc # probably required |
Installs to /usr/bin/droidcam and /usr/bin/droidcam-cli
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sun 10 May 2020, 19:43 Post subject:
Compiling Droidcam in stretchdog |
|
Hi fred,
Thanks buddy for the instructions.
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Thu 04 Jun 2020, 13:29 Post subject:
64amd linux headers |
|
Hi fred,
Where can I download "linux-headers-4.9.0-3-amd64".
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Thu 04 Jun 2020, 13:40 Post subject:
Re: 64amd linux headers |
|
gabtech wrote: | Hi fred,
Where can I download "linux-headers-4.9.0-3-amd64". |
If you look about 1/2 way down the page at this link, https://unix.stackexchange.com/questions/543601/failed-to-update-linux-headers-on-debian-stretch-debian-9 they say it is obsolete and in snapshot.debian.org. There are instructions to change your sources.lst file.
edit: or download it directly from
https://snapshot.debian.org/archive/debian/20170609T034604Z/pool/main/l/linux/
Probably this one??
https://snapshot.debian.org/archive/debian/20170609T034604Z/pool/main/l/linux/linux-headers-4.9.0-3-all-amd64_4.9.30-1_amd64.deb
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Thu 04 Jun 2020, 17:04 Post subject:
|
|
gabtech wrote: | Hi fred,
Where can I download "linux-headers-4.9.0-3-amd64". |
I think you need these two:
https://snapshot.debian.org/archive/debian/20170609T034604Z/pool/main/l/linux/linux-headers-4.9.0-3-amd64_4.9.30-1_amd64.deb
https://snapshot.debian.org/archive/debian/20170609T034604Z/pool/main/l/linux/linux-headers-4.9.0-3-common_4.9.30-1_all.deb
dancytron wrote: | Probably this one??
https://snapshot.debian.org/archive/debian/20170609T034604Z/pool/main/l/linux/linux-headers-4.9.0-3-all-amd64_4.9.30-1_amd64.deb |
Maybe also, but that's a "metapackage" which means it should provide the above packages (if inside active repository (Stretch), but in this case it's not anymore, so need to download and install manually)
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Thu 04 Jun 2020, 19:43 Post subject:
|
|
Thanks dancytron and fred for the download links.
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 107
|
Posted: Sat 11 Jul 2020, 06:42 Post subject:
saveforlder |
|
How do I change savefile to savefolder in stretchdog32.
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 2007 Location: GERMANY
|
Posted: Sat 11 Jul 2020, 07:24 Post subject:
|
|
Hi gabtech!
How looks your menu.lst ?
Possibly a bit experimental---Never did this before myself......
This has to be done outside your Debian Stretch OS.---Not while running Stretch Dog.
But first make a Backup of your "changes.dat" and your "menu.lst"......
Possibly then extract your "changes.dat" .....and copy the extracted Content to a new created(empty) Folder named "changes".... ----- (all inside your "live" Folder from StretchDog)....
Copy extracted Content from "changes.dat" to>(new)changes(Folder) -
After copying replace "changes.dat" with "changes"
.
Then you have to modify your Grub4dos menu.lst.
Probably just modify appropriate Line "changes.dat" to >"changes" in "menu.lst" ---(in case you are using Grub4dos).
Your old (backed-up) "changes.dat " must be removed from "live" Folder in StretchDog .
"changes" is now used instead of "changes.dat" (if my my Assumptions are correct).
Please correct me someone if i am wrong .
|
Back to top
|
|
 |
fredx181

Joined: 11 Dec 2013 Posts: 4481 Location: holland
|
Posted: Sat 08 Aug 2020, 13:01 Post subject:
|
|
Wow!! back online, and not read only, thanks anyone involved!!
EDIT: Should be read-only now, please do not post.
Fred
_________________ Dog Linux website
Tinylinux blog by wiak
|
Back to top
|
|
 |
|