MyCamera
Shows your device video and record it!
My Camera
Simple component based on JS custom elements, which allow you to get access to your current device camera.
There's also ability to record stream and download.
Not compatilbe with some browsers, do not use it in production
Installation
npm install my-camera
And include somewhere in your app:
@import 'my-camera'
Or include stright in your index.html
<script rel="import" src="node_modules/dist/my-camera.js"></script>
Usage
<my-camera controls autoplay audio record></my-camera>
The controls and autoplay works like in video HTMLElement. Include audio attribute if you want to record audio as well.
And finally, record attribute will inlcude a simple button on top of Video, on click it starts recording, on stop recorded video will be downloaded!
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
First release
License
Shared on MIT license, check LICENSE.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- msr#^1.3.4
- Released
- 2018-10-04
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Browser
- Browser Independent