@innotec/openalpr-scanner
Angular scanner component to scan licenceplate with openALPRHow To
I promise that it's very easy to use:<!-- some.component.html -->
<openalpr-scanner></openalpr-scanner>
API
- @Input() autofocusEnabled
- @Input() device: MediaDeviceInfo;
- @Input() disableCamera: boolean;
- @Input() openalprsecret: string;
- @Input() openalprcountry: string = 'eu';
- @Output() camerasFound = new EventEmitter>();
- @Output() permissionResponse = new EventEmitter();
- @Output() licencePlate = new EventEmitter();
- @Output() inProgress = new EventEmitter();