EasyCam icon indicating copy to clipboard operation
EasyCam copied to clipboard

EasyCam makes it easy to implement Camera features in Android App so easily. It offers Single and Multiple photoshoot mode with a preview option.

Results 7 EasyCam issues
Sort by recently updated
recently updated
newest added

I want to open front camera only. Is there any way for that ?

**The problem** When I'm take a photo using front camera, the resulting image is flipped vertically. **How to reproduce the problem** Steps to reproduce the behavior: 1. Using the version...

Hi BalakrishnanPT, Thanks for your effort for this amazing library . I am facing a issue while setting done button background, Its not working could u please check and fix....

I need to take selfie only. Please guide which extra parameter which needs to be added with below intent call to open front camera? Intent intent = new Intent(this, CameraControllerActivity.class);...

**Describe the bug** A shutter lag about 3 to 10 seconds after take picture on single photo mode. **To Reproduce** I'm using setting : cameraIntent.putExtra("inputData", new CameraBundleBuilder() .setFullscreenMode(false) .setSinglePhotoMode(true) .setManualFocus(false)...