6.7.1
New Features
Improved blur and glare detection
-
enableBlurFilter
andenableGlareFilter
properties have been added on BlinkID recognizer settings. These are enabled by default, but users can turn them off if they want to allow blur and glare on captured frames. -
blurStrictnessLevel
andglareStrictnessLevel
properties have been added on BlinkID recognizer settings. These can be configured using theStrictnessLevel
enum, which can beStrict
,Normal
(default) orRelaxed
. -
New properties on
ImageAnalysisResult
:blurDetected
andglareDetected
Bug fixes
- A bug that caused memory leaks when reconfiguring the recognizer runner has been fixed
- The barcode scanning step feedback is now properly displayed in the UI component
- Improved camera selection algorithm
Breaking changes ⚠️
allowBlurFilter
has been renamed toenableBlurFilter
- The
blurred
property onImageAnalysisResult
has been renamed toblurDetected