Aslan Sarı
Results
1
comments of
Aslan Sarı
@Kolyall try this, you need to calculate focal points ``` int bitmapWidth = bitmap.getWidth();//2418 int bitmapHeight = bitmap.getHeight();//1889 float x = 1209f; float y = 944f; float focalX = x*photoView.getRight()/bitmap.getWidth();...