Android相机:如何在指定时间自动捕获图像
如何在相机打开时在指定时间自动捕获图像。
How to capture an image automatically by specified time when camera is open.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在相机打开时在指定时间自动捕获图像。
How to capture an image automatically by specified time when camera is open.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我不知道是否可以在没有用户交互的情况下捕获图像。但可以肯定的是,您可以在指定的时间触发意图来显示相机,
您只需要一个计时器,然后如果时间等于您想要的时间,那么
我认为在没有用户交互的情况下不可能只拍照,因为这将是一个安全问题。也许对于像相机这样的事情来说并没有那么糟糕,但是如果您可以以编程方式拨打电话或发送短信,那绝对是糟糕的......对于这样的事情,您需要用户交互来确认。你所能做的就是激发一个意图
I do not know if it possible to capture image without user interaction. But for sure you can fire intent on specified time for showing the camera
you just need a timer and then if the time is equal to the time you wanted than
I think that is not possible to just take photo without user interaction cause it would be a security issue. Maybe for the things like camera is not that bad, but it is definitively bad if you can programmatically make a call or send sms... For things like this you have user interaction to confirm. All you can do is fire a intent