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
So far the only way to get the screenshot is using this.webcam.getScreenshot() which return base64 image.
But it IS also important to get the result as blob.
I would like to add also blob support
The text was updated successfully, but these errors were encountered:
Features:
So far the only way to get the screenshot is using
this.webcam.getScreenshot()
which return base64 image.But it IS also important to get the result as blob.
I would like to add also blob support
The text was updated successfully, but these errors were encountered: