We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965e483 commit 25aa2f1Copy full SHA for 25aa2f1
app/src/main/java/io/github/the_dagger/mlkit/MainActivity.kt
@@ -41,7 +41,7 @@ class MainActivity : AppCompatActivity() {
41
fabProgressCircle.show()
42
cameraView.captureImage { cameraKitImage ->
43
// Get the Bitmap from the captured shot
44
- getLabelsFromClod(cameraKitImage.bitmap)
+ getLabelsFromDevice(cameraKitImage.bitmap)
45
runOnUiThread {
46
showPreview()
47
imagePreview.setImageBitmap(cameraKitImage.bitmap)
0 commit comments