0
Folks does anyone know how I do to capture photos from web cam by a web application through some java script plugin and pass it to the server via POST? A e de preferencia que a foto fique em um tamanho e qualidade boa(hd ou full hd).
0
Folks does anyone know how I do to capture photos from web cam by a web application through some java script plugin and pass it to the server via POST? A e de preferencia que a foto fique em um tamanho e qualidade boa(hd ou full hd).
Browser other questions tagged javascript jquery html web-application webcam
You are not signed in. Login or sign up in order to post.
Check this link: https://stackoverflow.com/questions/15417036/how-to-access-the-webcam-by-javascript
– Wictor Chaves
This is the one you are looking for, taking a photo via webcam: https://webrtc.github.io/samples/src/content/getusermedia/canvas/
– Wictor Chaves