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

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

相关内容

热门资讯

为了进一步"poke... 为了进一步"pokemmo脚本辅助器"hhpoker德州牛仔视频(果然真的是有辅助app)-哔哩哔哩...
透视曝光"poker... 透视曝光"poker辅助器免费安装"一贯是真的辅助软件(哔哩哔哩)1、金币登录送、破产送、升级送、活...
受玩家影响"poke... 受玩家影响"pokemmo辅助器手机版下载"wepoker永久免费脚本(其实有辅助神器)-哔哩哔哩1...
透视普及"wepok... 您好,wepoker线上大神这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】...
透视app"hhpo... 透视app"hhpoker有作必弊的吗"aapoker免费透视脚本(原来是有辅助安装)-哔哩哔哩1、...
透视推荐"hhpok... 透视推荐"hhpoker智能辅助插件"本来是有辅助攻略(哔哩哔哩)透视推荐"hhpoker智能辅助插...
透视辅助"wepok... 透视辅助"wepoker开脚本视频"we poker辅助器v3.3(果然真的有辅助安装)-哔哩哔哩所...
透视了解"hhpok... 透视了解"hhpoker有没有作必弊挂"切实是有辅助神器(哔哩哔哩)1、hhpoker有没有作必弊挂...
透视ai"德普之星怎... 透视ai"德普之星怎么开辅助"wpk作必弊最怕三个东西(其实存在有辅助修改器)-哔哩哔哩1、在wpk...
透视解迷"aapok... 透视解迷"aapoker怎么设置提高好牌几率"确实是有辅助器(哔哩哔哩)aapoker怎么设置提高好...