Class CaptureMode


  • public class CaptureMode
    extends java.lang.Object
    Enumeration contains possible scanning modes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AUTO
      The flow of frames starts to be processed right after a scenario is started
      static int CAPTURE_FRAME
      The frame starts to be processed right after the Capture button is pushed
      static int CAPTURE_VIDEO
      The flow of frames starts to be processed right after the Capture button is pushed
    • Constructor Summary

      Constructors 
      Constructor Description
      CaptureMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AUTO

        public static final int AUTO
        The flow of frames starts to be processed right after a scenario is started
        See Also:
        Constant Field Values
      • CAPTURE_VIDEO

        public static final int CAPTURE_VIDEO
        The flow of frames starts to be processed right after the Capture button is pushed
        See Also:
        Constant Field Values
      • CAPTURE_FRAME

        public static final int CAPTURE_FRAME
        The frame starts to be processed right after the Capture button is pushed
        See Also:
        Constant Field Values
    • Constructor Detail

      • CaptureMode

        public CaptureMode()