mozmorris / react-webcam

Webcam component
https://codepen.io/mozmorris/pen/JLZdoP
MIT License
1.63k stars 281 forks source link

Capturing screenshots in multiple dimensions work, but getting the same image everytime #376

Open Psychiquest opened 1 year ago

Psychiquest commented 1 year ago

When I capture an image of 192 x 108 dimension, and then capture another one with 1920 x 1080, the dimensions are perfectly captured. However, when the next time I capture the image, I get the same image as previous one (in correct dimensions, though).

I am using node:11.12.0-alpine. Could it be some issue with node version?

@mozmorris