I also built a similar frame, but instead it shows informal stuff like calendar events, weather etc. https://polso.info/raspberry-pi-e-ink-photo-frame-video-and-...
I built a picture frame with a greyscale e-paper that runs on battery for years
71–80 of 85 posts
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#72Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#73Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#74I found the image server, in the spirit of using your device for fun and interesting things (say nothing of privacy).. Why would you need the online converter, if you selfhost the image-server? (potential customer here, but wanna use it not for pictures but for "daily status")
• Cropping
• Scaling
• Contrast + brightness adjustment
• Compression
That is what the online converter provides.
But I get your point. I will add example code on how to convert an image on your local machine.
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#75Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#76I worked on a number of digital photo frames, including on ones like that. E-ink is not the most suitable thing for it in its current form. First, large size EPD cost an arm, and a leg, and custom one costs even more. Second, there are no 8 bit EPD controllers as of now a mortal can buy, which means grays look very bad. Third, there are inherent physical limitations which make increasing gray resolution of EPDs quite…
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#77The title reads like a blog post (great for HN!), but the site link is just a company selling frames. Their byline is: Digital artwork for your living room. New every day. So surely somebody did build a picture frame but this is not an article about that.
Owner here. I initially created it for myself, but there was a lot of interest, so I made a kit available so that everybody can build one, too.
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#78I worked on a number of digital photo frames, including on ones like that. E-ink is not the most suitable thing for it in its current form. First, large size EPD cost an arm, and a leg, and custom one costs even more. Second, there are no 8 bit EPD controllers as of now a mortal can buy, which means grays look very bad. Third, there are inherent physical limitations which make increasing gray resolution of EPDs quite…
What would you suggest for an affordable picture frame displaying digital art?
(It also automatically dims or blacks out the display when it's dark)
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#79I actually built one myself, but used raspberry pi so it needs usb cable for power. It works well but contrast on the display is not that good for photos. Would work well for text or like smart home panel. https://imgur.com/a/HraSGsj
I've built something very similar as well. For me, I found that the display I'm using works reasonably well for photos, but you need to slightly boost the contrast of the image before updating the display, to compensate for the darkness of the display. If you're using PIL in python, this is just something like "image = PIL.ImageEnhance.Contrast(image).enhance(1.3)" I do that immediately before dithering into 16-greys…
Re: I built a picture frame with a greyscale e-paper that runs on battery for years
#80I found the image server, in the spirit of using your device for fun and interesting things (say nothing of privacy).. Why would you need the online converter, if you selfhost the image-server? (potential customer here, but wanna use it not for pictures but for "daily status")