motioneye icon indicating copy to clipboard operation
motioneye copied to clipboard

DEV - No local Camera detection

Open cavernerg opened this issue 1 year ago • 2 comments

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: grafik

where did I go wrong?

cavernerg avatar Oct 26 '23 15:10 cavernerg

Cameras can be added by copying the old camera-n.conf from the older version. So it's definitely not in the hardware ;)

cavernerg avatar Oct 27 '23 07:10 cavernerg

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

renanrider avatar Nov 17 '23 01:11 renanrider