标签: android webview camera
我已经使用Google移动视觉Api创建了一个qrscanner。二维码扫描后,我需要关闭相机。 我已经尝试过camera.release()。但是没有用。 任何人都可以帮助我。 没有错误显示。
if (camera != null) { camera.release(); camera = null; }
这是我尝试发布相机以供其他应用使用的代码。