>From the video I see that the guy uses TCP/UDP bridge .That means that he just sends the data ( I assume matrix of the face) from the app into Flash .Then Away takes that Matrix and applies to the firing box.So if you can get such a bridge or write your own(actually there are multiple examples in the web how to write simple C++ socket servers,try WinSock2) .Then connect to the server from Flash using binary socket .The rest is to listen to the incoming stream from the FaceAPI side and handle the data.
>From here try it on your own.I suppose you aren't expecting me to write the app for you ;) ' On Wed, Jun 1, 2011 at 8:34 AM, Harshit Lalpura <[email protected]>wrote: > FaceAPI is a 3D Head Tracking API which tracks the Head Movement in 6 > Degree of Motion by Webcam. this is the video that integrated with > faceAPI with Away3D but cant find some example source code > http://www.youtube.com/watch?v=ZcEIHjV8xs4 > > On Jun 1, 9:37 am, Michael Iv <[email protected]> wrote: > > |*Can anyone please help me to integrate FaceAPI and > > Away3D.* > > I am not familiar with FaceAPI but it is very similar to the stuff of > > Zatepyakin Eugene engine: > > > > http://blog.inspirit.ru/ > > > > And I guess you will need to plug it into Away by your own.This is an > open > > source project. > > > > On Wed, Jun 1, 2011 at 7:27 AM, Harshit Lalpura <[email protected] > >wrote: > > > > > Hello. > > > > > I want to integrate FaceAPI with Away3D. I searched many sites but got > > > only video that demonstrate application which was built by Integrating > > > FaceAPI and Away3D. Can anyone please help me to integrate FaceAPI and > > > Away3D. > > > > > Thank You very Much in Advance > > > > > -Harshit > > > > -- > > Michael Ivanov ,Programmer > > Neurotech Solutions Ltd. > > Flex|Air |3D|Unity|www.neurotechresearch.comhttp://blog.alladvanced.net > > Tel:054-4962254 > > [email protected] > > [email protected] -- Michael Ivanov ,Programmer Neurotech Solutions Ltd. Flex|Air |3D|Unity| www.neurotechresearch.com http://blog.alladvanced.net Tel:054-4962254 [email protected] [email protected]
