- Nothing yet
- #624 - Remove unused coefficient argument from the
calculateTapArea
method of the Android code - #619 - Fix compiler errors in startRecordVideo by declaring final variables
- #615 - Correctly handle torch mode in getFlashMode
- #605 - Improve memory usage when capturing multiple photos for both Android and iOS
- #587 - Add video recording functionality for Android
- #599 - Use androidx package instead of legacy android support package
- #606 - Remove
android:required
from manifest to avoid conflict with other plugins
- #582 - Add support for Android devices without Autofocus which can increase the amount of devices for which app installation is allowed by about (~4k at time of)
- #583 - Fix typescript error CameraPreview.d.ts is not a module
- #573 - Fetch number of cameras immediately before switching cameras in Android
- #428 - Fix mispelling of
continuous
within iOS source code for focus modes (wascotinuous
before) - #568, PR #570 - Resolves plugin interaction issues when toBack is set and other plugins like cordova-plugin-googlemaps are changing the layout
- #525 - Add function
takeSnapshot
for quick image captures - #441 - Add android only option
storeToFile
for storage in temporary file instead of base64 - #524 - Add iOS support for
storeToFile
- #396 - Add function
getCameraCharacteristics
- Allow
startCamera
to allow no options object when only callback is provided - Add Changelog
- Merge in features and fixes from various forks