camera-preview
camera-preview copied to clipboard
Capacitor plugin that allows camera interaction from HTML code
refers to #243 and #247 - cleaned up code a bit - possible breaking change: added `format` on `Web` to choose which picture format should be output - `quality` will...
**Describe the bug** When I try to set a fixed X,Y position particularily on iPhone 12 (IOS 16.0.2) is not going correctly. The camera just fixes ok on 0,0. On...
Hello, Thank you for your hard work. I think that the plugin is not working with Capacitor 4 for "ionic serve". I have: "@capacitor-community/camera-preview": "^4.0.0-0", "@capacitor/core": "4.1.0", as I have...
**Describe the bug** APP closed with error when call startRecordVideo on Android. On Android Studio. In Logcat we can see this error messages: Capacitor/Plugin V To native (Capacitor plugin): callbackId:...
Implements `getMaxZoom()`, `getZoom()` and `setZoom()` as per the Cordova version of this plugin. Resolves #99
**Describe the bug** NullPointerException for Android when "toBack" is set to true. NullPointerException: Attempt to invoke virtual method 'boolean android.widget.FrameLayout.dispatchTouchEvent(android.view.MotionEvent)' on a null object reference **To Reproduce** Steps to reproduce...
Closes #307
**Is your feature request related to a problem? Please describe.** In a sense, for me this plugin does not seem to detect the wide angle camera. I saw one issue...
**Is your feature request related to a problem? Please describe.** The current implementation of the "enableHighResolution" feature on Android devices restricts the captured picture resolution to 1920 x 1080, despite...
Currently, I run into a issue with camera on iPhone 15 (and iPhone 15 only, I tried on a 13 and a X, they work fine) which is it cannot...