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免费脚本咨询,拱趴大菠萝万能辅助器,一贯真的有挂(有挂方式)wepoker免...
黑科技插件!约局吧app有挂吗... 黑科技插件!约局吧app有挂吗,德普之星辅助工具如何打开,原来真的是有挂(真实有挂)1、德普之星辅助...
我来分享!pokemmo脚本手... 我来分享!pokemmo脚本手机版,智星菠萝辅助,切实是真的有挂(有挂教程)1、任何透视是真的假的的...
更值得关注的是!wpk德州局透... 更值得关注的是!wpk德州局透视,德普之星透视辅助软件是真的吗,竟然真的有挂(真实有挂)1、德普之星...
程序员教你!wpk辅助是什么,... 程序员教你!wpk辅助是什么,aapoker辅助器怎么用,果然有挂(今日头条)1、任何透视是真的假的...
连日来!wepoker透视挂底... 连日来!wepoker透视挂底牌,德扑之星透视,一直是有挂(有挂助手)1、德扑之星透视免费脚本咨询教...
我来教教大家!wepoker数... 我来教教大家!wepoker数据分析,wpk免费辅助,本来是真的有挂(有挂方式)1、进入到是否有挂之...
据了解!红龙poker作弊指令... 您好,德普之星辅助器app这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
一分钟揭秘!德普之星透视辅助软... 一分钟揭秘!德普之星透视辅助软件,wejoker内置辅助,竟然有挂(的确有挂)1、破解器简单,机器人...
出乎意料的是!wejoker手... 出乎意料的是!wejoker手机版透视脚本,智星菠萝透视,切实确实有挂(有挂教学)1、智星菠萝透视透...