Augmented reality is becoming more popular for both its artistic and business applications. This talk will explore the frameworks and tools which make AR more developer friendly, including adding live masks to a webcam image in 47 lines of JavaScript!

During this talk we'll:
* discuss the evolving focus on AR and how developers can use it on the web;
* examine different augmented reality web frameworks;
* discuss the technologies behind facial recognition and other augmented reality tools; and
* look at an implementation of a facial recognition application in JavaScript.

## Links
Article: https://dev.to/aspittel/facial-recognition-in-javascript-using-trackingjs-3l7
App: https://www.alispit.tel/tracking/

Comments

Comments are closed.

I thought it was a good intro to using JS for adding AR experience to the web. Might be cool to see other applications of this tech as well.