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

Managing orientation change is not natively supported. When device orientation changes, the preview size does not change. can that be added? Alternatively, can you provide a preview restart() method that...

Hi, Is there a way to utilize an iPhone’s ultra wide angle lens? I don’t see any function listed in the documentation. Is this possible? Thank You!

**Describe the bug** Sample video code does not work. Cannot read videoWidth. ```javascript const cameraPreviewOptions: CameraPreviewOptions = { position: 'rear', parent: 'cameraPreview', className: 'cameraPreview', height: this.height, width: this.width }; CameraPreview.start(cameraPreviewOptions);...

getCamera(){ const cameraPreviewOptions: CameraPreviewOptions = { className:'CameraPreview', position: 'rear', x:0, y:0, toBack:false, }; CameraPreview.start(cameraPreviewOptions); this.cameraActive=true; } My scss: ion-content { --background: transparent !important; .CameraPreview{ width: 100%; height: 10%; ion-button{ position:...

documentation
good first issue
support-request

`Property 'startRecordVideo' does not exist on type 'CameraPreviewPlugin'.ts(2339)` Same problem. What's the solution. I looked at the entire code base. there is no such function. Is this feature not available?

bug

Hello , in all pull requests, does anyone have an IOS version that works for video recording with capacitor 3?

**Describe the bug** The below build error is thrown ``` > Task :capacitor-community-camera-preview:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':capacitor-community-camera-preview:verifyReleaseResources'. >...

bug

When using this plugin on the web, these are the warnings I get just by triggering the CameraPreview.start() function, ignore the error: ![image](https://user-images.githubusercontent.com/21691341/150276408-eee05f8e-3dba-4aa4-a22d-cf8eb67f6996.png) Any idea what this is? Nobody else...

**Is your feature request related to a problem? Please describe.** With the **Permissions** plugin removed in Capacitor 3, we need a way to check and request permissions in android and...

enhancement

**Describe the bug** I have been using this plugin for a while, but recently we upgraded from capacitor 2 to 3 and upgraded the plugin to v3 and while things...