Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Custom serializer for Android's Bitmap.CompressFormat
Link copied to clipboard
annotation class DescriptorVersion
Link copied to clipboard
data class FramePerformance(val number: Int, val stages: List<StagePerformance>, val operations: List<OperationPerformance>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Interactions
Link copied to clipboard
Custom serializer for LivenessType
Link copied to clipboard
Class which describes operating parameters of the best shot.
Link copied to clipboard
annotation class LunaInteractionType
Link copied to clipboard
Link copied to clipboard
data class PerformanceReport(val sessionStart: Long, val sessionEnd: Long, val framesPerformance: List<FramePerformance>)
Link copied to clipboard
class PitchDownInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
class PitchUpInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class YawLeftInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction
Link copied to clipboard
class YawRightInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction