Skip to content

v1.8.0

Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 27 Nov 01:20
· 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 Message when a face is going out of the ROI;
  • Add new method to set face minimum size inside the ROI. Emit a Message when a face is smaller than the minimum size set;

📝 Update Readme

  • Add method setFaceROIEnable definition;
  • Add method setFaceROIOffset definition;
  • Add method setFaceROIMinSize definition;
  • Add KeyError INVALID_FACE_ROI_MIN_SIZE definition;
  • Add Message INVALID_CAPTURE_FACE_OUT_OF_ROI definition;
  • Add Message INVALID_CAPTURE_FACE_ROI_MIN_SIZE definition;

⬆️ Upgrade Dependencies

  • android-yoonit-camera update from 1.4.0 to 1.5.0;
  • ios-yoonit-camera update from 1.5.0 to 1.6.0;