mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Needed network camera-URL to add Trixie Pi-3B+ with PiCameraModule3 TO MotionEye 0.43.1 on Trixie Pi-4B #2683
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#2683
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 @RDPythonSoft on GitHub (Feb 20, 2026).
Configuration:
Raspberry Pi 3B+
Trixie
Raspberry Pi Camera Module 3
Used working stream: ~ $ rpicam-vid -t 0 --width 2048 --height 1080 --framerate 30 --codec mjpeg --inline --listen -o tcp://0.0.0.0:8080 -v 0**
Raspberry Pi 4B
Trixie
Motioneye 0.43.1
Not working URL’s:
http://xxx.xxx.x.xxx:8080/?action=streammjpeg://xxx.xxx.x.xxx:8080/Which URL should I use to add this camera as a network camera to MotionEye?
Which streamcode/URL combinations can work for this application?
Thanks for helping
@MichaIng commented on GitHub (Feb 20, 2026):
If the camera and motionEye are on the same host, better use
libcamerifyand add it as regular V4L2 camera: https://github.com/motioneye-project/motioneye/issues/2683#issuecomment-2207622479Else, I am not familiar with
rpicam-vid, but would assumehttp://xxx.xxx.x.xxx:8080/to be the correct URL. Whatever works as well in web browsers.@RDPythonSoft commented on GitHub (Feb 21, 2026):
Could you please specify which video streams (full code syntax) MotionEye 0.43.1 can process and the appropriate URL to add this video stream?
Thanks for your help.
@MichaIng commented on GitHub (Feb 21, 2026):
motionEye is not processing the video stream. "motion" does this. See here: https://motion-project.github.io/motion_config.html#netcam_url
Looks like the
mjpeg://scheme is needed when motion was not compiled with FFmpeg (highly unlikely). It generally makes vast use of FFmpeg internally. For MJPEG streams,http://orhttps://is usually correct.If it is an MJPEG stream, you can also add it as simple MJPEG camera to motionEye, in which case motion (and all features related to it) is skipped. Can serve for testing which URL is correct, but as said, every modern browser can do the same directly.