CameraView icon indicating copy to clipboard operation
CameraView copied to clipboard

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processi...

Results 142 CameraView issues
Sort by recently updated
recently updated
newest added

### Before you go Unless this is a simple fix (typos, bugs with obvious solution), please open an issue first so that we can discuss the best approach to address...

The size of the preview area is different from the actual photo result, how to set it to keep it consistent?

is:question

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: 2.7.2 - Reproducible in official demo app: unknown....

Hi, I've received a lot of reported non-fatals with the following Exception and the camera can't open: ``` Non-fatal Exception: com.otaliastudios.cameraview.CameraException: java.lang.RuntimeException: start failed. at com.otaliastudios.cameraview.engine.CameraBaseEngine.onVideoResult(CameraBaseEngine.java:670) at com.otaliastudios.cameraview.engine.Camera1Engine.onVideoResult(Camera1Engine.java:468) at com.otaliastudios.cameraview.video.VideoRecorder.dispatchResult(VideoRecorder.java:138)...

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *2.7.2* - Camera engine used: *camera2* - Reproducible...

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: 2.7.2 - Camera engine used: *camera2* - Reproducible...

### Before you go - Fixes: ... (*#799*) - Tests: ... (*yes*) - Docs updated: ... (*yes*) ### Solution I added the option to save a video using a FileDescriptor...

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *version number* - Camera engine used: *camera1/camera2/both* -...

seems to be caused by camera1 does not support watermark's alpha channel

Resolutions received from setPictureSize() which is inside onCreate() 0 = {Size@22153} "1088x1088" 1 = {Size@22154} "1080x1440" 2 = {Size@22155} "1080x1920" 3 = {Size@22156} "1080x2400" 4 = {Size@22157} "1468x3264" 5 =...