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中。

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

相关内容

热门资讯

了解透视!aapoker辅助怎... 了解透视!aapoker辅助怎么用,微乐自建房辅助免费入口,策略教程(有挂解密)-哔哩哔哩1、完成a...
科普透视!哈糖大菠萝辅助器,微... 科普透视!哈糖大菠萝辅助器,微乐广西小程序开挂,模板教程(确实有挂)-哔哩哔哩1、下载好哈糖大菠萝辅...
详细透视!wepoker辅助透... 详细透视!wepoker辅助透视,微乐家乡app下载,指引教程(真实有挂)-哔哩哔哩在进入wepok...
科普透视!wpk作弊是真的吗,... 科普透视!wpk作弊是真的吗,广西微乐小程序辅助器,诀窍教程(有挂辅助)-哔哩哔哩1)wpk作弊是真...
关于透视!pokerworld... 关于透视!pokerworld修改器,微乐自建房脚本入口,方案教程(有挂神器)-哔哩哔哩1、上手简单...
了解透视!wepoker俱乐部... 了解透视!wepoker俱乐部辅助器,陕西微乐小程序辅助,学习教程(有挂透视)-哔哩哔哩一、wepo...
了解透视!拱趴大菠萝开挂方法,... 了解透视!拱趴大菠萝开挂方法,微信小程序游戏破解器,妙计教程(有挂分享)-哔哩哔哩1、拱趴大菠萝开挂...
辅助透视!wepoker好友房... 辅助透视!wepoker好友房开挂,微乐广西小程序开发,演示教程(有人有挂)-哔哩哔哩1、用户打开应...
揭幕透视!wejoker辅助软... 揭幕透视!wejoker辅助软件视频,微乐广西小程序,手段教程(有挂分享)-哔哩哔哩1、完成wejo...
揭幕透视!菠萝德州透视脚本,微... 揭幕透视!菠萝德州透视脚本,微乐自建房辅助可信吗,项目教程(有挂详细)-哔哩哔哩1、操作简单,无需菠...