Skip to content

Commit 25aa2f1

Browse files
chore : default to on device labelling
1 parent 965e483 commit 25aa2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/github/the_dagger/mlkit/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MainActivity : AppCompatActivity() {
4141
fabProgressCircle.show()
4242
cameraView.captureImage { cameraKitImage ->
4343
// Get the Bitmap from the captured shot
44-
getLabelsFromClod(cameraKitImage.bitmap)
44+
getLabelsFromDevice(cameraKitImage.bitmap)
4545
runOnUiThread {
4646
showPreview()
4747
imagePreview.setImageBitmap(cameraKitImage.bitmap)

0 commit comments

Comments
 (0)