mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
26 lines
872 B
Markdown
26 lines
872 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/media-capture/index.ts#L113">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Media Capture
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-media-capture
|
||
|
$ npm install @ionic-native/plugins/media-capture
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/media-capture/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture)
|
||
|
|
||
|
This plugin provides access to the device's audio, image, and video capture capabilities.
|
||
|
|
||
|
Requires Cordova plugin: `cordova-plugin-media-capture`. For more info, please see the [Media Capture plugin docs](https://github.com/apache/cordova-plugin-media-capture).
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- Browser
|
||
|
- iOS
|
||
|
- Windows
|