Android摄像头意图图像未在Webview中上传
创始人
2024-10-10 11:30:35
0
  1. 在AndroidManifest.xml中添加以下代码以请求相机和存储权限:

  1. 在活动中添加以下方法以启动摄像头并捕获图像:

private void dispatchTakePictureIntent() { Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); if (takePictureIntent.resolveActivity(getPackageManager()) != null) { startActivityForResult(takePictureIntent, REQUEST_IMAGE_CAPTURE); } }

  1. 在onActivityResult方法中获取图像并将其加载到Webview中:

@Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { if (requestCode == REQUEST_IMAGE_CAPTURE && resultCode == RESULT_OK) { Bundle extras = data.getExtras(); Bitmap imageBitmap = (Bitmap) extras.get("data");

    WebView webView = findViewById(R.id.webview);
    webView.loadUrl("javascript:loadImage('" + encodeToBase64(imageBitmap) + "')");
}

}

  1. 在JavaScript中添加以下代码以加载图像:

function loadImage(data) { var img = document.createElement('img'); img.setAttribute('src', 'data:image/jpeg;base64,' + data); document.body.appendChild(img); }

其中,encodeToBase64是将Bitmap转换为Base64编码字符串的辅助方法:

private String encodeToBase64(Bitmap imageBitmap) { ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(); imageBitmap.compress(Bitmap.CompressFormat.JPEG, 100, byteArrayOutputStream); byte[] imageBytes = byteArrayOutputStream.toByteArray();

return Base64.encodeToString(imageBytes, Base64.DEFAULT);

}

相关内容

热门资讯

科普透视!wepoker透视脚... 科普透视!wepoker透视脚本是什么,微乐自建房辅助软件有哪些功能,项目教程(证实有挂)-哔哩哔哩...
总结透视!xpoker辅助助手... 总结透视!xpoker辅助助手,微乐小程序自建房插件怎么安装,指南教程(有挂辅助)-哔哩哔哩该软件可...
推荐透视!xpoker辅助神器... 推荐透视!xpoker辅助神器,微信微乐自建房辅助工具,模块教程(有挂方式)-哔哩哔哩1、游戏颠覆性...
科普透视!wepoker科技辅... 科普透视!wepoker科技辅助器,微乐自建房辅助软件,练习教程(有挂透明挂)-哔哩哔哩1、实时we...
教你透视!wpk作弊,微乐江苏... 教你透视!wpk作弊,微乐江苏小程序游戏破解下载,指南书教程(真的有挂)-哔哩哔哩1、起透看视 wp...
总结透视!wepoker透视脚... 总结透视!wepoker透视脚本,微乐河南麻将辅助ios,烘培教程(有挂分析)-哔哩哔哩wepoke...
了解透视!hhpoker有没有... 了解透视!hhpoker有没有辅助,微乐自建房辅助工具官网,讲义教程(有挂规律)-哔哩哔哩hhpok...
专业透视!wepoker有辅助... 专业透视!wepoker有辅助吗,微乐辅助脚本,模块教程(有挂教学)-哔哩哔哩1、wepoker有辅...
推荐透视!wepoker辅助器... 推荐透视!wepoker辅助器最新版本更新内容,广西微乐小程序控制器,机巧教程(有挂方式)-哔哩哔哩...
开挂透视!hhpoker是正规... 开挂透视!hhpoker是正规的吗,微信小程序微乐辅助免费版,窍门教程(有挂攻略)-哔哩哔哩一、hh...