The WebCameraControl is a web camera control, a simple and easy to use one, no additional dependencies and a minimalistic interface.
The repository has the following structure.
-
DirectShowFacade is a set of utilities to work with a DirectShow capture graph.
-
WPF
-
WebCameraControl is a WPF version of the control.
-
WebCameraDemo is a very basic WPF application that shows how to use the control.
-
WinForms
-
WebCameraControl is a WinForms version of the control.
-
WebCameraDemo is a very basic WinForms application that shows how to use the control.
More details about the control and its implementation can be found on the following page: www.codeproject.com/Articles/330177/Yet-another-Web-Camera-control
This project is licensed under [The Code Project Open License] (http://www.codeproject.com/info/cpol10.aspx) (CPOL). The main points subject to the terms of the CPOL are:
- Source Code and Executable Files can be used in commercial applications;
- Source Code and Executable Files can be redistributed; and
- Source Code can be modified to create derivative works.
- No claim of suitability, guarantee, or any warranty whatsoever is provided. The software is provided "as-is".