Kevin Dekemele
Kevin Dekemele
I did `sudo apt-get install v4l2loopback-dkms `
This is the information ``` pi@raspberrypi:~ $ apt info v4l2loopback-dkms Package: v4l2loopback-dkms Version: 0.12.1-1 Priority: optional Section: kernel Source: v4l2loopback Maintainer: IOhannes m zmölnig (Debian/GNU) Installed-Size: 115 kB Depends: dkms...
Cloning the project on github: https://github.com/umlaeute/v4l2loopback and `make` in the directory yields; ``` pi@raspberrypi:~/v4l2loopback $ make Building v4l2-loopback driver... make -C /lib/modules/`uname -r`/build M=/home/pi/v4l2loopback modules make[1]: *** /lib/modules/5.4.47-v8+/build: No such...
I have found the files in `/var/lib/dkms/v4l2loopback` and then source. However `sudo make` yields te same: ``` pi@raspberrypi:/var/lib/dkms/v4l2loopback/0.12.1/source $ sudo make Building v4l2-loopback driver... make -C /lib/modules/`uname -r`/build M=/usr/src/v4l2loopback-0.12.1 modules...
Thanks. The scripts gave me the following error though: ``` + mkdir -p /root/workdir/tmp/deb_YhkV/headers/boot/ + cd /root/workdir/tmp/deb_YhkV/headers/usr/src/linux-headers-5.4.47-v8+ + yes '' + make modules_prepare make: gcc: Command not found HOSTCC scripts/basic/fixdep...
Mine keeps switching back and forth between offline and online components.
I was able to solve it. If you look at my .yml, you see I have serverless-bundle which has serverless-webpack as a dependency. I reverted to an older version of...
Sure! I agree with your remarks. I dont really know what you mean with inconsistent format ( Im not at all a professional software designer). You can perform your pull...
As I need this as well, I am currently implementing this locally (will do pull request if finished) It's just an extra button which has similar methods as the first...
I've added a pull request. @Saudasadaf you can program the button any way you want, so 'skip' as well.