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

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

相关内容

热门资讯

透视教程(wepoker)we... 透视教程(wepoker)wepoker底牌透视(透视)其实真的有挂(2025新版);wepoker...
透视安装(WEPOKER)we... 透视安装(WEPOKER)wepoker俱乐部辅助(透视)切实是有挂(2025新版教程)wepoke...
透视挂(WEPOKER)wep... 透视挂(WEPOKER)wepoker代打辅助机器人(透视)切实是有挂(科技教程)1、这是跨平台的w...
透视中牌率(WEPOKER)w... 透视中牌率(WEPOKER)wepoker辅助器下载(透视)其实真的是有挂(揭秘教程);1、实时we...
透视系统(WePoKer)we... 透视系统(WePoKer)wepoker智能辅助插件(透视)好像是有挂(揭秘教程)1、让任何用户在无...
透视有挂(WEPOKER)we... 透视有挂(WEPOKER)wepoker怎么设置透视(透视)确实是有挂(扑克教程)wepoker怎么...
透视ai(WePoKer)破解... 透视ai(WePoKer)破解辅助插件wepoker(透视)真是是真的有挂(新2025版);1、破解...
透视辅助(WEPOKER)we... 透视辅助(WEPOKER)wepoker私人局外卦(透视)真是有挂(黑科技教程)1、完成wepoke...
透视工具(WePoKer)we... 透视工具(WePoKer)wepoker有用吗(透视)原来存在有挂(我来教教你)小薇(透视辅助)致您...
透视安卓版(WEPOKER)w... 透视安卓版(WEPOKER)we-poker辅助软件教程(透视)果然真的是有挂(规律教程);we-p...