Android Question [Firebase ML-Vision] Enable Face tracking

DonManfred

Expert
Licensed User
Longtime User
B4X:
AddApplicationText(
<meta-data
  android:name="com.google.firebase.ml.vision.DEPENDENCIES"
  android:value="barcode,,qrcode,,face,,ocr,,ica,,label" />
)

Note that it will NOT work with the newest maven artifacts as they now depends on firebase-Installation-Api which is, as of now, not available in B4A
 
Upvote 0
Top