Jump to content

dagillespie

Verified Members
  • Posts

    35
  • Joined

  • Last visited

Reputation

4 Neutral

Recent Profile Visitors

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

  1. Does anyone happen to know if Wave SDK (ie for Vive Focus 3) offers any form of marker tracking - much like ARKit/ARCore image tracking? I'd like to be able to track physical markers, either images or QR codes and make use of their locations in VR.
  2. Thanks @Tony PH Lin - is this plugin compatible with UE4.25/26? Most projects we work on are on 4.25 or higher and as the engine isn't backwards compatible, it would be great to be able to use this on the most current version of the engine.
  3. @Marios Bikos - Thanks for this - your code changed fixed things with us. Apologies if we missed this however it would be helpful if these kind of changes could be clearly flagged for users downloading the SDK as otherwise they get missed. We're now back to one project codebase - thanks 🙂
  4. @Corvus @MariosBikos_HTC @Cotta Any possibility of an update on UE4 support? It would be helpful from our perspective to understand if/how HTC are going to support eye tracking with UE4 as it will help us both understand what we will do with our current project development work and will influence our hardware investment. Many thanks!
  5. Is there any chance of an update please? As mentioned, we have had to split our development efforts right now. Even an update to say "we're on it" without committing to a date would be most appreciated! 😉
  6. Just a polite bump for a reply on this from HTC. We are in a situation where as the Vive Pro plugin for eye tracking only works with 4.23 and we have other hardware dependencies that need 4.24 making it hard to develop with a single project. Any indication on whether there will be an update or even pointers on how we can update it ourselves would be most appreciated. @Corvus @Cotta
  7. Hi, Is there an ETA for an update to the plugin for Unreal 4.24 at all? We have a project that needs to be on 4.24 however we have just discovered that the drivers have not been updated to support it yet. Similarly is HTC looking to support subsequent releases of Unreal in step with releases? Thanks @Daniel_Y @Corvus
  8. Hi - we are also looking at tracking across large spaces with Vive and are looking at how to achieve this. Is it possible to create a setup with more than 4 lighthouses successfully yet? We would like to understand the maximum number we could use as would be looking to track as large a space as possible (think warehouse scale so ideally 16). @VibrantNebula
  9. Hi - Are there any updates to this? We are needing a solution for spatial mapping with an inside out tracking headset where Cosmos + SRWorks may be the solution. Is this now working? @Jad @Daniel_Y @Andy.YC_Wang
  10. @Daniel_Y - awesome many thanks for confirming - it's helpful in determining likely vector error over distance, of course as you said that totally depends on your own eyesight too
  11. @Andy.YC_Wang Many thanks - that would be most appreciated
  12. Try adding a debug text node and seeing if it sends any text to console. That way you can double check if the object's event begin play is executing. @Jawani
  13. Thanks @Andy.YC_Wang - this implementation works for something already in the level however this isn't exposed you can't set this programmatically in blueprint - ie you can't have an actor that is spawned set the value of this. Is this correct?
  14. Answering my own question for everyone's reference On begin play a ViveSRDualCameraImagePlane is spawned and is effectively mapped to the player camera transforms - HOWEVER this doesn't appear to be attached to the player camera component so when the player moves/transforms their location, the image plane orientation messes up. Therefore simply at EventBeginPlay, if you get the spawned actor and attach it to the player's camera, this will ensure the image plane always keeps proper alignment
  15. See screenshot of what happens when you rotate the player pawn by 90 degrees. The SR actors don't keep up and even when you do update their rotations accordingly, the transforms still don't create a properly aligned view. Similarly if you have your player facing any direction other than along the X axis then there is a mis match in the attachment/transform between the image and the player camera. @Daniel_Y @reneeclchen
×
×
  • Create New...