First iteration of a very simple implementation of a browser-based photobooth, done over the course of a couple hours on the weekend.
Since this application uses getUserMedia, supported browsers are:
- Chrome 21+
- Firefox 17+
- Opera 12+
getuserMedia is available in Firefox Nightly (although for Firefox you'll need to type about:config in the url bar and set media.navigator.enabled to true).
Note**: I have only really tested on Chrome, so there are no assurances of this working, let alone looking decent, on the other "supported" browsers.
- refactor javascript code
- clean up css
- add support to share pictures through email, posting to social sites, etc…
- ability to edit pictures
- add animation sugar to filmstrip reel
- add full support to all above browers
- effects seem buggy on Chrome (more than likely my code)
- effects do not work at all on Firefox
0.0.1
photobooth is licensed under the MIT License.