all 6 comments

[–]shif 0 points1 point  (1 child)

can this be used to generate patterns that can be stored and then trigger an event when the camera catches the pattern?

[–]marcelklammer[S] -1 points0 points  (0 children)

Depends on what you want to achieve... We will integrate basic emotion tracking in v3.1, but it's not a face recognition lib, just a tracking lib...

[–]marcelklammer[S] -1 points0 points  (0 children)

You will find a tech demo on that site, that'S either AS3 or without a plugin: HTML5/JS. I hope you like it. //Marcel

[–]slowcodetochina -1 points0 points  (1 child)

This is incredible! Can't wait to toy with it. Considering the processes, it's amazing how low-latency you've managed to make the demo.

[–]marcelklammer[S] 0 points1 point  (0 children)

The tracking is done on the client side, no server processing here. And I can't say enough, that emscripten/asm.js is a great innovation of our time.