motioneye
motioneye copied to clipboard
DEV - No local Camera detection
I installed dev via https://github.com/motioneye-project/motioneye/tree/dev on debian 11 which made me pretty happy because rtmp-stream from my reolink is finally working. But I lost the support for my local cameras.
Detected cams: `~# v4l2-ctl --list-devices HD Webcam C615 (usb-0000:00:14.0-3.1.1): /dev/video2 /dev/video3 /dev/video8
WEB CAM: WEB CAM (usb-0000:00:14.0-4.3): /dev/video1 /dev/video4 /dev/video7`
Motioneye GUI:
where did I go wrong?
Cameras can be added by copying the old camera-n.conf from the older version. So it's definitely not in the hardware ;)
Try to this:
1 - Install https://snapcraft.io/install/usb-reset/debian
2 - find devices lsusb
3 - reset devices sudo usbreset 001/002
4 - Add permission sudo chmod 777 /dev/video0
5 - Check if solved