I have not found any way to crop camera ppreview and then display it on the SurfaceView.

Android - Is it possible to crop camera preview?

link|improve this question

0% accept rate
you can change or crop the size of surfaceView instead of fullscreen view, that thing you want else you need to crop the preview of video itself. – Karthi Dec 22 '11 at 9:44
@Anderson are you talking about image or video? – Dr.nik Dec 22 '11 at 9:46
1  
you can capture image and then crop. – Richa Dec 22 '11 at 9:55
Preview is a preview.... regardless if still or video. Capture and then crop and display would be way to slow for each frame. Besides that.... android does not offer any functionality to scale images. – Anderson Dec 22 '11 at 10:39
possible duplicate of How to crop camera preview? – Sergey Glotov Jan 18 at 9:41
feedback

1 Answer

Not directly. Camera API does now allow for offsets, and will squeeze image into surface holder. But you can work around by placing overlays (other views) over it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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