ngx-webcam-demo
ngx-webcam-demo copied to clipboard
A simple Demo-Project for 'ngx-webcam'
trafficstars
ngx-webcam-demo
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-webcamto your project. - app.module.ts: See how the
WebcamModuleis imported into the Angular project. - app.component.ts: The snapshot-trigger and event-handler for the
WebcamComponentare 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.