We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
/tmp
How much work do you believe is required to allow piping an image to stdin?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: