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);

}

相关内容

热门资讯

透视揭露!hhpoker万能辅... 透视揭露!hhpoker万能辅助器,hhpoker作必弊码怎么用(透视)竟然有app(哔哩哔哩)1、...
出现新变化!wepoker有没... 出现新变化!wepoker有没有透视方法,提高微乐运气的方法,教你脚本(真实有挂)-哔哩哔哩1、全新...
透视解密!wpk俱乐部怎么作必... 透视解密!wpk俱乐部怎么作必弊,wpk插件(透视)其实真的是有方法(哔哩哔哩)运辅助工具,进入游戏...
无独有偶!hh poker辅助... 无独有偶!hh poker辅助器先试用,微信微乐自建房脚本免费下载,推荐透视(有挂头条)-哔哩哔哩1...
脚本推荐!aapoker免费透... 脚本推荐!aapoker免费透视脚本,aapoker真的假的(透视)都是是真的脚本(哔哩哔哩)1、下...
反观!wepokerplus万... 反观!wepokerplus万能挂,微乐小程序自建房透视,辅助透视(有挂教程)-哔哩哔哩1、实时we...
脚本总结!hhpoker辅助挂... 脚本总结!hhpoker辅助挂下载,hhpoker有没有辅助(透视)确实真的是有软件(哔哩哔哩)1、...
今年以来!wepoker黑侠辅... 今年以来!wepoker黑侠辅助器正版下载,微乐辅助脚本,解迷透视(有挂教学)-哔哩哔哩1、wepo...
围绕透视问题!aa poker... 围绕透视问题!aa poker透视软件,微乐智能辅助真的假的,专业脚本(有挂总结)-哔哩哔哩1、每一...
透视科普!aapoker插件下... 透视科普!aapoker插件下载,aapoker透视脚本(透视)原来是有挂(哔哩哔哩)1、这是跨平台...