android-webcam icon indicating copy to clipboard operation
android-webcam copied to clipboard

v4l2loopback from APT Repository doesn't works

Open imneonizer opened this issue 1 year ago • 0 comments

Prebuilt binaries didn't worked for me aswell.

Try cloning it https://github.com/umlaeute/v4l2loopback and build from the source.

The commands I used for building are:

make clean
make && make install
depmod -a
modprobe v4l2loopback

After this the virtual camera appeared at /dev/video0 if you already have a webcam it may appear at /dev/video1 or you may need to configure it to create a virtual webcam at that location.

imneonizer avatar Jun 21 '23 05:06 imneonizer