mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
32 lines
882 B
Markdown
32 lines
882 B
Markdown
---
|
|
description: >-
|
|
Media Capture plugin for Cordova and Ionic. This plugin provides access to the device's audio, image, and video capture capabilities. Requires Cordova…
|
|
---
|
|
|
|
# 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).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-plugin-media-capture
|
|
npm install @awesome-cordova-plugins/media-capture
|
|
```
|
|
|
|
**Plugin Repo:** [https://github.com/apache/cordova-plugin-media-capture](https://github.com/apache/cordova-plugin-media-capture)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- Browser
|
|
- iOS
|
|
- Windows
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|