cameraview icon indicating copy to clipboard operation
cameraview copied to clipboard

[DEPRECATED] Easily integrate Camera features into your Android app

Results 102 cameraview issues
Sort by recently updated
recently updated
newest added

On Huawei mobile phones, the flash is on, sometimes the flash only flashes once when taking pictures, sometimes flashes twice. previewRequestBuilder.set(CaptureRequest.CONTROL_AE_MODE, CaptureRequest.CONTROL_AE_MODE_ON_ALWAYS_FLASH); previewRequestBuilder.set(CaptureRequest.FLASH_MODE, CaptureRequest.FLASH_MODE_OFF);

I'm trying to set the aspect ratio for the preview like so: @Override public void onCameraOpened(CameraView cameraView) { super.onCameraOpened(cameraView); for (AspectRatio ar : cameraView.getSupportedAspectRatios()) { if (ar.getX() == 3 &&...

Project update + connection of some requests from other users.

cla: no

I want to burst capture images, can you please help me with this.

This is useful for when you are using the image data from the `onFramePreview` callback and need to correct the image rotation before sending it through to something like the...

cla: yes

First time worked all good, then for some reason it kept crashing! Then after restarting the device it stopped. But it then crashes again after sometime Caused by: java.lang.RuntimeException: startPreview...

There is an aspect ratio issue with Nexus devices wherein the image captured is larger than the preview.

Preview will appear, always wrong ``` mm-camera: 1258: add_metadata_entry: source size: 16 greater than destination size: 0 for 117 ```

Not every single click results in onPictureTaken() callback. I'm not talking about throttling when you click too fast, as you can see, it's enough time between clicks. It's just skipped...

bug