bensonruan / webcam-easy

javascript access webcam stream and take photo
https://bensonruan.com/how-to-access-webcam-and-take-photo-with-javascript
MIT License
240 stars 110 forks source link

Allow to get high quality pictures. #29

Open firvida opened 3 years ago

firvida commented 3 years ago

Prior to this commit the quality of the picture was taken from the video html component, which in general will lead to pretty low resolution.

Instead of that, we add a video constraint, so if possible the video will project a stream with height of at least 1080p. We store global height and width from the selected stream and set the canvas to those when snap is taken.