Intent intent = new Intent(MediaStore.ActionImageCapture);
StartActivityForResult(intent, QR_Scan);