Jump to content

unko

Verified Members
  • Posts

    15
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you for your reply. The reason I want to get the pupil diameter at 50Hz is to investigate the responsiveness of the pupil diameter to what is projected by the XR(VR). Therefore, I would like to reliably capture about 50 changes per second (once every 0.02 sec) for each eye. I am currently developing this in a big hurry and if you think you can solve this problem quickly, please let me know how to do it. If 50Hz is too difficult, we can work with about 25Hz. Anyway, I would like to have more than 10Hz.
  2. Thanks for the reply. Its update rate is a big issue because I want to get real time of pupil changes.😒 It needs to be around 50Hz.
  3. Let me know if there is any other information you need. model : vive XR Series release: 7.0 system version: 1.0.999.624 launcher version: 1.6.0.80 kernel : 4.19.81-perf-dirty build number QKQ 1.210528.001 release-keys wave SDK version: 5.6.0
  4. Thank you very much. It's vive wave xr pulgin essence 5.6.0-r.10.2 I have also installed vive console for steam vr from steam on another project and have used SR anipal. these are the two things I have in mind regarding eye tracking.
  5. Thank you very much.!!!!! Your careful follow-up helped me to achieve my goal. I really appreciate it. The acquired pupil diameter changes only about once per second, is this a specification?
  6. Forum_Log_external.zip In the log file in my earlier post, it was playersetting>write permission :internal when I bild. So, I will send you the log of the same scene, re-built with playersetting>write permission :external, and run it again.
  7. フォーラム_γƒ­γ‚°1_2.zipThank you very much. I was able to retrieve the log file successfully.
  8. Thank you for your reply. Sorry for the beginner's question. How can I find a Log from Elite? As you pointed out,The file path was, indeed, incorrect. sw = new StreamWriter( Application.persistentDataPath+ "\\"+UserName + "_" + now + ".csv", true, Encoding.GetEncoding("Shift_JIS")); and when I changed it and play the editor, the csv was created.
  9. Editor.log Thank you for your reply. I checked by pressing the play button in the editor, The Start function is running from start to finish. I am attaching the log file of the process. This log file was found in C:\Users\Nonoka\AppData\Local\Unity\Editor, does it match what you are looking for? Also, my problem is that the csv that is generated when I run it in the editor is not generated when I run the apk file in elite. WaveMain.cs
  10. Thank you for your reply. Unfortunately, the problem has not been resolved. I have created a project according to the link below and attached the attached script to the game object. At the same time, https://github.com/icosa-foundation/open-brush/blob/platform/wave/Assets/Scripts/StoragePermissionManager.cs is also attached. I placed AndoroidManifest.xml in Asset/Plugin/Android. Changed external storage writing to "Allow" in the vive elite menu. TargetAPI in Unity's Project Setting is now android 30. Other Settings"/"Write Permission" was changed to "External(SDCard)" and built. I copied the build to the internal storage of vive elite and installed it as @dilab did, and then ran it. The application works, but the csv file is not output. Thank you in advance for your help. https://developer.vive.com/resources/vive-wave/tutorials/installing-wave-xr-plugin-unity/ WaveMain.cs
  11. I have referred to this topic and have taken action on android permissions. I ran the apk on vive elite and only got the popup about permissions once. Once I allowed it, it never asked me again.
  12. Hello. I am struggling with csv output in vive elite as well. Can I get csv output if I install the apk in internal storage for vive elite as well? I would like to know. Thank you in advance.
  13. I am developing with Vive Elite and would like to get a log file in csv from an apk file built using unity wave SDK. Unity Editor Version 2021.3.29 Wave 5.6.0 I am developing on Vive Elite and would like to output data in csv from an apk file built using unity wave SDK. I copy the apk file to the internal storage of the vive elite and play it on the vive elite. What I want to output is the timestamp, pupil diameter and eye oppeness. Attached is a script I have already created. The application worked fine and I could see the eye information in TextMeshPro. However, the csv is not saved anywhere. Thank you in advance for your help.MyTestScript2.cs
  14. I am developing with Vive Elite and would like to get a log file in csv from an apk file built using unity wave SDK. Unity Editor Version 2021.3.29 Wave 5.6.0 I am developing on Vive Elite and would like to output data in csv from an apk file built using unity wave SDK. I copy the apk file to the internal storage of the vive elite and play it on the vive elite. What I want to output is the timestamp, pupil diameter and eye oppeness. Attached is a script I have already created. The application worked fine and I could see the eye information in TextMeshPro. However, the csv is not saved anywhere. Thank you in advance for your help. Translated with DeepL.com (free version)MyTestScript2.cs
Γ—
Γ—
  • Create New...