It's not loading video, it capturing it from camera in real time. You can read more in this article www.codeproject.com/Articles/6712/Simultaneous-Previewing-Video-Capture-using-Direct
I have some problems with codeplex so you can download it from google docs project call Keyki.XNA.ObjectLibrary.Parallax docs.google.com/leaf?id=0B6T-tWXi_2kKYWI4ZWI3OTctZGFkNC00YmJiLWJlZDQtNTY2YzMzNDcyYmQz&hl=en&authkey=CMjg5PMK
I try my old project with FaceAPI and get same error like you say FileNotFoundException, than I go FaceAPI site and found that it use IPP 5.3.4, and it start to work. I will upload source to codeplex and give you link.
thank u so much!
Hi .. Could you tell me how did you load video using directShow?
It's not loading video, it capturing it from camera in real time. You can read more in this article www.codeproject.com/Articles/6712/Simultaneous-Previewing-Video-Capture-using-Direct
very cool... i work on a faceapi wrapper but i can write c++ xD
I have some problems with codeplex so you can download it from google docs project call Keyki.XNA.ObjectLibrary.Parallax docs.google.com/leaf?id=0B6T-tWXi_2kKYWI4ZWI3OTctZGFkNC00YmJiLWJlZDQtNTY2YzMzNDcyYmQz&hl=en&authkey=CMjg5PMK
I try my old project with FaceAPI and get same error like you say FileNotFoundException, than I go FaceAPI site and found that it use IPP 5.3.4, and it start to work. I will upload source to codeplex and give you link.
I have all like this docs.google.com/leaf?id=0B6T-tWXi_2kKYTVlZDJlYjMtNjUzMi00MTNhLTgzMTItZWNlNDY5ZGMyODc0&hl=en
Did you add FaceAPI native dll to your project?
First I wrote wrapper on C# (P/Invoke), but than I make other one on Managed C++, and it work's better =)
I wrote my wrapper upon FaceAPI to use it in C#