Paper head doesn't actually work
Can someone confirm if the paper head Custom tracking points actually work?
Specifically that you can uniquely track the left and rights sides differently
Because as far as i can tell, the tracking points at not unique. The left and right sides are not actually different.
So i can't detect a left blink or a right blink, they actually both trigger regardless.
And no, the Paper head template doesn't do this.
Hey Emile,
Paper head template is not actually an eye tracker.
and when you blink or wink with one eye your other eye will move tiny bit and that makes the problem.
What you can do is first open the PaperHeadController.js file and then customize the values for eyeOpenValue and eyeCloseValue for each eye and then find the right number that works the best on your face.
For example in here we have:
Thats what i thought, and did. I couldn't get it to work reliably at all, which made me think that the custom eye markers weren't actually working as one would expect. Its like what ever value i did, both the left and right trackers were always the same values.
In the end i used the custom eyebrow trackers, which have a much more discernible difference in position, to work out roughly which eye was being winked. Not 100% accurate as tilting the head skews the test but good enough.
It would also be good if there was a frown/sadFace event as well as the smileStarted/ended events.