Package io.scanbot.sdk.camera
Class FinderPictureCallback
-
- All Implemented Interfaces:
-
io.scanbot.sdk.camera.BasePictureCallback
public abstract class FinderPictureCallback implements BasePictureCallback
Represents implementation of BasePictureCallback that rotates and crops a part of the snapped image which is visible in the Finder view
-
-
Constructor Summary
Constructors Constructor Description FinderPictureCallback()
-
Method Summary
Modifier and Type Method Description abstract Unit
onPictureTaken(Bitmap image, CaptureInfo captureInfo)
Invoked when picture is taken, rotated and cropped according to Finder view size Unit
onPictureTakenInternal(ByteArray image, Integer imageOrientation, List<PointF> finderRect, Boolean isCapturedAutomatically)
Invoked when picture is taken -
-
Method Detail
-
onPictureTaken
abstract Unit onPictureTaken(Bitmap image, CaptureInfo captureInfo)
Invoked when picture is taken, rotated and cropped according to Finder view size
-
-
-
-