Skip to content

rpi: show text overlay in secondary stream #4521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MacGH23 opened this issue May 12, 2025 · 0 comments
Open

rpi: show text overlay in secondary stream #4521

MacGH23 opened this issue May 12, 2025 · 0 comments
Labels
enhancement New feature or request rpi-camera

Comments

@MacGH23
Copy link

MacGH23 commented May 12, 2025

Which version are you using?

1.12.2

Which operating system are you using?

Linux arm7 standard

Describe how to replicate the issue

I use a raspberry to stream the camera picture to motioneye.
If I use a secondary stream with a low resolution the text overlay only show up on the
primary stream, but not on the secondary stream.
Wish: Also it would be great to change the position (up/down/left/right) of the overlay

Config:
paths:

primary stream

rpihigh:
source: rpiCamera
rpiCameraWidth: 1600
rpiCameraHeight: 1200
rpiCameraFPS: 15
rpiCameraCodec: auto
rpiCameraBitrate: 1500000
rpiCameraTextOverlayEnable: true
rpiCameraTextOverlay: '%Y-%m-%d %H:%M:%S - MediaMTX'

secondary stream

rpilow:
source: rpiCamera
rpiCameraSecondary: true
rpiCameraWidth: 768
rpiCameraHeight: 576
rpiCameraFPS: 15
rpiCameraCodec: auto
rpiCameraJPEGQuality: 60
rpiCameraTextOverlayEnable: true
rpiCameraTextOverlay: '%Y-%m-%d %H:%M:%S - MediaMTX'

Server logs

No response

Network dump

No response

@aler9 aler9 added enhancement New feature or request rpi-camera labels May 12, 2025
@aler9 aler9 changed the title No Text overlay in secondary stream rpi: show text overlay in secondary stream May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rpi-camera
Projects
None yet
Development

No branches or pull requests

2 participants