Jump to content

Eye Tracking will crash the app using Wave 5.2.1


_Gabriel

Recommended Posts

Hey,

I've just spent a day trying to implement eye tracking because it was either crashing the app straight after opening, or not working at all - START_FAILURE.

The crash happens only if there is Enable Eye tracking checkbox selected, or feature is added to AndroidManifest (which is the same thing?).

Unfortunately the android log doesn't return anything useful apart from simply CRASH which I though was something on my end.

 

As a last resort I was checking the tutorials once again and I've decided to try the 5.0.3.r5 version which is also show here

https://developer.vive.com/resources/vive-wave/tutorials/eye-tracking-unity-wave-sdk-migration/

And... it started working. Could someone else verify?

 

Link to comment
Share on other sites

Hi Gabriel,

Which sample did you use?

If you wrote a personal sample, could you provide your sample code?

Also, please provide the ROM version of your HMD (Vive Focus 3?). You can check the ROM version at Settings > Common > About.

Thanks.

  • Like 1
Link to comment
Share on other sites

Hey,

Vive Focus 3

version number 5.7

system version 5.0.999.760

core version 4.19.81-perf-dirty

Wave version 5.2.1.u04

 

Project

Unity 2021.3.21f1

Vive Wave XR Plugin

Vive Wave XR Plugin - Essence

which also downloads the

Vive Wave XR Plugin - Native

all above versions 5.2.1-r.1 (not working)

I have tried a simple scene of my own which was just a white space with eye manager and eye tracking cube to check if it's enabled, but I've tried on the Demo EyeTracking scene from Essence as well and it crashed too. 

This probably has nothing to do with scenes, but will crash when the eye tracking is enabled in manifest. The app will build if there is no eye tracking enabled in manifest.

 

Link to comment
Share on other sites

Hi Gabriel,

I tried the same environment (ROM & SDK) as you used and configured as below photo.

image.png.48f3d44070da04265737031c40d5d0ca.png

image.png.c6a864c99497b06e897b9ba4ec517c37.png

I used this sample:

image.png.9b4fd591368bee893b964e6b944b7da4.png

Everything is fine.

So I need your crash log for analysis.

Please help record the log with this command:

# adb logcat -v threadtime 2>&1 | tee crash_log.txt

and provide the "crash_log.txt" to us.

Thank you very much.

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...