Day 6

aronson(25)
Published in
#code
Words
136
Reading
1 min
Listen
Play
9y

January 20th 2018

Wow, this was really fun  In the JavaScript30 days we did a great project where we used the webcam to get video from the webcam and then return it as well as manipulate it. For example change the color to red, add some cool effects, filters, and take a photo. An important part is to understand the relationship between colors and math. How changing numbers can alter the level of certain colors. The way you get the video from the webcam is like this:

navigator.mediaDevices.getUserMedia({ video: true, audio: false })

In the Web bootcamp I learned some more about for loops and functions, very important parts of JavaScript. I want to know even more about these parts because they are core to much of the things we do in JavaScript.

Take care!

Day 6 | Ecency