Release Notes - DynamsoftCameraEnhancer Module
4.0.3 (05/20/2024)
Fixed
- Fixed an issue on iOS 17 where reopening the camera after leaving the browser might fail.
4.0.2 (04/11/2024)
New
- Implemented a visual magnifier to facilitate adjustment of corner points.
Changed
- Enhanced “beep” quality by allowing multiple soundtracks now.
- Renamed the method
getDrawingStyles()
togetAllDrawingStyles()
under classDrawingStyleManager
for clarity. - Move
DrawingItem
subtypes, such asLineDrawingItem
, up to directly under the namespace DCE.
Fixed
- Fixed a bug where changing
singleFrameMode
would get drawing layers removed. - Fixed a bug where an unnecessary button to appear on iOS devices when invoking the
takePhoto()
method. - Fixed a bug specific to iOS 17, where reopening the camera after leaving the browser could result in failure.
4.0.1 (01/11/2024)
Added
- Added
beepSoundSource
&vibrateDuration
to the classFeedback
. - Added
maintainAspectRatio
toImageDrawingItem
. - Added
clearAllInnerDrawingItems()
to clear internally added DrawingItems. - Added
setErrorListener()
to receive errors occurred during image acquisition. - Added
cameraOpenTimeout
to control the maximum time allowed for opening a selected camera.
Improved
- Updated the behaviour of
SingleFrameMode
to allow an JavaScript or iOS device user to make use of the camera without having to select between the camera and image gallery as the image source. - Updated the method
setScanRegion()
to allow passingnull
to clear the scan region. - Updated the resolution selection drop-down box to make it more intuitive.
- Updated
setZoom()
to support Safari on iOS v17.x.
Fixed
- Fixed issues with the methods
setZoom()
&getZoomSettings()
so that they can now work with static videos. - Fixed issues with the autozoom or enhanced-focus features to prevent them from throwing unnecessary error messages.
- Fixed an issue with unstable video streaming upon opening the camera on iOS 17.x.
4.0.0 (08/24/2023)
The first version of DynamsoftCameraEnhancer(DCE)
JavaScript edition that integrate with DynamsoftCaptureVision (DCV)
architecture.