camera-preview
camera-preview copied to clipboard
Capacitor plugin that allows camera interaction from HTML code
- Introduced `enableHighResolution` flag in `CameraActivity` and `CameraPreview` to allow users to capture images in higher resolutions. - Updated logic in `getOptimalPictureSize` to select the highest resolution available when no...
Hi, When we uses the camera to take a specific product image, the camera occasionally does not focus well. To improve this, we need a feature in which the user...
### Summary: ### Fixes issue where iOS 17 & 18, CameraPreview.start { position: rear, disableAudio: true, enableHighResolution: false }, with no use of any CameraPreview.setZoom, was showing a more zoomed...
Issue: CameraPreview.capture() ignores requested dimensions, defaulting to initialization resolution
# CameraPreview.capture() ignores requested dimensions, defaulting to initialization resolution ## Description The `CameraPreview.capture()` method ignores the explicitly requested dimensions (2048x2048) and instead captures images at the resolution specified during initialization...
**Describe the solution you'd like** If we could get control over the video or canvas element while the element is being shown, it could help us with several features like...
I just want to Camera Preview show on a div with 300x200 px, I try to make a div border-radius but it's not work Can we implement a setting to...
Capacitor 6 and Camera Preview 6, on Ionic 8, Android Native CameraPreview.startRecordingVideo() bug
There are multiple bugs when using the Android Native Camera Preview plugin. **Bug 1: Camera Preview Options - toBack Property** Description: When initializing the Camera Preview Options, setting the toBack...