Make music with your facial expressions! Uses the clmtrackr library to get coordinates of your face and maps them to a chord. Also made a starter project using the clmtrackr library: https://clmtrackr-demo.glitch.me/
I was playing with this last week, it’s great! I’m getting a couple of errors today though:
Uncaught TypeError: Cannot read property 'width' of undefined
at jsfeat_face.init (clmtrackr.js:11537)
at faceDetection.init (clmtrackr.js:11349)
at tracker.start (clmtrackr.js:14581)
at p5.p.windowResized (visualizer.js:79)
at p5._onresize (p5.js:47856)
and if I click on ‘Lead Mode’
Exception while creating MediaRecorder: TypeError: Cannot read property 'elt' of undefined. mimeType: video/webm;codecs=vp9
Chrome on Mac OS.
Once fixed up though, we’ll be sure to feature it.