auduno / headtrackr

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

Inconsistent event names in reference #10

Closed snorpey closed 11 years ago

snorpey commented 11 years ago

Hey @auduno

thank you for this great library. I'm using it on one of my projects.

I noticed some inconsistencies in the reference: in the second paragraph, it says facetrackerEvent and headtrackerEvent are triggered, when they're actually called facetrackingEvent and headtrackingEvent. It took me a while to figure out that my script was listening to the wrong events.

Would you mind updating the event names reference?

(I'd send a pull request, but for some reason github won't let me...)

Thank You!

auduno commented 11 years ago

Ouch, that's a nasty mistake. Hope I didn't cause too much frustration. I've updated it now. Thanks for noticing!