added support for android to crop image to preview.

This commit is contained in:
Marcus Andersson
2017-12-19 15:03:08 +01:00
parent ea859ca45f
commit c6ad435532
5 changed files with 64 additions and 0 deletions
@@ -83,6 +83,10 @@ class RCTCameraViewFinder extends TextureView implements TextureView.SurfaceText
public void onSurfaceTextureUpdated(SurfaceTexture surface) {
}
public int getCameraType() {
return _cameraType;
}
public double getRatio() {
int width = RCTCamera.getInstance().getPreviewWidth(this._cameraType);
int height = RCTCamera.getInstance().getPreviewHeight(this._cameraType);