An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Camera Angulara
[![npm version](https://badge.fury.io/js/camera-angulara.svg)](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.