·
329 commits
to development
since this release
π Deprecated
- [Method] Removed
setFacePaddingPercentfunctionality;
β¨ 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
- Add Variables section;
- Add Image Quality specifications:
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
- android-yoonit-facefy update from
2.10.0to2.11.0; - ios-yoonit-camera update from
2.6.0to2.7.0;