Jump to content

VIVE_chengnay

Employee
  • Posts

    748
  • Joined

  • Last visited

Everything posted by VIVE_chengnay

  1. Hi @Ryan Chapman, Did you try enable the features listed below?
  2. Hi @noobsVR, Vive Ultimate tracker does not support 6e. It only supports 5 GHz Wi-Fi.
  3. Hi @Klary, Maybe I am wrong with SRanipal statement. I will double check again today and reply you later.
  4. Hi @Klary, SRanipal only works for Vive Pro Eye hardware. I was told that those two values are not supported now. I will check internally.
  5. Hi @Gabor_Infinit, Have you ever tried this? https://business.vive.com/us/support/vbs/category_howto/streaming-is-not-smooth-when-using-vive-ultimate-tracker.html
  6. Hi @Elysia, Could be try below method? https://hub.vive.com/storage/docs/en-us/UnrealPlugin/UnrealPluginGettingStart.html
  7. Hi @deSchot, There are two SDKs for VIVE Focus 3, You can check the VR features of them below: WaveVR(https://hub.vive.com/storage/docs/en-us/UnrealPlugin/UnrealPlugin.html) and ViveOpenXR(https://developer.vive.com/resources/openxr/unreal/unreal-overview/). ViveOpenXR depends on the OpenXR plugin. I recommend you to use ViveOpenXR SDK, the WaveVR SDK might be deprecated in a year except the features ViveOpenXR SDK offered is not fit your requirement. That means the features in WaveVR are more than ViveOpenXR SDK. If you need to use the Ultimate tracker, WaveVR is supported. ViveOpenXR will support it in next release.
  8. After your covering up the camera around your headset for awhile, An overlay will popup to do "Draw new boundary". After room setup is completed, you can redo scan room.
  9. I suggest to redo scan room process to create a new tracking map. Covering up headset's cameras to make your headset lost tracking. https://www.vive.com/us/setup/vive-ultimate-tracker/
  10. Hi @fate.hua, If your tracker is positioned around waist height, will it lost tracking too? Or it will lost tracking when you placed tracker around ground level?
  11. Hi @unko, Could you share your purpose of getting real time pupil data? 50Hz is for each eye? or both eyes? If 50Hz each eye means 1 sec update 50 times. For both eyes means 1 sec update 25 times per eye. Which is your need?
  12. Hi @Virtus, Did you try this? https://hub.vive.com/storage/docs/en-us/HowToGetButtonEvent.html
  13. Hi @vrgh, If you're using Wifi ADB, battery tends to drain faster, it is recommended to connect your device to power cable.
  14. Hi @unko, Which API are you using for getting pupil diameter? I will check internally.
  15. Hi @Virtus, Have you tried below method?
  16. Hi @Virtus, Have you tried Vive Business Streaming?
  17. Hi @unko, Could you fix this error? 04-25 21:04:21.279 4592 4623 E Unity : NotSupportedException: Encoding 932 data could not be found. Make sure you have correct international codeset assembly installed and enabled. 04-25 21:04:21.279 4592 4623 E Unity : at System.Text.Encoding.GetEncoding (System.Int32 codepage) [0x00000] in <00000000000000000000000000000000>:0 04-25 21:04:21.279 4592 4623 E Unity : at Wave.Essence.Eye.WaveMain.Start () [0x00000] in <00000000000000000000000000000000>:0 There should be some problem with the method you use for StreamWriter. I searched online, and I found out that you might need FileStream before using StreamWriter? Both logs, internal and external, show "Storage permission granted!". After you resolved above issue, please check below error, 04-25 21:04:21.283 4592 4623 E Unity : NullReferenceException: Object reference not set to an instance of an object. 04-25 21:04:21.283 4592 4623 E Unity : at Wave.Essence.Eye.WaveMain.SaveData (System.String a, System.String b, System.String c, System.String d, System.String e, System.String f, System.String g, System.String h, System.String i, System.String j, System.String k, System.String l, System.String m, System.String n, System.String o, System.String p) [0x00000] in <00000000000000000000000000000000>:0 04-25 21:04:21.283 4592 4623 E Unity : at Wave.Essence.Eye.WaveMain.FixedUpdate () [0x00000] in <00000000000000000000000000000000>:0
  18. Hi @unko, Before launching your app, you can type "adb logcat > filename.txt" on command console.
  19. Hi @unko, Yes, what works in Editor mode might not be the same as in running on Android device. And, I look through your code, the filepath and creating file part might need to update. Could you provide log from Elite?
  20. Hi @unko, Could you check your Start function, did it execute from beginning to end? If yes, could you share your log file?
  21. Hi @unko, From other topic, you already can access the storage permission. Is your problem resolved?
  22. Hi @unko, Yes, once you allowed the permission, it will only poop once. Unless you uninstall your app and reinstall, then it will popup again.
×
×
  • Create New...