https://github.com/robcranfill/webcamgadget
A Windows (Vista or 7) "Gadget" that displays a selected webcam. Obsolete, since Windows 10 doesn't support such widgets.
https://github.com/robcranfill/webcamgadget
Last synced: about 1 year ago
JSON representation
A Windows (Vista or 7) "Gadget" that displays a selected webcam. Obsolete, since Windows 10 doesn't support such widgets.
- Host: GitHub
- URL: https://github.com/robcranfill/webcamgadget
- Owner: RobCranfill
- License: gpl-3.0
- Created: 2013-10-24T19:55:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T15:27:08.000Z (over 12 years ago)
- Last Synced: 2025-01-15T06:51:05.643Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebCamGadget
============
A Windows (Vista or 7) "Gadget" that displays a selected webcam.
**This project is still in development** (although what's posted so far is quite usable)
If you want to change the webcam that's being displayed, you have to hack the code
(which is not particularly difficult). Currently that's hardcoded to point to a
webcam at Boeing Field, in Seattle. You only have to change a URL, and probably
also the bounds of the HTML page, and you're good to go.
Things to Do
------------
1. Make the URL editable (and persistant).
1. Implement a scheme for selecting the 'zoomed' and 'un-zoomed' sizes. (I already have some preliminary code for this.)