diff options
| author | timb <timb@mb.home> | 2010-02-15 03:35:27 -0800 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-02-15 03:35:27 -0800 |
| commit | beb2a433bf18fd1d474314329bd6ee8f40f5bf10 (patch) | |
| tree | a5616881134ba261b74be123db08316ca9610e9c /static/webcam | |
| parent | b506502b1327b6b37e2aabdee7417d51a7e72b95 (diff) | |
attempt to fix scrolling
Diffstat (limited to 'static/webcam')
| -rw-r--r-- | static/webcam/webcam.js | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js index 9829fd7..f5a5536 100644 --- a/static/webcam/webcam.js +++ b/static/webcam/webcam.js @@ -1,21 +1,11 @@ /* JPEGCam v1.0.8 */ /* Webcam library for capturing JPEG images and submitting to a server */ -/* Copyright (c) 2008 - 2009 Joseph Huckaby <jhuckaby@goldcartridge.com> */ +/* Copyright (c) 2008 - 2009 + Joseph Huckaby <jhuckaby@goldcartridge.com> + AND TIMB, ESQ. <http://bon.gs> */ /* Licensed under the GNU Lesser Public License */ /* http://www.gnu.org/licenses/lgpl.html */ -/* Usage: - <script language="JavaScript"> - document.write( webcam.get_html(320, 240) ); - webcam.set_api_url( 'test.php' ); - webcam.set_hook( 'onComplete', 'my_callback_function' ); - function my_callback_function(response) { - alert("Success! PHP returned: " + response); - } - </script> - <a href="javascript:void(webcam.snap())">Take Snapshot</a> -*/ - // Everything is under a 'webcam' Namespace window.webcam = { version: '1.0.8', |
