CaptureInfo

data class CaptureInfo(val imageOrientation: Int, val isCapturedAutomatically: Boolean) : Parcelable, Serializable

Contains information about the captured image

Parameters

imageOrientation

orientation of the image

isCapturedAutomatically

allows to check if the picture was taken automatically by any of AutoSnappingController

Constructors

Link copied to clipboard
constructor(imageOrientation: Int, isCapturedAutomatically: Boolean)

Properties

Link copied to clipboard