# CamTimer **Repository Path**: qq1515801777/CamTimer ## Basic Information - **Project Name**: CamTimer - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-05 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CamTimer CamTimer is a Windows application that allows timing your webcam - so that it automatically takes a picture e.g. every hour. It was released with its complete source code in 2012. If you're in need for examples of how to use your webcam from C# please check out **Classes\WebCamClasses.cs** which contains one approach for *DirectShow*, another for *WIA*, and a third one using *Avicap32*. ![](Images/CamTimer1.png) ## Requirements & Installation This version of CamTimer was tested on Windows XP, Windows Vista (32/64 bit) & Windows 7. Hovever, you should be able to run it on most versions of Windows. For advanced Webcam support, Microsoft DirectX 9.0c or later is required. After installing CamTimer, the application will start up automatically. Microsoft .NET Framework 2.0 can be downloaded [here](http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en). Microsoft DirectX 9.0c can be downloaded [here](http://www.microsoft.com/downloads/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&displaylang=en). ## License I've decided to release this code under [MIT-license](https://opensource.org/licenses/MIT) (see MIT.txt). Copyright © 2012 by Fredrik Johansson Robotics AB. Some parts are not by me, and separate licenses apply: This application uses (links) to DirectShowLib, which is licensed under LGPL (Lesser General Public License). Copyright © http://directshownet.sourceforge.net. Please refer to LGPL.txt. The icons was created by IconShock.com and are royalty free. Copyright © by IconShock.com. A couple of years ago I purchased a copy of their entire collection, and have had great use of it. Highly recommended! ## Contact Please visit my website for updates, questions, suggestions, bug reporting & more: [https://www.johanssonrobotics.com](https://www.johanssonrobotics.com) ## Release Notes 2012-07-23 - Upgraded the project to Visual Studio 2010, Did some cleanup, & released complete source at GitHub. ## Release Notes 2008-11-01 - This date was the planned shareware release date for CamTimer. This never happened, instead the source code was released at in 2012.