中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
相机使用完关闭,发现在要写很多代码,这样十分麻烦。
微信扫码分享
private stopCamera() { this.mCaptureSession?.stop(); this.mCameraInput?.close(); this.mPreviewOutput?.release(); this.mPreviewOutput2?.release(); if (this.mCaptureSession) { this.mCaptureSession.release(); this.mCaptureSession = undefined; } }