Hilarious. This should be built-in to all of those error-reporting systems that software developers use so they can really feel their users' pain when something in their software breaks :)
OS X users can use this instead if you install "isightcapture" (available through MacPorts: "sudo port install isightcapture")<p><pre><code> def grab_image(fname):
os.system("isightcapture "+fname)
</code></pre>
Anyone know how to do the same for git? AFAIK the merge hook isn't run if the merge fails.
This guys projects are worth checking out too.[1]<p>If it does everything claimed (not tried it out yet) Crunchy Frog [2] looks prettyy useful.<p>1. <a href="http://andialbrecht.wordpress.com/projects/" rel="nofollow">http://andialbrecht.wordpress.com/projects/</a><p>2. <a href="http://code.google.com/p/crunchyfrog/" rel="nofollow">http://code.google.com/p/crunchyfrog/</a>
At first I started thinking "well this sounds kind of silly" ... and then I scrolled down far enough to see his results and saw the perfect expression of what it feels like when this happens!
Hilarious! I laughed out loud more at this than anything else online I've seen in the last year. Imagine hooking it up to a mic to also snap a pic when a certain volume threshold is exceeded; i.e. when you curse at your computer.
I cant find any documentation on installing CVTypes, could someone who knows some python help me out? I would love to play around with this and share it on github.