CameraFrameResult

Constructors

Link copied to clipboard
constructor(blurScore: Int, @NonNull frame: Bitmap, @NonNull orientation: CameraOrientation, @NonNull stats: StatsResults, frameId: Long, @Nullable edgeDetection: EdgeDetection)
constructor(blurScore: Int, @NonNull frame: Bitmap, @NonNull orientation: CameraOrientation, @NonNull results: StatsResults, frameId: Long)
constructor(@NonNull frame: Bitmap, @NonNull orientation: CameraOrientation)

Functions

Link copied to clipboard
@NonNull
open fun bitmap(): Bitmap
Link copied to clipboard
open fun blurScore(): Int
Link copied to clipboard
Link copied to clipboard
open fun duration(): Long
Link copied to clipboard
@Nullable
open fun edgeDetection(): EdgeDetection
open fun edgeDetection(@NonNull edgeDetection: EdgeDetection)
Link copied to clipboard
open fun frameId(): Long
Link copied to clipboard
@NonNull
open fun orientation(): CameraOrientation
Link copied to clipboard
open fun start()
Link copied to clipboard
@NonNull
open fun stats(): StatsResults
Link copied to clipboard
open fun stop()
Link copied to clipboard
@NonNull
open fun toString(): String