Created
February 21, 2014 15:53
-
-
Save cprerovsky/9136761 to your computer and use it in GitHub Desktop.
Foscam PHP snapshot script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| header('Content-Type: image/jpeg'); | |
| echo file_get_contents('http://[FOSCAM_IP]:[PORT]/snapshot.cgi?user=[USERNAME]&pwd=[PASSWORD]'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment