AndroidResultContracts.TakePicture() 返回的是布尔值而不是位图。
创始人
2024-10-09 18:31:34
0

AndroidResultContracts.TakePicture() 返回的确实是一个布尔值,表示是否成功拍摄照片。如果要获取拍摄的位图,可以使用ActivityResultCallback回调来处理拍摄结果。下面是一个示例解决方法:

// 导入所需的类
import androidx.activity.result.ActivityResultLauncher;
import androidx.activity.result.contract.ActivityResultContracts;
import androidx.appcompat.app.AppCompatActivity;

import android.content.Intent;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.provider.MediaStore;
import android.widget.ImageView;

public class MainActivity extends AppCompatActivity {

    private ImageView imageView;
    private ActivityResultLauncher takePictureLauncher;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        // 初始化 ImageView
        imageView = findViewById(R.id.imageView);

        // 创建启动相机的 ActivityResultLauncher
        takePictureLauncher = registerForActivityResult(new ActivityResultContracts.StartActivityForResult(), result -> {
            if (result.getResultCode() == RESULT_OK) {
                // 获取拍摄的照片位图
                Bundle extras = result.getData().getExtras();
                Bitmap bitmap = (Bitmap) extras.get("data");

                // 在 ImageView 中显示位图
                imageView.setImageBitmap(bitmap);
            }
        });

        // 启动相机拍照
        Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
        takePictureLauncher.launch(takePictureIntent);
    }
}

上述代码中,我们通过ActivityResultContracts.StartActivityForResult()创建了一个ActivityResultLauncher来启动相机应用,并在回调中处理拍摄结果。在回调中,我们从返回的Intent中获取照片位图,并将其显示在ImageView中。

请注意,此示例仅处理了成功拍摄照片的情况。如果用户取消了拍摄或发生其他错误,可以在回调中添加相应的处理逻辑。

相关内容

热门资讯

透视资料!约局吧德州真的存在透... 透视资料!约局吧德州真的存在透视吗(透视)线上德州的辅助器是什么(辅助)总是一直都是有脚本(哔哩哔哩...
透视模块!德州局怎么透视(透视... 透视模块!德州局怎么透视(透视)来玩app破解(辅助)一贯真的是有攻略(哔哩哔哩)1、游戏颠覆性的策...
透视教材!newpoker脚本... 透视教材!newpoker脚本(透视)werplan辅助软件(辅助)总是存在有教程(哔哩哔哩)wer...
透视攻略!pokemmo手机版... 透视攻略!pokemmo手机版脚本(透视)福建大菠萝万能辅助器(辅助)原来是真的有app(哔哩哔哩)...
透视法子!红龙poker辅助器... 透视法子!红龙poker辅助器免费观看(透视)德州局透视脚本下载安装最新版本(辅助)其实存在有工具(...
透视课程!来玩app 德州 辅... 透视课程!来玩app 德州 辅助(透视)竞技联盟辅助插件(辅助)一贯是真的有方法(哔哩哔哩)1、操作...
透视绝活儿!xpoker怎么作... 透视绝活儿!xpoker怎么作必弊(透视)哈糖大菠萝软件下载(辅助)其实一直总是有神器(哔哩哔哩)1...
透视烘培!拱趴大菠萝有什么挂(... 透视烘培!拱趴大菠萝有什么挂(透视)pokemmo脚本辅助下载(辅助)本来是真的有app(哔哩哔哩)...
透视手段!pokemmo辅助器... 透视手段!pokemmo辅助器脚本下载(透视)werplan透视挂(辅助)其实是有技巧(哔哩哔哩)1...
透视手段!哈糖大菠萝可以开挂吗... 透视手段!哈糖大菠萝可以开挂吗(透视)pokemmo脚本辅助(辅助)原来有教程(哔哩哔哩)1、每一步...