I\'m using an intent to open the camera with the native application:
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); Uri photoUri = Uri
pictureIntent.putExtra("android.intent.extra.USE_FRONT_CAMERA", true); pictureIntent.putExtra("android.intent.extras.LENS_FACING_FRONT", 1); pictureIntent.putExtra("android.intent.extras.CAMERA_FACING", 1);
working on intex