You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the 2-step upload (freeze and upload in separate steps) together with different preview and upload sizes the image gets enlarged after webcam.freeze(). This way after freezing you only see the part of the enlarged image that fits into the preview container.
The size should be adjusted on webcam.upload() not on webcam.freeze().
The text was updated successfully, but these errors were encountered:
When using the 2-step upload (freeze and upload in separate steps) together with different preview and upload sizes the image gets enlarged after webcam.freeze(). This way after freezing you only see the part of the enlarged image that fits into the preview container.
The size should be adjusted on webcam.upload() not on webcam.freeze().
The text was updated successfully, but these errors were encountered: