Kapil
Kapil

Reputation: 173

Is it possible to capture images using Intent in Camera2 api's

I am on Android L which is using Camera2 api's.I want to write a Camera app for Image capture using Intent using Camera2 api's.Is it possible.If yes could you share a sample code for it

Upvotes: 4

Views: 768

Answers (1)

Alex Cohn
Alex Cohn

Reputation: 57173

The documentation tries to be clear:

The Android framework supports capturing images and video through the android.hardware.camera2 API or camera Intent.

The Intent has not changed when the old camera API got deprecated.

Upvotes: 1

Related Questions