Skip to content

Releases: basst314/ngx-webcam

0.1.8

12 Aug 00:10
Compare
Choose a tag to compare

Issues resolved:

#22: Fixed implementation for harvesting the active device's id from mediaStreamTrack to bridge browser implementation differences.

0.1.7

09 Aug 03:16
Compare
Choose a tag to compare

Issues resolved:

  • #19, #21: Resolved a fix in calculating width/height for Firefox that prevented the video from showing correctly.

0.1.6

11 Jun 07:46
Compare
Choose a tag to compare

New Features:

  • Enable users and developers to switch between available webcams
  • Allow custom MediaTrackConstraints (videoOptions) to be passed to the webcam component in order to specify the media track (i.e. resolution).

Issues resolved:

  • #9 Change camera source
  • #11 Video options as Input()

0.1.5

11 Jun 07:43
Compare
Choose a tag to compare

PRs:

  • #12 Update to Angular 6

Issues resolved:

  • #13 Angular dependency problem: Added Angular libraries as peerDependencies

Others:

  • Fixed e2e test

0.1.4

11 Mar 04:39
f058938
Compare
Choose a tag to compare

PRs:

  • #6 Update @angular/cli version

Dependencies:

  • Updated @angular/cli to latest version, due to security risk in transitive dependency [email protected]

0.1.3

10 Mar 18:33
4d5d642
Compare
Choose a tag to compare

PRs in this Release:

  • #5 basst314/improvement properly deactivate webcam

Fixed Bugs:

  • #4 Close the webcam without closing the tab ?

Implemented Features:

  • Ensure webcam is being properly deactivated when component is destroyed
  • Extended demo page to test webcam on/off toggle

0.1.2

22 Jan 08:55
Compare
Choose a tag to compare

Documentation Release:

  • fixed documentation for developing
  • etended documentation for input/output-parameters

0.1.1

21 Jan 22:22
b5405c1
Compare
Choose a tag to compare

PRs in this Release:

Implemented Features:

  • fixed unit tests
  • improved documentation
  • set up demo-project
  • updated version to 0.1.1

Roadmap:

  • more features
  • smartphone optimizations

0.0.6

14 Jan 09:22
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

PRs in this Release:

Implemented Features:

  • Trigger (Observable) Parameter, to externally trigger snapshot capturing
  • Extended demo page
  • Implemented click-handler for WebcamComponent

Roadmap:

  • more features
  • smartphone optimizations

0.0.4

14 Jan 06:39
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Initial Pre-Release of this library.

Features:

  • simple view-only webcam functionality

Roadmap:

  • Parameters, Actions and Events