ScanOutcome
Outcome of a single scan iteration.
Entries
Frame skipped without scanning: the phone was tilted below VpsLocalConstants.MIN_INCLINATION_ANGLE.
Captured frame skipped before inference: too little texture (blank wall/floor/ceiling), above VpsLocalConstants.TEXTURE_MAX_LOW_TILE_RATIO.
Captured frame skipped before inference: too motion-blurred (sharpness below VpsLocalConstants.MIN_SHARPNESS).
Scanning paused (no capture): the phone has been held flat (screen horizontal) long enough that the camera can't usefully see the scene. Clears once the phone is raised upright again.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.