falsetto
falsetto

Reputation: 789

Camera capture button in Android

I'm using hardware.Camera component in my application but there is a capture button missing. Is it possible to use default capture button, the same as when we start camera as activity from Intent?

Upvotes: 1

Views: 288

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006539

There is no "default capture button". When "we start camera as activity from Intent", the activity that appears will be one from hundreds, if not thousands, of available camera apps. This includes both apps pre-installed on Android devices and apps that are installed by users.

Upvotes: 1

Related Questions