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?
|
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?
| |||||||||||||
feedback
|
|
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. | |||
|
feedback
|