Jump to content

Tony PH Lin

Employee
  • Posts

    888
  • Joined

  • Last visited

Everything posted by Tony PH Lin

  1. Hi @Knase, Thanks for asking. Basically this post is mainly for PCVR content developer who used OpenXR PC or SRanipal SDK, so they can stream PC content via VBS on Focus 3. We plan to roll out official Vive WAVE SDK next week to support eye expression, and also an OpenXR Mobile plugin. You're welcome to get a pre-release version through our server, and I'll PM you to support creating the access to have a trial and feedback.
  2. Here is the tutorial for reference. https://developer.vive.com/resources/openxr/openxr-pcvr/tutorials/unity/how-integrate-hand-tracking-data-your-hand-model/
  3. Hi All, We'd pleased to share the update of new APK (v.0.0.3) for Vive Reality System (VRS) Studio. VRSStudio_0.0.3_20220914.apk The main change is to add new mini game: Dice and poker. The mini game demos how to use hand to interact with small objects, and how to handle the case when two hands are close. Thanks and let us know your feedbacks. Note: You may need to log in to download the APK.
  4. Hi @sakarigames, Sorry for the late reply. We can’t reproduce it. Could you help to get VBC log back? The log folder is in “C:\ProgramData\HTC\ViveSoftware\VBConsole\Log”. Thanks.
  5. Hello, Sorry that Direct Preview is not workable with URP. Thanks for your feedbacks.
  6. Hi @sparkHoudini, Could you share your execute file for us via PM to verify? We can run sample project on our side smoothly. Thanks.
  7. Hi @charlie_m, Please refer the video tutorial of Direct Preview with USB and WiFi connection. Let us know if it's helpful for you to clarify.
  8. Hi @vethetheth, Here is our latest video tutorial of Direct Preview for your reference. https://forum.htc.com/topic/14037-unity-use-direct-preview-through-usb-or-wi-fi/ Additionally, we're checking your logs and suspect maybe cause by not mapping network card. Will update more investigation result for you soon. Thanks.
  9. Hi @dgmn, According to this path, we think you put WaveVR under the Engine side such as D:/Epic Games/UE_4.27/Engine/Plugins/. UATHelper: Packaging (Android (ASTC)): D:/Epic Games/UE_4.27/Engine/Plugins/WaveVR/Source/WaveVRInput/Classes/WaveVRPawnMotionController.h(41) : LogCompile: Error: An explicit Category specifier is required for any property exposed to the editor or Blueprints in an Engine module. Please follow the steps: https://hub.vive.com/storage/docs/en-us/UnrealPlugin/UnrealPluginGettingStart.html#prepare-your-development-environment And put WaveVR plugin under <MY_PROJECT/Plugins/> such as <MY_PROJECT/Plugins/WaveVR>
  10. Hi @THubbard, If you don't have preference to develop based on OpenXR, I'd suggest you to start from VIVE Wave XR. https://hub.vive.com/storage/docs/en-us/UnityXR/UnityXRGettingStart.html For the rest from UPM, which are mainly for OpenXR (PCVR or MobileVR) but as you know many of OpenXR features are still under spec. review, discussion or development stage so it depends on your target. Hope this clarification is helpful for you. Thanks.
  11. Hi @ashum, Thanks for your inquiry, and please refer to related info. with video tutorials and webpage. https://developer.vive.com/resources/openxr/openxr-mobile/tutorials/unity/hand-tracking/ Let us know if you need any further info. and topics for development.
  12. Hi @vethetheth, Sorry for the late reply. Thanks for keeping feedbacks about the Direct Preview function. In past periods we remotely worked with some developers to clarify their environments or setup steps, and indeed observed there were some missed points or steps may cause the failure case. So we try to record a video tutorial and rephrase our online document to make it more clearly, and we should share out quite soon. Before that, we'd like to support your case via remote debugging. Please PM me and we can setup if it's okay for you.
  13. Hi All, Update high poly version (18K) of Focus 3 controller. Controller_Focus3 (high poly version)_fbx_220818.zip
  14. Here is the new updated APK (v.0.0.2) for Vive Reality System (VRS) Studio. VRSStudio_64bit.apk You can visit the Github to know more detail change lists and also get access for open source. https://github.com/ViveSoftware/VRS-Studio/releases/tag/v0.0.2 Thanks and let us know your feedbacks. Note: You may need to log in to download the APK.
  15. Hi All, VRS-Studio open source project is opened to all developers on Github. Please visit the link, thanks. https://github.com/ViveSoftware/VRS-Studio
  16. FaceGym is a test application to demonstrate the functionality of the eye and face trackers. You can download APK to have a try first. FaceGym_1.0.11.apk It's an open-source project (private) and put on below link. https://github.com/ViveSoftware/FaceGym How to access Github private open source project 1. Create an account on Github if you don’t already have one. 2. Share your account details with your HTC point of contact. 3. Get access to the FaceGym open-source project! How to control 1. Press and hold grip button of right controller to switch to grid chart 2. Press and hold A button of right controller to enable gaze point 3. Press and hold B button to enable gaze point stabilizer
  17. Hi @Virtual Resolution, Wave SDK doesn't provide or manage this kind of path for Application. Basically the APP should call from Standard Android API to access storage and also do related claim inside Android Manifest file for permission. This is the direction we could suggest, and maybe you could refer some examples from photo capture app. Thanks.
  18. Update one minor change with the orientation. Welcome to use these models in your project development. Thanks. Controller Release_220620.zip
  19. So there are two runtimes installed in PC. In theory, after the new runtime is installed along with VIVE SW, the SRAnipal environment will be change to the it. Some trouble shooting suggestions: 1. Close all SRAnipal runtime, from start-menu click VIVE SRAnipal (NEW one) instead of SRanipal Runtime. This will start the new runtime. Start an SRAnipal App to see if the SRAnipal robot eye is green. 2. If the new runtime still not work, use the SRAnipal robot to pack log and send back to us. Thanks.
  20. Hi @Luky, From your environment info., it's really outdated version either ROM code or SDK version. Currently the generic ROM version is 3.0.999.456, and Wave SDK is 4.5.0. Please upgrade your device first, and PM us the S/N if you can't receive the upgrade successfully since I observed yours was in 2.0.xxx which may be quite early DK version. I think most of your issues may not exist after upgrading, and we can clarify the new issues based on the latest version. Thanks. Note: Please visit a dedicated Wave SDK Forum to discuss the content development experience.
  21. Hello @hyunaseo, There is no Unreal Blueprint function ready to connect passthrough underlay API. Internally it's workable to call native API directly, and please refer below API. https://hub.vive.com/storage/docs/en-us/WVR_ShowPassthroughUnderlay.html Thanks.
  22. Please check it out we have some updates on Wave 4.5.0 Passthrough Overlay.
  23. Hi @aapeli, We're preparing UE 4.27 support for OpenXR and upload shortly. Maybe you can try again based on the latest version to see if it's working. Thanks.
  24. Hi @且试天下, We're going to have newer SDK release next week, and will have Direct Preview to support controller hapics and Hand tracking. Hopefully your issue could be resolved on the update. Keep you posted, thanks.
  25. Sounds like your Firefox doesn’t correctly connect to SteamVR. Not sure if you do not grant this web site the right to access to VR device in Firefox. Just try with Chrome and three.js VR sample. It works to Focus 3 via VBS + SteamVR. Thanks.
×
×
  • Create New...