Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 370 Bytes

File metadata and controls

7 lines (5 loc) · 370 Bytes

Face Detection Using Javascript

Clone the project and run in your local, Allow your browser to access the camera

If you face any error in console, please do following

navigator.getUserMedia is now deprecated and is replaced by navigator.mediaDevices.getUserMedia

So change navigator.getUserMedia with navigator.mediaDevices.getUserMedia in script.js file