I have a simple question. Is it possible to make a simple app that takes a photo every 5 seconds, for instance?
capture.captureImage
camera.getPicture
Use standard Android camera app to take photo
|
I have a simple question. Is it possible to make a simple app that takes a photo every 5 seconds, for instance? capture.captureImage Use standard Android camera app to take photo |
||||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
No, not with the standard API you'd need to write a plugin. The Camera.getPicture and Capture.captureImage commands require user interaction. |
|||
|
|