|
by John Papa via JohnPapa.net on 1/1/2010 12:23:00 AM
This week I decided to experiment with a few webcam features and put together an application that activates a webcam, allows the user to take snapshots, and save the snapshots to PNG files. I like when demos use MVVM out of the box instead of just throwing all of the code in a single code behind, so one of my goals was to make a passing effort to break the code out and use MVVM practices. The first thing I did was grab Tim Heuer’s webcam sample which already handles activating the webcam. Tim d
... [ read more ]
|