Nikon Liveview Data
class NikonLiveviewData(bitmap: Bitmap?, zoomFactor: Int, zoomRectLeft: Int, zoomRectTop: Int, zoomRectRight: Int, zoomRectBottom: Int, hasHistogram: Boolean, histogram: ByteBuffer?, hasAfFrame: Boolean, nikonAfFrameCenterX: Int, nikonAfFrameCenterY: Int, nikonAfFrameWidth: Int, nikonAfFrameHeight: Int, nikonWholeWidth: Int, nikonWholeHeight: Int) : LiveviewData
Content copied to clipboard
Nikon specific livedata containing additional fields for the AF Frame.
Parameters
nikon Af Frame Center X
nikon Af Frame Center Y
nikon Af Frame Width
nikon Af Frame Height
nikon Whole Width
nikon Whole Height
Constructors
Link copied to clipboard
fun NikonLiveviewData(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, nikonAfFrameCenterX: Int = 0, nikonAfFrameCenterY: Int = 0, nikonAfFrameWidth: Int = 0, nikonAfFrameHeight: Int = 0, nikonWholeWidth: Int = 0, nikonWholeHeight: Int = 0)
Content copied to clipboard