IBM / taxinomitis

Source code for Machine Learning for Kids site
https://machinelearningforkids.co.uk
Apache License 2.0
138 stars 133 forks source link

Allow camera to be chosen when using web browsers with more than one camera #475

Open dalelane opened 1 year ago

dalelane commented 1 year ago

The site currently uses the browser's default camera.

This won't be trivial to add, as this is inherited from the webcam directive dependency at https://github.com/jonashartmann/webcam-directive/blob/master/app/scripts/webcam.js#L149