Do you know applications that use getUserMedia (webcam, mic)? If so, please share!
Are you concerned about privacy? Implementations are secure so far, but are you scared that there could be some security holes?
Do you plan to use getUserMedia for your Web sites and/or Web applications? Getting a screenshot directly in a form by activating the webcam is cool, but do you plan to use it (support is very good in all modern browsers, mobile or desktop)?
Write a small PhotoBooth app for taking selfies, and optionally save them using the download attribute or some tricks for saving them to disk automatically.
Below is a snapshot of an example using the HTML5 <canvas> element fto display the small thumbnails below the webcam video. We'll study this element later in the course.
Click on "CodePen" at the top right to test it (it is not possible to run the WebCam when it is in an iframe and therefore in the CodePen examples embedded in the course's pages) :