camera-preview icon indicating copy to clipboard operation
camera-preview copied to clipboard

Capacitor plugin that allows camera interaction from HTML code

Results 117 camera-preview issues
Sort by recently updated
recently updated
newest added

** Describe the error ** I am trying to handle the metadata provided by the image provided by the camera above image but apparently it does not deliver any kind...

Hi, I'm using Ionic 5 Angular with Capacitor. ``` "@angular/core": "~11.2.0", "@ionic/angular": "^5.5.2", "@ionic-native/core": "^5.31.1", "@capacitor-community/barcode-scanner": "^1.2.1", "@capacitor-community/camera-preview": "^2.0.0-beta.0", "@capacitor/android": "^2.4.6", "@capacitor/core": "2.4.6", ``` **Smartphone (please complete the following information):**...

**Is your feature request related to a problem? Please describe.** Regular "minor versions" (e.g 1.0.3+ where **toBack** option was added with the default to false, while it was true before)...

I was wondering if it's safe to update to `1.2.0` but I can't find a changelog : ) I think a changelog would be a great addition to this plugin!...

documentation

The readme says at Web Quirks: > ... to you entry script in ionic ... But since Capacitor is compatible with 10+ frameworks besides Ionic, I'd love to see what...

documentation

I'm making a face detection app using face.api on Ionic/Angular for android devices and I need to access the video stream for face.api functions to work. This works on on...

**Is your feature request related to a problem? Please describe.** When I'm photographing, the results are always in a very low resolution. **Describe the solution you'd like** The automatic search...

As plugin not returning image size, we can not control uploaded images size to app. We want to restrict user from uploading big size images. Obviously there is 'quality' config...

enhancement
not a bug

I have used Capacitor Camera Preview for Android and iOS Application. Below are the code import { CameraPreviewOptions, CameraPreviewPictureOptions } from '@capacitor-community/camera-preview'; import { Plugins } from "@capacitor/core"; const {...