Padma
Padma

Reputation: 656

Android Camera - Can we take a part of an image from the full screen

I want to take an particular part of an image from the image preview. Is it possible, if so how to do that?

for ex, enter image description here

I just want to show some limit to the user, so they can take partial part of an image. How to show my surface view like the given above picture and how to take particular part of an image??

Thanks is in advance.

Upvotes: 2

Views: 1600

Answers (1)

Sparky
Sparky

Reputation: 8477

I don't know of any way to capture less than the full preview. You could display the crop marks as an overlay, and retrieve that portion of the bitmap in post-processing after you capture the image.

Upvotes: 2

Related Questions