mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Cameras not showing anything #2255
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SimonRazorback on GitHub (Jun 30, 2022).
I installed motioneye on a raspberry 4 8GB. following this link
I have 2 cameras plugged in by USB a logitech C920 and a lenovo essential FHD. The cameras work when they are plugged in to the Raspberry pie and show video when I test them.
When I click to add cameras I see 3 cameras for the 2 that are plugged in and a bunch extra. Image
When i add one I get an error message "An error occurred, refresh is recommended" and no camera is added. After refreshing the camera is added, but it only loads for a bit and then shows a crossed-over camera symbol.
I have tried doing it with all the 6 "cameras". The same thing happens with all of them.
Any ideas of what I have done wrong?
Any more information you need to know to help me?
Edit:
motionEye Version 0.42.1
@MichaIng commented on GitHub (Jul 1, 2022):
The extra cameras are from the "modern" camera module stack. You can try to comment or remove the
camera_auto_detectline in/boot/config.txtand reboot for the change to take effect.The list of cameras is generally scraped from the output of this command:
There have been some issues and fixes done already in current
devbranch, which I'd generally recommend over the "stable" release, sincedevhas a lot of old bugs addressed: https://github.com/motioneye-project/motioneye/tree/dev#installation