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

How to pipe image into fbv? #13

Open
sunknudsen opened this issue Oct 18, 2020 · 2 comments
Open

How to pipe image into fbv? #13

sunknudsen opened this issue Oct 18, 2020 · 2 comments

Comments

@sunknudsen
Copy link

This project looks amazing!

I am looking for a way to display QR codes on Raspberry Pis without requiring a desktop environment.

The QR codes are generated in memory... I would like to display them to the framebuffer without having to write them to disk.

Is it possible to pipe images to fbv?

@godspeed1989
Copy link
Owner

Currently, we don't support show image in memory.
You can store it in /tmp before displaying.

That's a useful feature we may add in the future.

@sunknudsen
Copy link
Author

Thanks for the follow-up @godspeed1989.

You can store it in /tmp before displaying.

For security reasons, I am trying to avoid writing to disk in case /tmp is not a memory disk.

How much work do you believe is required to allow piping an image to stdin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants