5 ms·
How You Can Build an HTML5 Photobooth App
- securingsincity 13y agoI've been thinking about doing a cheap and easy photobooth for my wedding next year. it sounds like this + a webcam + a raspberry pi like device could provide a cool way for guests to take photobooth pics, set filters and share them without having to spend more than 100 bucks in parts.
- nantes 13y agohttp://labs.ideo.com/2012/12/14/happy-25th-birthday-gif/ http://labs.ideo.com/2012/12/14/happy-25th-birthday-gif/ seems pretty cool. We actually did this for a SxSW party this year. We were pleased with the results -- http://gifxgifw.tumblr.com/ http://gifxgifw.tumblr.com/ .
- evan_ 13y agoJust be aware- if you try to print any of these it'll look awful.
- deanclatworthy 13y agoThere's some other great examples of this done before: http://wolframhempel.github.io/photobooth-js/ http://wolframhempel.github.io/photobooth-js/
- davidwparker 13y agoI recently built a HTML5 Photobooth using WebGL. It was a lot of fun. Warning: uses webcam and destroys graphics cards (I'm not doing much memory management and creating shaders on the fly)... http://davidwparker.com/graphics/miniphotobooth/ http://davidwparker.com/graphics/miniphotobooth/
- dpcx 13y agoThat's pretty cool.
- rzendacott 13y agoIf you want to experiment with some filters like this in real time with your webcam, I made a simple page to do this: http://mizzouacm.github.io/javascript-workshop/ http://mizzouacm.github.io/javascript-workshop/ You can fill in the filter function to see the effects in real time. You can also get screenshots by clicking the filtered video. It's pretty fun to see what interesting filters you can come up with. I can't take credit for the idea; I got it from the wonderful Hackers At Berkeley workshop[1]. I am starting a similar club at my university and wanted to do the same kind of workshop. I rewrote the demo because I wanted it to be real time, and I also just wanted the fun of implementing it myself :) [1] Blog about workshop: http://blog.hackersatberkeley.com/?p=97 http://blog.hackersatberkeley.com/?p=97 Demo: http://introjs.hackersatberkeley.com/ http://introjs.hackersatberkeley.com/