https://github.com/snood1205/camera-angulara
https://github.com/snood1205/camera-angulara
angular angular-camera angular2 angular4 camera
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snood1205/camera-angulara
- Owner: snood1205
- License: mit
- Created: 2017-07-31T18:10:26.000Z (almost 9 years ago)
- Default Branch: staging
- Last Pushed: 2024-03-26T05:35:30.000Z (over 2 years ago)
- Last Synced: 2025-10-26T20:32:17.513Z (8 months ago)
- Topics: angular, angular-camera, angular2, angular4, camera
- Language: TypeScript
- Size: 994 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Camera Angulara
[](https://badge.fury.io/js/camera-angulara)
Camera Angulara (inspired by the term _camera obscura_) is an Angular 4+ camera module that allows for pictures
to be taken, uploaded with a lot of customizable settings. It uses different browser's native `getUserMedia()` methods
to get the video from the web-camera meaning that this does not have a flash dependency like a lot of the other camera
libraries in JavaScript. This being said, this is not compatible with pre-HTML5 browsers.
## Installation
To install this package you can pick 1 of 3 options
1. Stable build:
```bash
yarn add camera-angulara
```
2. Nightly build
```bash
yarn add https://gitlab.com/snood1205/camera-angulara#staging
```
3. Edge build (will break a lot do not use for production)
```bash
yarn add https://gitlab.com/snood1205/camera-angulara#edge
```
## Usage
[//]: # "Complete"
## Contributing
Feel free to report issues and complete pull requests using GitLab.