forked from jacobbo/WebEye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
18 lines (12 loc) · 799 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
WebEye 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.
1. DSUtils is a set of utilites to work with a DirectShow capture graph.
2. WPF
2.1. WebCameraControl is WPF version of the control.
2.2. WebCameraDemo is a very basic WPF application that shows how to use the control.
3. WinForms
3.1. WebCameraControl is WinForms version of the control.
3.2. 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 (CPOL).