Skip to content

Instantly share code, notes, and snippets.

@donatj
Created November 16, 2010 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donatj/701428 to your computer and use it in GitHub Desktop.
Save donatj/701428 to your computer and use it in GitHub Desktop.
PHP Mac Camera Grab
<?php
header("Content-Type: image/jpg");
passthru('/usr/local/bin/imagesnap -');
@donatj
Copy link
Author

donatj commented Nov 16, 2010

Requires a Mac and ImageSnap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment