标签: android camera image-capture
是否可以编写不仅在android中调用default camera应用程序而且还捕获图像的代码(自动而不是user pressing the capture button)。
default camera
user pressing the capture button
在photobasics教程的帮助下,我想从我的应用程序访问内置摄像头,但是如何在应用程序打开后自动捕获图像?
我知道这可以通过相机api完成,但是trigger the capture mobile's camera app的功能是否有效?
trigger the capture
mobile's camera app
答案 0 :(得分:0)
是的,您可以使用Camera Api进行此操作。
Camera API in Android
API
无需任何用于捕获的UI然后Image只需使用服务或任何后台线程或您想要的方式调用相机api。