Cyberselves / community

Repository hosting Discussions, FAQ's and bug reports
0 stars 0 forks source link

Android build freezes when receiving vision input #3

Open pneug opened 3 years ago

pneug commented 3 years ago

Hey, when trying to build and run an app with the Unity Animus SDK the client freezes when receiving an image from the server. This is the crash report:

ErrorGetVision

It can be reproduced by running the Animus SDK in an empty project. I set the settings to the values you suggested.

I tried to send smaller images from the server, resulting in this error: ErrorImage

Do you have an idea what could be causing this?

dcam0050 commented 3 years ago

Hi there, thanks for flagging this issue. Does the problem persist if you use Animus SDK v2.0.13 instead of v2.0.14?

pneug commented 3 years ago

With v2.0.13 it seems to work first, but after a few received images I get the second error I sent above.