Release Notes - iOS 3.x
3.0.3 (02/15/2023)
- Fixed a bug where
QuadDrawingItemis not correctly displayed.
3.0.2 (02/02/2023)
- Override method
setFocusinCameraEnhancerclass for users to specify the subsequent focus mode after triggering a focus. EnumerationEnumFocusModeis added to specify the focus mode. - Added a new method
setAutoZoomRangeinCameraEnhancerfor users to specify a range for the auto-zoom feature of the library. - Added an interface
DCECameraStateListenerto receive a callback when the camera state changes. You can add the protocol via a new methodsetCameraStateListener. - Added a new method
getVisibleRegionOfVideoinDCECameraViewclass - Deprecated method
pauseandresumeinCameraEnhancerclass. - Fixed a bug that might be caused by thread blocking when using an offline license.
- Deprecated method
pauseandresumeinCameraEnhancerclass. - Fixed a bug that
torchButtonwas not clickable when it appeared outsidescanRegion. - Fixed a scan region deviation bug.
- Fixed an overlay offset bug when
DCECamearViewis smaller than the screen size. - Fixed a bug that might cause high CPU occupancy when the camera is opened.
- Fixed a bug that
scanRegionis not correctly set when device was rotated horizontally. - The
video bufferwill be cleared when camera is paused or closed.
3.0.1 (09/29/2022)
- Added methods
selectCamera(EnumCameraPosition)andgetCameraPositionfor users to switch between the front-facing camera and the back-facing camera. - Added enumeration
EnumCameraPosition. - Added a new class
DCEFeedback. The following APIs are available in the class:
3.0.0 (06/21/2022)
- Updated UI configuration APIs.
- Added
DCEImageEditorView - Added
DCEDrawingLayer - Added DrawingItem Classes
- Added [
DrawingStyle] - Added [
DrawingStyleManager]
- Added