Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 15 Apr 18:24
· 329 commits to development since this release

πŸ—‘ Deprecated

  • [Method] Removed setFacePaddingPercent functionality;

✨ New Feature

Function Props Input Type Valid Values Description
setDetectionTopSize detectionTopSize number 0 Represents the percentage. Positive value enlarges and negative value reduce the top side of the detection.
setDetectionRightSize detectionRightSize number 0 Represents the percentage. Positive value enlarges and negative value reduce the right side of the detection.
setDetectionBottomSize detectionBottomSize number 0 Represents the percentage. Positive value enlarges and negative value reduce the bottom side of the detection.
setDetectionLeftSize detectionLeftSize number 0 Represents the percentage. Positive value enlarges and negative value reduce the left side of the detection.

πŸ› Bug Fix

  • Fix saved image orientation when using camera lens back;

πŸ“ Update Readme

Image Quality

The image quality is the classification of the three attributes: darkness, lightness and sharpness. Result available in the imageCapture event. Let's see each parameter specifications:

Threshold Classification
Darkness
darkness > 0.7 Too dark
darkness <= 0.7 Acceptable
Lightness
lightness > 0.65 Too light
lightness <= 0.65 Acceptable
Sharpness
sharpness >= 0.1591 Blurred
sharpness < 0.1591 Acceptable

⬆️ Upgrade Dependencies