ParaCamera icon indicating copy to clipboard operation
ParaCamera copied to clipboard

Simple android camera to take and get image bitmaps

Results 16 ParaCamera issues
Sort by recently updated
recently updated
newest added

java.lang.IllegalAccessException: Unable to open camera i can open camera, how solve this?

Hello, Its not working in android x. Can you please look into it?

Why didn't you leave an option to change the authority?

latest android 10 google has change the way pickup image from camera and gallery, could u please update this code?

How to back to the camera if press OK in the preview after capture image?

hi , Why the photo result not saving to phone my gallery ? but it goes to "/data/0/" of application

I am getting crash in samsung galaxy tab, Android 8.1.0: 2018-11-28 20:40:49.041 13731-13731/? E/libpersona: scanKnoxPersonas 2018-11-28 20:40:49.042 13731-13731/? E/libpersona: Couldn't open the File - /data/system/users/0/personalist.xml - No such file or...

Is it possible to add customized camera capture button and add actionbar as well.

even doing this ``` camera = new Camera.Builder() .resetToCorrectOrientation(true)// it will rotate the camera bitmap to the correct orientation from meta data .setTakePhotoRequestCode(99) //.setDirectory("pics") //.setName("dir_" + System.currentTimeMillis()) .setImageFormat(Camera.IMAGE_JPEG) .setCompression(75) .setImageHeight(1000)//...