How You Can Build an HTML5 Photobooth App
storminthecastle.com
How You Can Build an HTML5 Photobooth App
1–8 of 8 posts
Re: How You Can Build an HTML5 Photobooth App
#2Re: How You Can Build an HTML5 Photobooth App
#3I'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.
Re: How You Can Build an HTML5 Photobooth App
#4Re: How You Can Build an HTML5 Photobooth App
#5Warning: uses webcam and destroys graphics cards (I'm not doing much memory management and creating shaders on the fly)... http://davidwparker.com/graphics/miniphotobooth/
Re: How You Can Build an HTML5 Photobooth App
#6I 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/
Re: How You Can Build an HTML5 Photobooth App
#7You 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 Demo: http://introjs.hackersatberkeley.com/
Re: How You Can Build an HTML5 Photobooth App
#8I'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.