Interface IBarcodeScanCountViewController

    • 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
    • Method Summary

      Modifier and Type Method Description
      abstract Unit scanAndCount() Trigger this method to run detection on the next cameraFrame or snapped image
      abstract Unit clearCountedBarcodes() Clear all barcodes from the scanning session
      abstract Unit continueScanning() Prepare view to count next bach of the barcodes
      abstract Unit setCaptureMode(CaptureMode mode) Set whether to run counter on Live Frame (smaller resolution, but faster), or on captured image (much slower, but potentially better quality)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • scanAndCount

         abstract Unit scanAndCount()

        Trigger this method to run detection on the next cameraFrame or snapped image

      • setCaptureMode

         abstract Unit setCaptureMode(CaptureMode mode)

        Set whether to run counter on Live Frame (smaller resolution, but faster), or on captured image (much slower, but potentially better quality)