Project Description
Source: http://mikedodaro.net/2011/10/15/gadgeteer-web-service-surveillance-camera/ (reprinted with author permission)
Author: Michael Dodaro
Here’s an example that uses the GHI Electronics Ethernet_J11D module to implement a surveillance camera that sends pictures to a Web browser. Web Server functionality is inherited from the Gadgeteer.Modules.Module.NetworkModule class.
The example uses the GHIElectronics modules shown in the following screen shot of the Visual Studio .NET Gadgeeteer Designer, including a Camera, a MulticolorLED, the Ethernet_J11D module ,and a Button. The designer illustration also shows the Fez Spider Mainboard. The USB Client DP Module, DualPower, module (UsbClientDP) is not shown in designer diagrams.
Surveillance Camera Web Service Modules
The camera takes pictures and captures them in the basic .NET event model.
See the source and implementation walkthrough at http://mikedodaro.net/2011/10/15/gadgeteer-web-service-surveillance-camera/