4.0.0 • Published 5 years ago

@innotec/openalpr-scanner v4.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@innotec/openalpr-scanner

Angular scanner component to scan licenceplate with openALPR

How To

I promise that it's very easy to use:

<!-- some.component.html -->
<openalpr-scanner></openalpr-scanner>

API

  • @Input() autofocusEnabled Default is true. Define if the autofocus is enabled

  • @Input() device: MediaDeviceInfo; Input the device what you want to use. Getting devices via camerasFound Output.

  • @Input() disableCamera: boolean; Input an event when the camera will disable

  • @Input() openalprsecret: string; The secret for the openalpr api.

  • @Input() openalprcountry: string = 'eu'; Define the country where you want to use.

  • @Output() camerasFound = new EventEmitter<MediaDeviceInfo[]>(); Emits the cameras of the device.

  • @Output() permissionResponse = new EventEmitter(); Emits true/false when no camerapermission.

  • @Output() licencePlate = new EventEmitter(); Outputs the licenceplate when process is done.

  • @Output() inProgress = new EventEmitter(); Outputs an event when component is in progress.

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago