We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
thank you - good work! i like it very much! is it possible to get the picture as a base64 encoded variable, f.e. saving the picture to a database.
Best Regard, Martin
The text was updated successfully, but these errors were encountered:
@Dokhra - you can already do this.
let picture = this.webcam.snap(); console.log(picture) => data:image/png;base64,iVBORw0KGgoAAAANSUh...
Sorry, something went wrong.
No branches or pull requests
Hello,
thank you - good work! i like it very much!
is it possible to get the picture as a base64 encoded variable, f.e. saving the picture to a database.
Best Regard,
Martin
The text was updated successfully, but these errors were encountered: