In my previous post, we saw how to implement a simple stream from a web cam as a background in an XNA application. Now I will go a little further and implement a simple face tracking algorithm. For th...Read More
Recently I worked on a XNA project that needed to show the stream from a web cam as the background of the game. After some searches I found nothing that worked with XNA 4.0. So I ended up putting toge...Read More