skip to Main Content

Firebase – Internal Error when executing TextRecognition using CameraX in realtime

I am attempting to us ML Kit to do some realtime text detection from CameraX on an Android app. My ImageAnalyser is as follows: package com.renegade.CoWarrior; import android.annotation.SuppressLint; import android.media.Image; import android.util.Log; import androidx.annotation.NonNull; import androidx.camera.core.ImageAnalysis; import androidx.camera.core.ImageProxy; import com.google.android.gms.tasks.OnCompleteListener;…

VIEW QUESTION
Back To Top
Search