-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Implement capture attribute for input elements #9
Comments
We've created a new plugin at: https://github.com/phonegap/phonegap-plugin-media-stream That enables users to use getUserMedia on Android. For iOS it is more difficult but we've implemented the JS side of things so users can request a media stream and pass it to the Image Capture API. |
This would be really awesome. If you can get capture working on android(using capture to open camera) |
yup, but nothing beats |
@awebdeveloper Did you find something that can handle |
apparently android doesn't support it. search on Cordova's jira you will find someone who has a fork that supports it |
Make sure we can use the capture attribute to get audio, image or video data.
This could replace:
Also, want to see how getUserMedia/Stream influences this.
The text was updated successfully, but these errors were encountered: