-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f248371
commit 1b2e66f
Showing
9 changed files
with
62 additions
and
755 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
AnylineExamples/app/src/main/assets/viewConfigs/vehicle_config_license_plate_eu_vis.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"cameraConfig": { | ||
"captureResolution": "720", | ||
"zoomGesture": true | ||
}, | ||
"flashConfig": { | ||
"mode": "manual", | ||
"alignment": "top_right" | ||
}, | ||
"viewPluginConfig": { | ||
"pluginConfig": { | ||
"id": "Vehicle|License Plates (EU + VIS)", | ||
"licensePlateConfig": { | ||
"vehicleInspectionSticker": "OPTIONAL" | ||
}, | ||
"cancelOnResult": true | ||
}, | ||
"cutoutConfig": { | ||
"maxWidthPercent": "80%", | ||
"maxHeightPercent": "80%", | ||
"alignment": "top_half", | ||
"ratioFromSize": { | ||
"width": 2, | ||
"height": 1 | ||
}, | ||
"strokeWidth": 2, | ||
"cornerRadius": 10, | ||
"strokeColor": "FFFFFF", | ||
"outerColor": "000000", | ||
"outerAlpha": 0.3, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedbackConfig": { | ||
"style": "rect", | ||
"strokeWidth": 2, | ||
"strokeColor": "0099FF", | ||
"fillColor": "330099FF", | ||
"cornerRadius": 0, | ||
"beepOnResult": true, | ||
"vibrateOnResult": true, | ||
"blinkAnimationOnResult": true | ||
} | ||
} | ||
} |
235 changes: 0 additions & 235 deletions
235
AnylineExamples/app/src/main/java/com/anyline/examples/NFCMrzActivity.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.