How to access the webcam through PHP or JAVASCRIPT? [duplicate]

-1

I am building a system for registration, and there is a need to take a photograph of the user, and the question is how to access WEB CAM through a PHP or JAVASCRIPT script, or even HTML to capture the image and then upload it! Anyone have an idea please?

    
asked by anonymous 19.04.2017 / 08:05

1 answer

0

You can try using this framework in javascript.

link

There is also a very detailed tutorial on the MDN website with some examples to start doing your tests.

link

    
19.04.2017 / 12:30