Android Question Problem with b4aMobileVisionText

mczubel

Member
Licensed User
Longtime User
Hi all
I have this problem with mobilevisiontext:

Registo conectado a: ad01170205a870a301
--------- beginning of crash
--------- beginning of main
--------- beginning of system
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (starter) Start **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Service (starter) Start **
** Activity (main) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = true **
** Service (starter) Destroy **
Worked perfect 40 hs. ago and the problem started after b4a update to 7.30.
Before the log showed blocks, lines and words.
I updated google services and used all version b4a like 7.01(in wich worked)
I can't solve it
 

mczubel

Member
Licensed User
Longtime User
First worked fine with and without change.
change:
Sub mvt_words_result(words As String)

Log("B4A Words = " & words)
Msgbox(words,"caravana:")
End Su
I Deleted first download, download again, instale b4a again, instale b4a old version with samsung s7 and j5.
Now without change not work.
I'm obsessed because it's an excellent library
Sorry my eng, I'm tired
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
First worked fine with and without change.
change:
I Deleted first download, download again, instale b4a again, instale b4a old version with samsung s7 and j5.
Now without change not work.
I'm obsessed because it's an excellent library
Sorry my eng, I'm tired
What Android version do you have on your device? I have only tested it with KitKat but can also test it with Lollipop and Marshmallow if I have to. But I assume it will work on the latter two. If it worked on your device before then it should work - something has changed in what you are doing now vs what you have done before.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I have done a wrapper for the OCR of this github.com library (Not released as yet) and i can say it is working on android 7 and b4a 7.3
I have tested it on my s7 edge
 
Upvote 0

mczubel

Member
Licensed User
Longtime User
well, I used mvt inside 1 my app and was compiled with a different package name.
I uninstalled my app, example too, and reinstall only the example.
Nothing work.
But can 2 app with mvt at the same time, make that?
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
well, I used mvt inside 1 my app and was compiled with a different package name.
I uninstalled my app, example too, and reinstall only the example.
Nothing work.
But can 2 app with mvt at the same time, make that?
No, because one of them will have access to the camera and then no other app or activity can access the camera until such time as what it has been released
 
Upvote 0

mczubel

Member
Licensed User
Longtime User
yes, this is clear, they aren't simoultaneous.
But how do you retrieve data while the activity is paused? the problem is there.
 
Upvote 0

mczubel

Member
Licensed User
Longtime User
I have done a wrapper for the OCR of this github.com library (Not released as yet) and i can say it is working on android 7 and b4a 7.3
I have tested it on my s7 edge
Sorry DonManfred but link don't work.
It's offline?
I need read visual tag cow in farms, sometime have internet, sometime no.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top