mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Unable to run motion eye on Raspberry Pi zero2w #2672
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#2672
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 @YashRajeev on GitHub (Jan 11, 2026).
Hello
I am using Raspberry Pi zero 2w. I am using a Camera 3 NOIR. Despite using multiple builds from 0.43 to 0.50, running motioneyeos or on raspberrypiOS I am unable to get it to detect the video source.
Could you please help?
Thanks
@Marijn0 commented on GitHub (Jan 11, 2026):
Have you followed these installation instructions?
https://github.com/motioneye-project/motioneye#installation
If you are using Bullseye or Bookworm (I have not tried this on Trixie yet), you can try running motionEye with libcamerify:
If this works, the camera should appear as one of the devices under
Local V4L2 Camera.If you are using an Arducam camera, you may need to follow their setup instructions first:
https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera/Quick-Start-Guide/
In any case, make sure your camera is available by running:
Note that the Raspberry Pi Camera Module 3 does not work with motionEyeOS,
and only works with motionEye when using libcamerify.
@frepkovsky commented on GitHub (Jan 16, 2026):
Hello,
This is not issue with Motioneye or Motion but is issue with libcamera. Bug was introduced into the v4l2 proxy code in version 0.6 that is used on raspberry pi os Trixie - see this.
You can verify if you face this bug by running command below - if you get the same error at the end:
@frepkovsky commented on GitHub (Feb 7, 2026):
FYI, updated packages where the issue is fixed are already available in rpi repo
for upgrade to libcamera0.7:
If you have motioneye already installed (for installation on Trixie, the same is needed as on Bookworm - see this) , you need to use libcamerify to detect camera properly in motioneye:
@MichaIng commented on GitHub (Feb 7, 2026):
Explicitly installing
libcamera0.7is not needed. It is pulled in by the other packages. Iflibcamera-v4l2andlibcamera-toolsare installed already, theapt upgradewill implylibcamera0.7, else thelibcamera-v4l2andlibcamera-toolsinstalls will imply it.This may become relevant once
libcamera0.8gets released and pushed to the repo, so it is assured package upgrade always pull latest libcamera without requiring confirmation to remove the old one.