android-webcam
android-webcam copied to clipboard
v4l2loopback from APT Repository doesn't works
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.