Lab 32 Reflection
Jhoan Alexander
WCP Reflection
This lab was made with a Javascript 30 tutorial. JavaScript 30 is an online resource website which supplies alumni with Javascript tutorials. In this lab it required HTML, CSS and Javascript In this lab we had to create a photo booth using javascript. We also had to add effects to the camera, and be able to take a picture and display it at the bottom. We did this by adding out video tag into a constant using querySelector. We then used navigator.mediaDevices.getUserMedia in order to obtain the user's webcam access. Then we made another function that would that would paint certain colors onto the area where the webcam feed was displayed. In order to take a photo, we made a new function using the snap element, and also added where the image would be placed. Overall a simple lab with the help of Javascript 30 by providing an in-depth tutorial.
WCP Reflection
This lab was made with a Javascript 30 tutorial. JavaScript 30 is an online resource website which supplies alumni with Javascript tutorials. In this lab it required HTML, CSS and Javascript In this lab we had to create a photo booth using javascript. We also had to add effects to the camera, and be able to take a picture and display it at the bottom. We did this by adding out video tag into a constant using querySelector. We then used navigator.mediaDevices.getUserMedia in order to obtain the user's webcam access. Then we made another function that would that would paint certain colors onto the area where the webcam feed was displayed. In order to take a photo, we made a new function using the snap element, and also added where the image would be placed. Overall a simple lab with the help of Javascript 30 by providing an in-depth tutorial.
Comments
Post a Comment