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透视脚本免费下载pc,epoker透视底牌,机巧教程(真是有挂)-哔哩哔哩1...
揭露透视!werplan免费挂... 揭露透视!werplan免费挂下载!一直真的有辅助技巧(有挂详细)-哔哩哔哩1、玩家可以在werpl...
教你透视!werplan怎么透... 教你透视!werplan怎么透视,wepoker免费脚本咨询,手册教程(真实有挂)-哔哩哔哩1、让任...
了解透视!来玩app破解版!果... 了解透视!来玩app破解版!果然是真的有辅助技巧(有挂方式)-哔哩哔哩运来玩app破解版辅助工具,进...
推荐透视!wepoker到底有... 推荐透视!wepoker到底有没有透视,aapoker透视脚本入口,方案教程(有挂工具)-哔哩哔哩w...
了解透视!哈糖大菠萝软件下载!... 了解透视!哈糖大菠萝软件下载!总是真的有辅助神器(有人有挂)-哔哩哔哩1、打开软件启动之后找到中间准...
必备透视!hhpoker怎么防... 必备透视!hhpoker怎么防作必弊,aa poker透视软件,演示教程(有挂功能)-哔哩哔哩1、h...
曝光透视!werplan辅助软... 曝光透视!werplan辅助软件!竟然真的有辅助方法(有挂透明挂)-哔哩哔哩1、下载好werplan...
详细透视!wepoker轻量版... 您好,wepoker轻量版透视系统这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
揭幕透视!epoker免费透视... 揭幕透视!epoker免费透视脚本!本来真的是有辅助方法(有挂教程)-哔哩哔哩epoker免费透视脚...