auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

Could this be used for a people counter? #30

Closed davidosullivan closed 9 years ago

davidosullivan commented 10 years ago

Apologies if this is not a very 'githuby' question but I dont know where else to ask...

I am just wondering if this could be used to count the number of people walking past the webcam?

Any tips or ideas would be super appreciated

auduno commented 10 years ago

That depends a bit on exactly the setup you have in mind, but I think it generally would be very hard to use headtrackr for counting people without modifying the code significantly. I can't think of any library made for that specific problem, so you might have to make something from scratch.