gpt4 book ai didi

camera - 是否可以在没有 "tap to accept"的情况下使用 Google Glass 拍照?

转载 作者:行者123 更新时间:2023-12-04 20:08:45 25 4
gpt4 key购买 nike

我正在按照此处的代码使用 Google Glass 相机捕获图像。

https://developers.google.com/glass/develop/gdk/media-camera/camera#capturing_images_or_video

Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
startActivityForResult(intent, 1);

一切正常,除了相机事件需要用户“点击接受”。是否可以在一秒钟左右后拍摄照片?

这就是内置相机应用程序的工作方式,我只是说“好的玻璃,拍照”,它不需要任何额外的确认就可以拍照。我的应用程序中的相机已经被用户通过界面中的其他语音/点击激活,因此第二次确认点击是不可取的。

最佳答案

您可以自己拍照,而不是打开 Google Glass 相机应用程序:http://developer.android.com/training/camera/cameradirect.html
这甚至在 GDK 引用中提到:

Building your own logic with the Android Camera API. Follow these guidelines if you are using this method:

  • Take a picture on a camera button click and a video on a long click, just like Glass does.
  • Indicate to the user whether a picture was taken or a video was recorded.
  • Keep the screen on during capture.

关于camera - 是否可以在没有 "tap to accept"的情况下使用 Google Glass 拍照?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21540978/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com