mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
RaspBerryPi Camera's not configurable in MotionEye #2687
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#2687
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 @HansBinBrabant on GitHub (Feb 26, 2026).
Hallo Raspberry Pi- and MotionEye hero's >;-)
To summarize my concerns, discussed below somewhere, I do notice that is anno 2026 difficult or not possible to get the camera's, listed on https://www.raspberrypi.com/documentation/accessories/camera.html, up and running in MotionEye, following the procedure on https://github.com/motioneye-project/motioneye.
Searching around in https://github.com/motioneye-project/motioneye/issues confirms that there are all kind of issues with the camera configuration in the modern RaspBerryPi OS's.
Problem : I have RaspBerryPi's 3B's, from as 2015 and later. When an sd card has to be replaced for whatever reason, I cannot setup a new one. I did get some more. Bougth some Pi cams. Still not working. Some USB webcams do show up immediately.
So I hope it is possible to get this fixed : any RaspBerryPi with a runnig Pi OS (those ones availabe by Raspberry Pi Imager (see https://www.raspberrypi.com/software) should be able to run the mentioned camera's.
Thanks in advance from Hans in the Netherlands !
https://www.linuxzob.nl/wiki/doku.php?id=linux_raspberry:camera
https://www.linuxzob.nl/wiki/doku.php?id=linux_raspberry:software
@Marijn0 commented on GitHub (Feb 27, 2026):
Since Raspberry Pi OS Bullseye, the old proprietary camera stack (MMAL / raspistill / raspivid) was replaced by libcamera. See:
https://www.raspberrypi.com/news/bullseye-camera-system/
You can use libcamerify, which makes the Raspberry Pi camera appear as a V4L2 device that can be added to MotionEye. See this comment for instructions: https://github.com/motioneye-project/motioneye/issues/2683#issuecomment-2207622479