Releases: mrousavy/react-native-vision-camera
Releases · mrousavy/react-native-vision-camera
Release list
Release 4.6.1
Release 4.6.0
4.6.0 (2024-10-30)
This is technically a minor-breaking release, because videoBitRate has been moved from startRecording({ ... }) options to <Camera ... /> props. But now videoBitRate also works on Android!! 🥳
✨ Features
- Add Android support to
videoBitRate(move it to props) (#3269) (8cc9803) - Upgrade CameraX to 1.5.0-alpha02 in /package/android (#3223) (dc43cdb)
- Upgrade to RN 0.75.4 (#3243) (5037e79)
🐛 Bug Fixes
- Fix any initialization errors in
getFormats()(e.g.IllegalArgumentException - width must be positive) (#3236) (e66f187) - Fix build for RN 0.76 by using new shared prefab (#3263) (48b4300)
- Fix events in bridgeless mode (#3240) (e2d169a)
- Fix mapping of itf and add new itf-14 type in iOS (#3252) (db99c08)
- Make
Orientationpublic (7fb7d5f) - update
ExampleSwiftFrameProcessor.swiftreference (#3257) (51d0a8a) - update frame processor plugin reference (#3199) (50042fb)
📚 Documentation
Release 4.5.3
Release 4.5.2
Release 4.5.1
4.5.1 (2024-07-29)
✨ Features
- Add custom
pathfortakePhoto/takeSnapshot/startRecording(#3103) (2ab7458) - Throw an Error if
Frameis already destroyed (#3099) (b3f5ab6)
🐛 Bug Fixes
- Fix
RecordingSessionedge-cases (#3102) (a8d13fa) - Fix Skia Rotation when
landscape-left(0654898) - react-native-worklets-core module resolution for pnpm (#3088) (2357b5a)
- Remove
sensorOrientationhack on iOS, it's alwaysportrait(#3096) (d670ca9)
📚 Documentation
Release 4.5.0
Release 4.4.3
Release 4.4.2
4.4.2 (2024-07-10)
✨ Features
🐛 Bug Fixes
- Fix
zoom/torch/exposurenot being applied when switchingdevice(#3066) (37525a2) - Fix invalid
userPreferredCameraDevice(#3068) (36fdf7c) - Make
AVCaptureDevice.sensorOrientationsafer (#3064) (9a09260) - Set minFPS to 20 to allow maximum resolution photo (#3063) (a8ba80d)
- Show "Your phone does not have a Camera" if no camera is found in example app (4d70469)
📚 Documentation
- Fix
delete()link (c69de2a)
Release 4.4.1
Release 4.4.0
4.4.0 (2024-07-02)
✨ Features
🐛 Bug Fixes
- Fix
ResolutionSelector.forSizenot respecting aspect ratio (#3026) (9ca6643) - Fix Orientation edge-cases on iOS (#3039) (497d161)
- Fix wrong hardcode LANDSCPAPE_LEFT value (#3022) (0c0de9e)
- Improve CodeScanner performance by choosing resolution automatically (#2997) (2c8f766)
- Properly reset focus on iOS (#3021) (e01d4cf)
- Remove
Gemfile/Bundler (#3023) (f5b55dc) - Remove
portrait,portrait-upside-down,landscape-leftandlandscape-rightoptions foroutputOrientation(#3025) (a773bdc)