v1.8.0
·
329 commits
to development
since this release
✨ New Feature
ROI - Region of Interest
- Add new method to set camera lens;
- Add new method to enable/disable face capture with ROI restrictions;
- Add new method to set top, right, bottom and left offsets of the ROI. Emit a
Messagewhen a face is going out of the ROI; - Add new method to set face minimum size inside the ROI. Emit a
Messagewhen a face is smaller than the minimum size set;
📝 Update Readme
- Add method
setFaceROIEnabledefinition; - Add method
setFaceROIOffsetdefinition; - Add method
setFaceROIMinSizedefinition; - Add
KeyErrorINVALID_FACE_ROI_MIN_SIZEdefinition; - Add
MessageINVALID_CAPTURE_FACE_OUT_OF_ROIdefinition; - Add
MessageINVALID_CAPTURE_FACE_ROI_MIN_SIZEdefinition;
⬆️ Upgrade Dependencies
- android-yoonit-camera update from
1.4.0to1.5.0; - ios-yoonit-camera update from
1.5.0to1.6.0;