lidi / ngx-webcam-demo

A simple Demo-Project for 'ngx-webcam'

Home Page:https://github.com/basst314/ngx-webcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx-webcam

This is a simple Demo-Project for ngx-webcam.

It shows how to use the Webcam-Component from ngx-webcam in a simple use-case, including parameters and event-bindings.

Demo

Try the Live-Demo to see everything in action.

Usage

To see how ngx-webcam is being used, take a closer look at these files:

  • package.json: Add the latest version of ngx-webcam to your project.
  • app.module.ts: See how the WebcamModule is imported into the Angular project.
  • app.component.ts: The snapshot-trigger and event-handler for the WebcamComponent are placed here.
  • app.component.html: The <webcam>-tag binds it all together - parameters and event-handlers. It displays the live view of the user's webcam.

Issues

Please open issues at the original ngx-webcam repository.

About

A simple Demo-Project for 'ngx-webcam'

https://github.com/basst314/ngx-webcam


Languages

Language:TypeScript 67.7%Language:HTML 15.8%Language:JavaScript 14.0%Language:CSS 2.5%