mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
How to install MotionEye correctly? #2267
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#2267
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 @jrhansen on GitHub (Jul 21, 2022).
Hi
I am getting increasingly frustrated with/confused about how to get a CSI camera (OV5647) on a Raspberry Pi Zero 2 W to work properly. I hope someone is able to answer some very basic questions 😃
I have two RPi's running with cameras attached - let's call them A and B. I tried numerous ways of installing MotionEye on both of them to get the camera to work in MotionEye, and to be honest I lost track of what I did. The cameras work on both systems now, but:
System A: Auto exposure does not work with resolutions above 1280x720. Above that, the camera does not correct for under/over exposure at all. I want 1920x1080.
System B: The FOV is much smaller than on system A even though both systems have the same camera with wide-angle lenses attached to them.
I want a wide FOV AND auto exposure to work. I swapped cameras as well as SD cards, and the "symptoms" follow the SD cards, so they are software issues. So:
camera_auto_detect=1go in /boot/config.txt or not?I have now started over with a new installation of Bullseye Lite and then following this procedure:
https://github.com/motioneye-project/motioneye/tree/dev#installation
... but I can't get MotionEye to connect properly to the camera regardless of the combination of the parameters (legacy camera enabled/disabled etc.). The picture in MotionEye is either a camera with a cross over it, or a light gray picture with the text "Unable to open video device" (or something like that).
Please, help 😢
@Baenwort commented on GitHub (Nov 30, 2022):
@jrhansen Did you solve this? I'm hitting the same issue with the dev branch, bullseye, and a CSI camera.
@MichaIng commented on GitHub (Nov 30, 2022):
Generally, with legacy camera stack, it should be MMAL camera, with modern camera stack, it should be V4L2 camera. But the latter doesn't work good either. Correct modern RPi DSI camera support (
libcamera) has to be added: #2425However, enabling legacy camera stack and adding it as MMAL camera should work. If not, please check: