Tagged Questions
3
votes
3answers
1k views
Silverlight 4 Motion and Color Tracking using Webcam
Software Design Question:
Since silverlight 4 is out, and it has webcam support, does anyone know the code to track the motion and color ? Is SL4 writable bitmap is the first step to start wrting the ...
2
votes
1answer
217 views
using a double threshold
im using the Threshold method of the Bitmapdata object to make some motion buttons from a camera video source.
It's working with 1 button (1 threshold on 1 rectangle, that is my button onscreen), ...