DEV Community

Cover image for Learn how to access webcam and take photo with JavaScript
Benson Ruan
Benson Ruan

Posted on

Learn how to access webcam and take photo with JavaScript

To contribute to the JavaScript open source community, I had built a npm module called ‘webcam-easy‘, which provides an easy to use JavaScript module that can access webcam and take photo.
Github : https://github.com/bensonruan/webcam-easy
npm : https://www.npmjs.com/package/webcam-easy
Blog : https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript/

Top comments (2)

Collapse
 
colinkiama profile image
Colin Kiama

Your webcam library is awesome! The API is pretty streamlined compared compared to the default way of accessing the webcam.

Collapse
 
bensonruan profile image
Benson Ruan

Thank you for checking out my post, I am glad that you find it helpful