Virtus Posted April 25 Share Posted April 25 Hello, I'm new to VIVE, and I'm developing on the VIVE XR Elite with the aim of doing AR. My application is very resource-intensive and I'd like to do the calculations on the PC and the display on the headset. For the moment I've found a solution where I do passthrough but only after I've built the project for android and push the apk to the headset. Unfortunately this isn't a satisfactory long-term solution for our team, and I'm looking for a way to simplify the development task. Is it possible to perform streamed AR? Thanks in advance ! Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted April 25 Share Posted April 25 Hi @Virtus, Have you tried Vive Business Streaming? Link to comment Share on other sites More sharing options...
Virtus Posted April 25 Author Share Posted April 25 Hello, I am currently using Vive Business Streaming + Steam VR to stream on the headset, but when I start the app with Unity, it shows a black (0,0,0,0) screen instead of activating passthrough. I don't have this problem when I build the apk and launch it directly with the headset Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted April 25 Share Posted April 25 Hi @Virtus, Have you tried below method? Link to comment Share on other sites More sharing options...
Virtus Posted April 25 Author Share Posted April 25 Not yet, never found this topic, I am trying it right now and I will tell you if it works ! Thanks 1 Link to comment Share on other sites More sharing options...
Virtus Posted April 25 Author Share Posted April 25 Ok so I didn't know there was a difference between the two similar streaming applications "Vive Streaming Hub" and "VIVE Business Streaming". I followed the steps and it is working on the headset, thanks ! Unity doesn't display the AR view but I guess this is due to privacy purposes right ? As long as it works on the headset I am satisfied, thanks a lot ! 1 Link to comment Share on other sites More sharing options...
Virtus Posted April 26 Author Share Posted April 26 (edited) I have another question now, related to all of this : The function retrieving info about the controller does not work anymore. Is there an option, a package or someting I forgot to check ? A really basic thing : void Update() { if (ButtonFacade.YButtonPressed) { Debug.Log("Y Pressed"); passthroughHelper.ShowPassthroughUnderlay(!Interop.WVR_IsPassthroughOverlayVisible()); } } private static class ButtonFacade { public static bool YButtonPressed => WXRDevice.ButtonPress(WVR_DeviceType.WVR_DeviceType_Controller_Left, WVR_InputId.WVR_InputId_Alias1_Y); } I can't find in the documentation what to do to actually make it work Edited April 26 by Virtus Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted April 26 Share Posted April 26 Hi @Virtus, Did you try this? https://hub.vive.com/storage/docs/en-us/HowToGetButtonEvent.html Link to comment Share on other sites More sharing options...
Virtus Posted May 3 Author Share Posted May 3 I have been trying since a few days, but it is not working. I guess buttons interaction will be for later, since this is not the most important thing. I have another issue now, and it is that I can't retrieve scene meshes and/or scene planes 2D by using scene perception. I guess it is because the plugin isn't made for my kind of use. I am a bit stuck currently with that, I would like to retrieve world informations in order to place objects that interact with it. Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted May 3 Share Posted May 3 Hi @Virtus, Could you list which plugin you installed in your project? Did you try the sample scene provided by our plugin? Does it work? If it doesn't work, what error did you see? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now