This code executes fine
Bitmap bitmap = cameraKitImage.getBitmap(); bitmap = Bitmap.createScaledBitmap(bitmap, INPUT_SIZE, INPUT_SIZE, false);