mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Raspberry 3b :Use composite video and network stream at the same time #2528
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#2528
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 @Nudelnase on GitHub (May 13, 2024).
Hello dear community,
maybe you can help me.
I have connected a USB camera to my Pi 3 B.
Now I want to use the composite output of the Pi (jack) to play the analog video signal on my old analog monitor.
At the same time, I would like to use the stream from the network to stream it to my browser or via VLC.
Question, is it possible to do this at the same time?
Why do I want to do this?
I don't want to have two cameras in one place, one analog and one IP camera.
I have already tried to install MotionEye, the network stream can be viewed on the computer. Unfortunately, I can't activate a picture on the composite output of the Raspberry
Do you have any idea?
Best regards and thanks for your answers.
Translated with DeepL.com (free version)
@MichaIng commented on GitHub (May 13, 2024):
Good question. Which OS and version do you use?
On older RPi OS,
raspivid -t 0seems to work, and on newer RPi OSrpicam-vid -t 0. I actually thought, that it would be for writing the stream to a video file or streaming it only, but when not defining an output, it seems to shows a "preview" window on the screen.In case, you might need to install the package:
Here are the official docs: https://www.raspberrypi.com/documentation/computers/camera_software.html
EDIT: Ah, now I forgot the "at the same time". This CLI tool of course clocks the camera device from being used by something else like motionEye. As you can read in the docs, you can use
raspividas well to create a network stream, which could then be added to motionEye. But I am not sure whether the video is shown on the monitor as well then. Just test it. Also it may lead to bad performance with higher video quality, due to the additional overhead of a local network stream, instead of having motionEye capturing the stream from the video node directly.