camera-preview
camera-preview copied to clipboard
Capacitor plugin that allows camera interaction from HTML code
I just faced in my Crashlytics dashboard a report of a fatal error in an Android 10 device with the following log: > Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual...
Hello, we want that our app users are able to zoom when they are taking photos by moving an range input. An similar Implementation like in [the cordova version](https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview#setzoomzoommultiplier-successcallback-errorcallback) would...
See #97 for why it's important we do. That we do should be documented for plugin maintainers and users, so they have faith in how the plugin will change.
Hi, It looks like there is no EXIF data available for iOS, is there a way to turn this on? EXIF data **is** available for android.
The rear camera does not work in android web version (tested on chrome and firefoxx) I think the problem is related to [ this line](https://github.com/capacitor-community/camera-preview/blob/191cda677cee6b7807e3a199c23ee71120063132/src/web.ts#L74) ``` constraints.video = { facingMode:...
This doesnt happen in the demo app. But it happens in my custom app. Pretty sure I followed the example and docs. Is it doing this while it requests permissions...
Support startRecordVideo (and stopRecordVideo) on iOS would be perfect
**Describe the bug** When taking a photograph on the Samsung Galaxy A40 using the front facing camera on device, the finalised base64 image appears upside down, even after the supposed...
**Describe the bug** Uninstalled and installed the latest version (1.2.1) using npm. "captureSample" function does not exist in "node_modules\@capacitor-community\camera-preview\android\src\main\java\com\ahm\capacitor\camera\preview\CameraPreview.java" Capacitor version: "@capacitor/android": "^2.1.2", "@capacitor/core": "2.1.2", I understand that the latest...
**Describe the bug** Don't know if a bug or not, I just want the camera functionality not the video, but on android it keeps informing to allow audio permission. **Expected...