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 bug** All was working fine until I update my iPhone to iOS 15 (not sure which minor version started the problem), but now after call `CameraPreview.start` method the...

We are forced to switch to capacitor 4. How can I help implement the version for capacitor 4? Is there currently a branch or fork with partial support? Can I...

By using next tag, This plugin can try to test on Capacitor 4. ``` % npm install @capacitor-community/camera-preview@next ``` https://github.com/capacitor-community/camera-preview/releases/tag/v4.0.0-0 However, this update was done automatically by @rdlabo/capacitor-plugin-to-v4 ,and has...

**Describe the bug** I might be doing something wrong, but pictures taken using iPhone X in the landscape orientation are captured as portrait photos. Android works correctly. I can not...

**Describe the bug** Capacitor WebPlugin "CameraPreview" config object was deprecated in v3 and will be removed in v4.

useBackButton() function not calling on Android hardware back button press only when cameraPreview open

**Describe the bug** `CameraPreview()` is out of bond / Screen when application start for the very first time / coming from lock screen. When user unlock application preview is out...

**Describe the bug** Camera preview is not resized and displayed correctly when changing device's orientation. **To Reproduce** Steps to reproduce the behavior: 1. Start the camera with the device in...

Hello! I've been trying to save a photo using this plugin. I'm setting `storeToFile: true` in the CameraPreviewOption to start the camera beforehand. ```javascript const options: CameraPreviewOptions = { storeToFile:...