Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

closed as not a real question by Nambari, Bill the Lizard Feb 18 at 17:41

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.

1 Answer

up vote 0 down vote accepted

No, not with the standard API you'd need to write a plugin. The Camera.getPicture and Capture.captureImage commands require user interaction.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.