jschmid1 / gopro_as_webcam_on_linux

Allows to use your GoPro camera as a webcam on linux
Apache License 2.0
517 stars 64 forks source link

v4l2loopback does not exist #34

Open JDoawp opened 2 years ago

JDoawp commented 2 years ago

But I the latest version of it installed.

Running Manjaro KDE.

Would also be cool to have a quick way of uninstalling the script..

davidrhoderick commented 2 years ago

Same issue on Pop!_OS.

jorgemiar commented 2 years ago

Same happened to me on Ubuntu 18. Fixed it by installing from source.

sudo apt-get remove v4l2loopback-dkms

Then cloned the v4l2loopback repo and ran the installation instructions. make && sudo make install

Estebmaister commented 2 years ago

Having the same issue, I didn't have this some months ago though

$ sudo gopro webcam
Running GoPro Webcam Util for Linux [0.0.3]

       Launch Options     
==========================
 * Non-interactive:  0
 * Autostart:        0
 * Preview:          0
 * Resolution:       1080p
 * FOV:              linear
==========================

v4l2loopback is not loaded!
v4l2loopback does not exist. Please either install v4l2loopback or get it from source via https://github.com/umlaeute/v4l2loopback

I just removed and reinstalled v4l2loopback from source, I'm using Ubuntu 21.

Darkace1337 commented 2 years ago

I had the same issue and this seemed to have fixed it sudo pacman -Syu linux-headers On Manjaro KDE and XFCE