Releases: michaelwolz/camera-preview-lite
Releases · michaelwolz/camera-preview-lite
7.0.2
7.0.1
- Upgraded plugin and dependencies to Capacitor 7
6.1.1
Updated documentation and published public npm package
6.1.0
- Switched to using the virtual builtInTripleCamera, which automatically switches between the three lenses based on the focused object.
- Set the initial zoom factor to 2 for the builtInTripleCamera to avoid the default use of the ultra-wide-angle lens, which can cause a "fisheye" effect. This zoom factor matches the "1x" setting of the native camera app.
- Cleaned up camera initialization logic by restructuring the code (this was done to improve performance when starting the capture session)
- Make high resolution mode work on iOS by using dedicated AVCaptureSession preset
photo - Removed
startRecordVideo()orstopRecordVideo()on Android/iOS. Switch to https://github.com/capacitor-community/video-recorder if you want to use video recording. - Placed the camera preview overlay on the correct position when using
xandycoordinates - Added
checkPermissionsandrequestPermissionsmethod for iOS - Fixed rotation logic of images on Android
- Added some documentation to the code (iOS)