Prajjwal Srivastav
Results
1
comments of
Prajjwal Srivastav
I'm getting the same error using this block: `cameraConfig = new CameraConfig() .getBuilder(this) .setCameraFacing(sharedPreferences.getInt("camera", CameraFacing.REAR_FACING_CAMERA)) .setCameraResolution(CameraResolution.HIGH_RESOLUTION) .setImageFormat(CameraImageFormat.FORMAT_JPEG) .setImageRotation(sharedPreferences.getInt("rotation", CameraRotation.ROTATION_0)) .build();`