Package 

Enum PassioSDK.FramesPerSecond

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum PassioSDK.FramesPerSecond
    extends Enum<PassioSDK.FramesPerSecond>
                        

    Defines the processing speed of the SDK's camera recognition system. ONE - indicates that one frame will be analyzed every second. If the analysis time of that frame exceeds time of a second, the next frame will be analyzed only after the previous one has been complete. TWO - indicates that one frame will be analyzed every 500 milliseconds. This is the default behaviour of the SDK. MAX - there is no possible waiting period between the analysis of two frames. As soon as the recognition system is done with the previous frame, the analysis of the next one is called. This mode might is computational heavy and might take up a lot of processing power of the system.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MAX
      TWO
      ONE
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait