QuickCapture Android SDK v4.2.24 release #4
Amal-Karunakaran-EX0210
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
QuickCapture Android SDK v4.2.24
This release focuses on stability, performance, and memory optimizations, particularly for high–frame-rate capture scenarios and long-running sessions.
Fixes & Improvements
32-bit Architecture Crash Fix
Resolved memory alignment issues in the JNI layer related to OpenCV
submatusage, eliminating crashes on 32-bit devices.Improved ImageReader Buffer Management
Optimized ImageReader processing with synchronous conversion and immediate buffer release, preventing
maxImagesbuffer exhaustion and ensuring smooth high-FPS operation.Enhanced Glare Detection Performance
Refactored glare detection using pre-allocated native memory and luminance-channel extraction, significantly reducing CPU usage.
Optimized
ConvertToBitmapPipelineNative Memory Lifecycle Cleanup
Added comprehensive native memory cleanup during
onDestroy, preventing memory leaks during extended or repeated capture sessions.Critical Memory Leak Fix
Removed the static
Activitycontext reference fromImgHelper, resolving a major memory leak that retained destroyed activities.New Features
Low-Light Torch Support
Added
EnableTorchOnLowLightconfiguration option to automatically enable the torch in low-light conditions.Corner Detection Enhancements
UI & UX Improvements
ConvertToBitmapperformance during live document detectionAdditional Performance Improvements
Beta Was this translation helpful? Give feedback.
All reactions