Silverlight 4 Motion and color tracking using a webcam

Question about software development:

Since silverlight 4 is missing and it has webcam support, does anyone know the code to track movement and color? Is SL4 writable bitmap the first step to running code?

I want to convert a specific color movement to action in Silverlight. For example, if you move the red knob in front of the camera from left to right, it should scroll the image from left to right.

Any help will be indicated

+3
source share
3 answers

* *. , , . , , ( ). :

+1

I started to learn this type of application and I found AForge.Net. I would suggest that you can port it to Silverlight (although it will probably take some time). Another option is to wrap AForge in COM and use the Silverlight function to run COM in trusted OOB applications. The problem is that you will need to figure out how to use COM to install COM components.

http://code.google.com/p/aforge/

0
source

Source: https://habr.com/ru/post/1725190/


All Articles