Building an e-ink picture frame that displays an iCloud photo album
21–30 of 144 posts
Re: Building an e-ink picture frame that displays an iCloud photo album
#22Might do the same with a cheap/used OLED android tablet, though I like the minimalism and power consumption of the e-ink tablet
Re: Building an e-ink picture frame that displays an iCloud photo album
#23> I bought this pack of 8x10 frames off Amazon Thrift stores (in the U.S.) are gold mines for picture frames. And they probably cost you only a few bucks.
Re: Building an e-ink picture frame that displays an iCloud photo album
#24Earlier quoted context omitted.
The keywords that you would want to enter into your preferred search engine are: Digital Picture Frame At this point in time that is already a regular product category. The OP could just have bought one, but chose the DIY path.
Show me one that hooks up directly to iCloud though. We got one for grandparents and its just full of proprietary crap specific to that app.
That said, I think Aura frames will sync from iCloud via their phone app. Not sure how well it works.
Re: Building an e-ink picture frame that displays an iCloud photo album
#25blahhh i really want to do a larger format one for art but scared of the hardware part of it not being that technical. seems like there are more people doing it.
Re: Building an e-ink picture frame that displays an iCloud photo album
#26I’m mildly surprised that this isn’t an official product. I have half a dozen relatives I’d give “AirFrames” to if Apple made them or let a third party do it, especially if they had decent handling of Live Photos.
Re: Building an e-ink picture frame that displays an iCloud photo album
#27> iCloud photo albums have no API. However, if you share an iCloud photo album to a public link, you can use the Developer Tools to inspect the API requests Apple is making to get the photos. That's clever. I tried something similar to get shared Calendar (Apple) events for the eInk project I put together. I wish there were a better, less hackish API I could have called.
Re: Building an e-ink picture frame that displays an iCloud photo album
#28Re: Building an e-ink picture frame that displays an iCloud photo album
#29Re: Building an e-ink picture frame that displays an iCloud photo album
#30When you got to the site (a SPA) it generates a new view/edit url for you. You can immediately drag photos onto the page to add to the gallery, remove them, etc. If you share the edit link with someone else, they can do all the same things. However if you share the link without the edit portion, the site is view only. The API is also public and just uses the edqit key query string for auth (check the network traffic), so I've been building a few apps on top of this as a sort of ad-hoc collaborative CDN thing.
I'm also working to build something similar to OP for my own grandparents and use mood.site as the image backend.