Face tracker and face substitution

Is it possible to do something like this with FaceTracker node ?

http://www.youtube.com/watch?v=Gny7sKJpPh0

To have two live feeds, one from your webcam and one from elsewhere (internet cam).

Then you have faces detected on one cam and projected to the other.

many thanks !

yes. the FaceTracker (DShow9) is using the same code as the one in the youtube demo.

note the files
addonpack\lib\nodes\freeframes\mesh.idx
addonpack\lib\nodes\freeframes\mesh.tcx
which are mesh indices and texture coordinates respectively. using those you can apply a textured mesh onto the tracked points.

note that the demo has one live-feed and one static image. not two live-feeds which whill make it more tricky, but could still be possible.

post-mortem-mirror-face-tracking-mapping

This one is also something to look at :)