how to access webcam in html5 using javascript

Accessing Webcam in HTML5 is now possible using JavaScript. It prompts the user in the browser to allow access. If the use give permission to the script then your app can access the webcam of the user computer and you can take picture, record video, and even can stream the audio/video on line. Subscribe us […]

Live Stream #30: Creating Real-Time Shared Canvas with WebSockets

Live from sfpc.io! In this video, using p5.js and WebSockets, I look at how to create a real-time collaborative drawing canvas between multiple users through client-server programming. Topics covered: Node.js, Express.js, Socket.io, p5.js. Plus the beginning of a new segment: The 10 Minute Coding Challenge! 12:40 – Starfield Coding Challenge in Processing 46:57 – Presentation […]