-
Notifications
You must be signed in to change notification settings - Fork 6
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
50930aa
commit 7ad3a03
Showing
16 changed files
with
169 additions
and
21 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"options": { | ||
"doneButtonConfig": { | ||
"offset.y": -88 | ||
} | ||
}, | ||
"viewPluginCompositeConfig": { | ||
"id": "parallel-first-vin-barcode", | ||
"processingMode": "parallelFirstScan", | ||
"viewPlugins": [ | ||
{ | ||
"viewPluginConfig": { | ||
"pluginConfig": { | ||
"id": "barcode", | ||
"barcodeConfig": { | ||
"barcodeFormats": ["ALL"] | ||
} | ||
}, | ||
"scanFeedbackConfig": { | ||
"style": "rect", | ||
"strokeWidth": 2, | ||
"strokeColor": "0099FF", | ||
"fillColor": "330099FF", | ||
"cornerRadius": 0, | ||
"beepOnResult": false, | ||
"vibrateOnResult": false, | ||
"blinkAnimationOnResult": true | ||
} | ||
} | ||
}, | ||
{ | ||
"viewPluginConfig": { | ||
"pluginConfig": { | ||
"id": "vin", | ||
"vinConfig": {} | ||
}, | ||
"cutoutConfig": { | ||
"maxWidthPercent": "85%", | ||
"alignment": "top_half", | ||
"ratioFromSize": { "width": 62, "height": 9 }, | ||
"offset": { "x": 0, "y": 0 }, | ||
"outerColor": "000000", | ||
"outerAlpha": 0, | ||
"strokeWidth": 2, | ||
"strokeColor": "0099FF", | ||
"cornerRadius": 4, | ||
"feedbackStrokeColor": "0099FF" | ||
}, | ||
"scanFeedbackConfig": { | ||
"style": "contour_rect", | ||
"animation": "traverse_multi", | ||
"animationDuration": 250, | ||
"strokeWidth": 2, | ||
"strokeColor": "0099FF", | ||
"fillColor": "220099FF", | ||
"beepOnResult": false, | ||
"vibrateOnResult": false, | ||
"blinkAnimationOnResult": true | ||
}, | ||
"uiFeedbackConfig": { | ||
"presets": [ | ||
{ | ||
"presetName": "simple_instruction_label", | ||
"presetAttributes": [ | ||
{ | ||
"attributeName": "instruction_text", | ||
"attributeValue": "Position the VIN within the cutout. The barcode can be anywhere inside the camera frame." | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
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
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
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
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
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
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