AndroidregisterForActivityResult拍照后无法返回全尺寸照片
创始人
2024-10-09 18:01:50
0

要使用registerForActivityResult和ActivityResultCallback获取完整的照片,需要使用以下代码:

private static final int REQUEST_IMAGE_CAPTURE = 1;
private ActivityResultLauncher takePictureLauncher =
        registerForActivityResult(new ActivityResultContracts.TakePicture(), result -> {
            if (result) {
                // do something with the full size image saved to the selected file
            }
        });

private String currentPhotoPath;

private File createImageFile() throws IOException {
    String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss", Locale.getDefault()).format(new Date());
    String imageFileName = "JPEG_" + timeStamp + "_";
    File storageDir = getExternalFilesDir(Environment.DIRECTORY_PICTURES);
    File image = File.createTempFile(
            imageFileName,  /* prefix */
            ".jpg",         /* suffix */
            storageDir      /* directory */
    );

    currentPhotoPath = image.getAbsolutePath();
    return image;
}

private void dispatchTakePictureIntent() {
    Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
    // Ensure that there's a camera activity to handle the intent
    if (takePictureIntent.resolveActivity(getPackageManager()) != null) {
        // Create the File where the photo should go
        File photoFile = null;
        try {
            photoFile = createImageFile();
        } catch (IOException ex) {
            // Error occurred while creating the File
            ex.printStackTrace();
        }
        // Continue only if the File was successfully created
        if (photoFile != null) {
            Uri photoURI = FileProvider.getUriForFile(this,
                    "com.example.android.fileprovider",
                    photoFile);
            takePictureIntent.putExtra(MediaStore.EXTRA_OUTPUT, photoURI);
            takePictureLauncher.launch(photoURI);
        }
    }
}

调用dispatchTakePictureIntent()方法启动照相机,并使用ActivityResultCallback收到拍摄结果。返回的结果将为true或false,具体取决于启动的照片应用程序的操作。如果照片已成功保存并返回,则将在代码中做些事情,例如将其显示在ImageView中。在此示例中,使用createImageFile()方法创建一个临时文件并将其传递给takePictureLauncher。默认情况下,照片应保存在大于或等于最低相机分辨率的分辨率下。这基本上意味着照片的尺寸可能小于设备屏幕的尺寸,但可以根据需要放大。

相关内容

热门资讯

透视游戏"xpoke... 透视游戏"xpoker辅助"详细辅助揭秘教程(原本是有挂)是一款可以让一直输的玩家,快速成为一个“必...
技术分享!we poker免费... 技术分享!we poker免费辅助器,hhpoker可以开挂吗,实用技巧(有挂教程);玩家必备必赢加...
透视玄学"德普之星辅... 透视玄学"德普之星辅助器怎么用"详细辅助软件教程(一直真的是有挂)这是由厦门游乐互动科技有限公司精心...
一起来探讨!竞技联盟透视,we... 一起来探讨!竞技联盟透视,wepoker如何设置透视,分享教程(有挂神器)是一款可以让一直输的玩家,...
透视好友房"wejo... 透视好友房"wejoker手机版透视脚本"详细辅助详细教程(果然存在有挂);建议优先通过wejoke...
推荐十款!哈糖大菠萝有没有挂,... 推荐十款!哈糖大菠萝有没有挂,wepoker免费透视脚本,透明挂教程(有挂技巧)是一款可以让一直输的...
透视脚本"pokem... 透视脚本"pokemmo手机版修改器"详细辅助曝光教程(最初真的有挂)准备好在pokemmo手机版修...
最新技巧!pokemmo手机版... 最新技巧!pokemmo手机版脚本免费,wepoker私人局辅助,细节方法(有挂透明);实战中需综合...
透视免费"aapok... 透视免费"aapoker脚本"详细辅助必赢方法(原来是真的有挂);玩家必备必赢加哟《13670430...
热门推荐!德州私人局脚本,we... 热门推荐!德州私人局脚本,wepoker透视挂底牌,解密教程(有挂神器);亲真的是有正版授权,小编(...