3.3.0 (2023-10-04)
The most requested feature is here: VisionCamera 3.3.0 now finally contains a QR-code/Barcode scanner! 🎉
1c368370-62a3-11ee-abde-234f0983b5b3.mp4
Check out the Code Scanner documentation.
✨ Features
🐛 Bug Fixes
- Also clean VisionCamera build cache (2c08e5a)
- Clean C++ CMake cache (
.cxx/
) on clean (4fc8cd2) - Fix
+load
not available in Xcode 15 error (#1908) (1cdc3d1) - Fix
CamcorderProfile
get crash on Samsung devices (#1907) (83c0cdb) - Make HardwareBuffers compile optionally (opt-out in minSdkVersion <26) (#1910) (8d90dcc)
- Only use supported PixelFormats (9a777ba)
- Remove
dng
PixelFormat (d465c37) - Set
minSdkVersion
to 23 (#1911) (324e269) - Use dynamic video format (224bffd)
- Use simple wide-angle device if no options are passed (#1909) (24f77fb)
📚 Documentation
- Add "Pixel Formats" documentation page (e9b3992)
- Add Dynamsoft Document Normalizer to the frame processor plugins lists (#1331) (94c05f9)
- Add Kotlin & Swift FP plugins examples (#1902) (62e786a)
- Add vision-camera-base64 plugin to list (#1411) (3a08090)
- Fix
runAsync
example (ce07750) - Fix b (39b9c90)
- Fix links (b24b1c8)
- Update example (93019c3)
- Update links (889b37d)
- Update minSdkVersion to 26 (554b741)
- Update QR Code references (5efaefe)