actionscript 3 - How to detect a unique person in front of media station -


i need create application capable of detecting person entering , leaving area in front of big screen. since sensors infrared , ultrasound can fooled multiple persons thinking of using face / person recognition. 1 option use kinekt sensor. questions: system reliable? there option?

thanks bundle!

i've used kinect kind of projects in actionscript , unity c# , can that's best , solution detect person , mantain low cost. have 2 possibilities use kinect as3:

  • first use air ane (adobe native extension) , interface c++/c# dll application.

  • second 1 use old trick of socket communication. have 2 application as3 , c#/c++ , put them in communication tcp/udp connection on loopback interface.

imho best solution first one, don't have write protocol communicate call methods , receive events normal api.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -