@DonManfred, thanks for the lib.
1) GraphicOverlay: somehow showing of the found texts can be disabled on GraphicOverlay ?
2) overlayBitmappathName: how this bitmap is practically used ?
3) Camera focusing: any control available ? Seems, the camera is working without periodical auto-focusing (NOT SURE)
4) Camera's preview size: it's scaled in landscape. How to set up to see the preview with correct proportions ?
5) Dependencies in the Manifest:
Comma separated values are not parsed well by the IDE...
1) GraphicOverlay: somehow showing of the found texts can be disabled on GraphicOverlay ?
2) overlayBitmappathName: how this bitmap is practically used ?
3) Camera focusing: any control available ? Seems, the camera is working without periodical auto-focusing (NOT SURE)
4) Camera's preview size: it's scaled in landscape. How to set up to see the preview with correct proportions ?
5) Dependencies in the Manifest:
B4X:
AddApplicationText(<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<meta-data
android:name="com.google.firebase.ml.vision.DEPENDENCIES"
android:value="barcode,text,label,face" />)
Comma separated values are not parsed well by the IDE...
Last edited: