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
Chrome 55 introduces the takePhoto() and grabFrame() methods for image capture. See implementation status here: https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md
takePhoto()
grabFrame()
Chrome blog post: https://developers.google.com/web/updates/2016/12/imagecapture
Firefox has support behind a flag (ticket).
The text was updated successfully, but these errors were encountered:
add support for MediaStreamTrack.takePhoto (#96)
b6c8220
Fixed in upcoming release. Exposing a takePhoto method is a different ticket.
takePhoto
Sorry, something went wrong.
No branches or pull requests
Chrome 55 introduces the
takePhoto()
andgrabFrame()
methods for image capture. See implementation status here: https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.mdChrome blog post: https://developers.google.com/web/updates/2016/12/imagecapture
Firefox has support behind a flag (ticket).
The text was updated successfully, but these errors were encountered: