TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How You Can Build an HTML5 Photobooth App

46 点作者 johnrobinsn大约 12 年前

4 条评论

rzendacott大约 12 年前
If you want to experiment with some filters like this in real time with your webcam, I made a simple page to do this: <a href="http://mizzouacm.github.io/javascript-workshop/" rel="nofollow">http://mizzouacm.github.io/javascript-workshop/</a><p>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.<p>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 :)<p>[1] Blog about workshop: <a href="http://blog.hackersatberkeley.com/?p=97" rel="nofollow">http://blog.hackersatberkeley.com/?p=97</a> Demo: <a href="http://introjs.hackersatberkeley.com/" rel="nofollow">http://introjs.hackersatberkeley.com/</a>
davidwparker大约 12 年前
I recently built a HTML5 Photobooth using WebGL. It was a lot of fun.<p>Warning: uses webcam and destroys graphics cards (I'm not doing much memory management and creating shaders on the fly)... <a href="http://davidwparker.com/graphics/miniphotobooth/" rel="nofollow">http://davidwparker.com/graphics/miniphotobooth/</a>
评论 #5668277 未加载
securingsincity大约 12 年前
I'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.
评论 #5667887 未加载
评论 #5668664 未加载
deanclatworthy大约 12 年前
There's some other great examples of this done before: <a href="http://wolframhempel.github.io/photobooth-js/" rel="nofollow">http://wolframhempel.github.io/photobooth-js/</a>