Camera on Android Example
问题 I want to write an activity that: Shows the camera preview (viewfinder), and has a "capture" button. When the "capture" button is pressed, takes a picture and returns it to the calling activity (setResult() & finish()). Are there any complete examples out there that works on every device ? A link to a simple open source application that takes pictures would be the ideal answer. My research so far: This is a common scenario, and there are many questions and tutorials on this. There are two