Skip to content
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

Change Birdseye Background Image #2666

Open
SNR-Tech-Bytes opened this issue Jan 18, 2022 · 2 comments
Open

Change Birdseye Background Image #2666

SNR-Tech-Bytes opened this issue Jan 18, 2022 · 2 comments
Labels
enhancement New feature or request pinned

Comments

@SNR-Tech-Bytes
Copy link

Describe what you are trying to accomplish and why in non technical terms
When cameras have no detections, birdseye view just shows the frigate logo in the background. While cool I would love to be able to change that image.

Describe the solution you'd like
Some way of changing the background image in birdseye view

Describe alternatives you've considered
I tried digging for the location of the image to just manually swap it but had little success in finding where the image lived

Additional context
I set up a raspberry pi touchscreen to constantly display birdseye, when the cameras have no detections I want it to be able to show a custom image (or even a slideshow of images) to act like a nice digital photo frame

@SNR-Tech-Bytes SNR-Tech-Bytes added the enhancement New feature or request label Jan 18, 2022
@coledeck
Copy link

coledeck commented Jan 19, 2022

In the source files, it's in frigate/birdseye.png.

inside the docker container, it's at /opt/frigate/frigate/birdseye.png

you could create a docker volume pointing there, e.g. in docker-compose.yml under volumes:

- /home/pi/custom-image.png:/opt/frigate/frigate/birdseye.png:ro

In my limited testing, the image must be a square, and it must be png of course. any transparent pixels show up as black, and any other color (white, black, etc) become white.

for example I took this image

and it looks like this

@stale
Copy link

stale bot commented Feb 18, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

3 participants