Liveview Data
open class LiveviewData(bitmap: Bitmap?, zoomFactor: Int, zoomRectLeft: Int, zoomRectTop: Int, zoomRectRight: Int, zoomRectBottom: Int, hasHistogram: Boolean, histogram: ByteBuffer?, hasAfFrame: Boolean)
Content copied to clipboard
Liveview data that contains the bitmap with additional meta data like zoom position and/or focus position.
Parameters
bitmap
of the current livedata
zoom Factor
zoom Rect Left
zoom Rect Top
zoom Rect Right
zoom Rect Bottom
has Histogram
histogram
has Af Frame
Constructors
Link copied to clipboard
fun LiveviewData(bitmap: Bitmap? = null, zoomFactor: Int = 0, zoomRectLeft: Int = 0, zoomRectTop: Int = 0, zoomRectRight: Int = 0, zoomRectBottom: Int = 0, hasHistogram: Boolean = false, histogram: ByteBuffer? = null, hasAfFrame: Boolean = false)
Content copied to clipboard