-
- 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.
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-