Releases: mrousavy/react-native-vision-camera
Releases · mrousavy/react-native-vision-camera
Release 4.6.3
Release 4.6.2
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
Orientation
public (7fb7d5f) - update
ExampleSwiftFrameProcessor.swift
reference (#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
path
fortakePhoto
/takeSnapshot
/startRecording
(#3103) (2ab7458) - Throw an Error if
Frame
is already destroyed (#3099) (b3f5ab6)
🐛 Bug Fixes
- Fix
RecordingSession
edge-cases (#3102) (a8d13fa) - Fix Skia Rotation when
landscape-left
(0654898) - react-native-worklets-core module resolution for pnpm (#3088) (2357b5a)
- Remove
sensorOrientation
hack 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
/exposure
not being applied when switchingdevice
(#3066) (37525a2) - Fix invalid
userPreferredCameraDevice
(#3068) (36fdf7c) - Make
AVCaptureDevice.sensorOrientation
safer (#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)