Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在定制一个相机应用程序,就像这个链接中提供的一样。
我使用surfaceview 和surfaceholder.callback 进行实时预览。实时预览适用于第一张照片,然后停止。它只显示我拍的照片。意味着实时预览不起作用。第二张照片我的相机坏了。所以重新启动我的手机以使用相机。
那么如何解决呢?
如参考文档中所述,使用拍照takePicture()将停止预览。你需要打电话startPreview()让它重新开始。
takePicture()
startPreview()
这是相关部分:
拍照后,预览显示将停止。要拍摄更多照片,startPreview()请先再次致电。