Read the statement by Michael Teeuw here.
Magic Mirror Clothes camera?!
-
Hi all,
My wife has asked several times for an easy way for her to take photos of her new outfits and then an app to randomise/bring them up again, so I’m on the hunt for the best app/framework to achieve this.
Essentially, it’s as simple as a camera that will snap a photo when you press a button and a screen to then show the photos when you request it.
My starting point is to build this using a raspberry pi and a web app, but wanting to check if this is something that magic Mirror could do (advantage being I could integrate lots of other things too!)
It’d also be nice to have an unobtrusive full length mirror that also doubles as a ‘fashion mirror’.
Any thoughts/recommendations much appreciated!
-
@alphabeta77 over the years, others have said they want something like this.
no one has produced anything
-
hi @alphabeta77
I haven’t come across any end-to-end solutions that sound like what you’re looking for. But maybe you could duct-tape some existing building blocks together and get to where you wanted?
For instance a google search shows up some details for Raspberry Pi Photo Booth projects that you could follow. Like
https://github.com/pibooth/pibooth
(no affiliation, just has a link to a wiki so maybe the documentation is helpful). You might be able to learn enough from what’s there to integrate PhotoBooth functionality into your Magic Mirror (and include some hardware in your mirror build - at least a PiCam and a button I guess - to trigger taking a photo and perhaps save it to a local directory)?
Then there must be some MagicMirror Modules you could try out that would display random images from your local directory - at a configurable delay - maybe like
https://github.com/miccl/MMM-Random-local-image
and then you’d have images from your gallery of outfits shown on your mirror. (again no affiliation to this one either, just another google result)
Hope this helps, if you try it let us know how you get on : )