Skip to content

ronaksbhavsar/CamTimer

 
 

Repository files navigation

Welcome to 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.

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 from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

Microsoft DirectX 9.0c can be downloaded from:
http://www.microsoft.com/downloads/details.aspx?familyid=2da43d38-db71-4c1b-bc6a-9b6652cd92a3&displaylang=en

License
---------------------------
I've released all my code under MIT-license (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 our website for updates, questions, suggestions, bug reporting & more:
http://www.johanssonrobotics.com

Release Notes 2012-07-23
---------------------------
- Upgrade to Visual Studio 2010, Cleanup, & complete source release via GitHub.

Release Notes 2008-11-01
---------------------------
- Initial CamTimer release (Never happened).

About

Complete example of how to use your webcam in .NET/C# through Directshow, WIA and AviCap32 interfaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published