public class FinderPictureCallback
Represents implementation of BasePictureCallback that rotates and crops a part of the snapped image which is visible in the Finder view
public FinderPictureCallback(@NotNull
ImageProcessor imageProcessor)
Represents implementation of BasePictureCallback that rotates and crops a part of the snapped image which is visible in the Finder view
public void onPictureTaken(@Nullable
android.graphics.Bitmap image)
Invoked when picture is taken, rotated and cropped according to Finder view size
public void onPictureTakenInternal(@NotNull
kotlin.Array[] image,
int imageOrientation,
@NotNull
java.util.List<? extends android.graphics.PointF> finderRect)
@NotNull public ImageProcessor getImageProcessor()