Interface HighResolutionImageProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • takeHighResolutionImage

         abstract void takeHighResolutionImage()

        Takes a picture from the camera and calls onImageTaken after the image is taken successfully. If no HighResolutionImageListener is set, the method returns. Additionally, a picture is only taken if the safeToTakePicture flag is set to true, which means the camera is open and preview is started.

      • takeHighResolutionImage

         abstract void takeHighResolutionImage(int top, int left, int right, int bottom, int scanViewWidth, int scanViewHeight)