3.6.5 (2023-11-15)
✨ Features
- Implement
cornerPoints
andframe
for scanned codes (#2117) (e649aba), closes #2076 #2076 - Show Alert when a code got scanned (ca6760d)
- Support setting
videoStabilizationMode
(#2160) (abf5538)
🐛 Bug Fixes
- Fix a race condition that caused audio to not be configured (#2144) (1b90bc9)
- Fix CodeScanner page (533bc6c)
- Fix crash on Samsung devices when using frameProcessor with YUV format (#2108) (1d13db2)
- Fix Frame Processors not building because of
hasWorklets
flag (#2137) (24ddca3) - Fix setting FPS lower than 30 on Samsung devices (#2138) (bb59c0a)
- Fix Video
codec
,bitRate
andflash
being ignored on iOS (#2113) (cc65ec2) - Set
isRunning
totrue
(f4617a3) - Set correct namespace in
build.gradle
(#2104) (8f986a4) - Use Worklets 0.2.4 to fix FP crash (#2102) (4c9a707)
📚 Documentation
- Add Worklets babel plugin to docs (fe6221e)