-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I upgraded it from wonderklin package to new camerakit version and using AndroidX. but this code in BarCodeReaderActivity
override fun onClick(v: View) {
fabProgressCircle.show()
cameraKitView.captureImage { cameraKitImage ->
// Get the Bitmap from the captured shot
getQRCodeDetails(cameraKitImage.bitmap)
runOnUiThread {
showPreview()
imagePreview.setImageBitmap(cameraKitImage.bitmap)
}
}
}
Is not compiling. Not sure what is wrong? Any suggestions
Metadata
Metadata
Assignees
Labels
No labels