Android Question Firebase ML-Vision Face detection error

prajinpraveen

Active Member
Licensed User
Longtime User
Hello Everyone,

Thank you @DonManfred for this library
Firebase ML Vision

I can scan barcodes and text. When i try Face, Contour-Recognition, the app crashes without any error.
The last line on the log before the crash is

Using Face Detector Processor

Thank you
 

DonManfred

Expert
Licensed User
Longtime User
When i try Face, Contour-Recognition, the app crashes without any error.
There is no such thing like crash without error. The error must be there; maybe in the unfiltered log.
 
Upvote 0

prajinpraveen

Active Member
Licensed User
Longtime User
Hi Don,

Please see attached unfiltered logs.(from or around line 763)

--------- beginning of crash
--------- beginning of system
--------- beginning of main
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
onAuthStateChanged: com.google.firebase.auth.internal.zzn@9269ea4
Using Barcode Detector Processor
spRegognizers_ItemClick(3, Face Detection)
Using Face Detector Processor
 

Attachments

  • unfiltered logs.txt
    138.1 KB · Views: 194
Upvote 0
Top