Vuforia Studio
Recently active
Is there an available tutorial for this? thanks
Hi, When could we expect to have a "real" documentation of the API and features of Vuforia studio ? the 3 examples of the tutorial are not enough for a "Industrial" application . If we want to go deeper in the usage if vuforia Studio , we need a real documentation. Aother topic : When could we expect to have a real collaboration mode in Studio, to be able to work with several members on the same Experiences. Export/import zip files is not a solution on a IT point of view. No version, no merge tool . Please provide a roadmap for vuforia solution. thanks
Currently working with the freeze camera functionality in vuforia studio. I'm experiencing that users have a problem with that they first need to fixate the model in good position and then press freeze button or that they can in the freeze mode can rotate the model and move it around but accidently move in such a position that they lose the model. I'm looking into if there is a reset button or a way of fixating the model in the middle of the screen when using freeze mode on a tablet or phone. I know you can have 'reset gesture changes but that doesn't quite achieve what I'm looking for. Ideal would as stated above that you press a button connected to a functionality scripted in home.js that positions e.g 'model-1' to the middle of the screen no matter where you pointed your camera when you pressed the freeze button. Is there anyway of achieving this? Someone made something like this before?
Hello, I am trying to install the thingworx studio software but keep getting this error message when the installation occurs. Please advise.
I saw this video: https://www.youtube.com/watch?v=Va2V0Idl6S0 Here at time 1:21 we can see some 3D labels showing up and as the user moves around the engine the label hides itself and some other label pops up. I have two questions here: 1) How he is able identify which part he is viewing? 2) How does he make those label animate( showing and hiding) like there in the video? Any help would be appreciated.
I saw a video on youtube which demonstrates the capabilities of hololens 2. My query is the button shown in the video when pressed, makes a motion and give a feel like it's actually moving. Can anyone describe how this is done? For reference I am also attaching the video link. Please watch from 0:51 to 0:55. https://www.youtube.com/watch?v=pHjjqKLFMXM
We are testing the Vuforia Studio Trial, but without succes. Vuforia Studio is installed properly but when you add the user and password to configure the Experience Server not happens. The autentication popup not show up. Seems like stuck on the network restriction also the proxy is being not recognized by the Vuforia Studio too.The first attempt was using without proxy, then was added the Vuforia Trial instance domain to proxy whilist then configured the Vuforia Studio. But without success.https://trial.studio.vuforia.com/api/v1/service_details Unable to retrieve service details. Request failed. Error: connect ETIMEDOUT 52.45.131.212:443at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {errno: 'ETIMEDOUT',code: 'ETIMEDOUT',syscall: 'connect',address: '52.45.131.212',port: 443
I tried to run some basic sequences run on hololens 2 but nothing happened. There was no sequence running in it. I am also attaching my project just to show what i did. Any help would be appreciated.
Hello guys, i already created different user and user groups with different permissions in Thingworx Composer. When the Thingmark is scanned I have to LogIn with User Name and password because of the authentification needed for Thingworx data. Now i want to display the actual authentificated user of the experience in the status bar above. Do you have any solutions how to display the logged in user?Thank you for the help. Best regards Marco
Thank you @RolandRaytchev . Now its working fine. But now I have another issue with my experience. What is want is that when the distance between our phone and and our model is less than 0.5 a popup should come to alert the user that it is not safe to come any closer. For that purpose I used following code: $scope.trigger = function() { if (+magnitute(fargs.position[0].toFixed(2),fargs.position[1].toFixed(2),fargs.position[2].toFixed(2)) < 0.5) { $scope.setWidgetProp('popup-2', 'visible', true)}}; But it does not work.. Can you help me recifying this error.
hi, is there a way to extend the timer of showing a popup?
Hello to all,I would like to ask you for information regarding the management of lights in Vuforia.I realized that, when I load a 3D model in Vuforia (regardless of whether we directly load the step or the pvz from Creo Illustrate), the display of this, and in particular the colors of its surfaces vary significantly depending on whether these are framed frontally or not. In particular, this is noticeable on the gray surfaces (which are often present in our machines), and can also be annoying, since then the model is too light if directly illuminated. Is there a way to adjust the ambient light introduced by Vuforia? Or, alternatively, impose a priori where the light source that illuminates the machine will be positioned? Or again (I don't know if it is connected to this problem or not), adjust the "reflectivity" of the model? I am attaching some images to better clarify the problem (they are screenshots from the preview of Vuforia studio, but in Vuforia view the same problem occurs, wit
Hi, I need label and arrow to be visible till the finish of current sequence and then go invisible once the particular step in that sequence finishes. For eg: If i am playing step1 in sequence of step. the label and arrow pertaining to step1 should be visible till the finish of that particular step and then go inivisble and step2 label must appear. Is it possible to do through the script. if yes please help me out with that. Thanks
How to make a slider button that when I click the next arrow it will generate for the next panel.
I have an issue while running the trial of Vuforia Studio on my Windows 10. I get the following log:[2020-03-04T21:27:03.305Z] error: [twx-studio:index] uncaughtExceptionlisten EACCES: permission denied 127.0.0.1:3000 Error: listen EACCES: permission denied 127.0.0.1:3000at Server.setupListenHandle [as _listen2] (net.js:1289:21)at listenInCluster (net.js:1354:12)at GetAddrInfoReqWrap.doListen [as callback] (net.js:1493:7)at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {code: 'EACCES',errno: 'EACCES',syscall: 'listen',address: '127.0.0.1',port: 3000} uncaughtExceptionI checked and nothing seems to run on that port. I tried what was on the forums (changed the PORT environment variable) and nothing works. I was able to install it on my personal laptop, but not on my professional one (which is required). Is there a way to diagnose the issue?
Hello, I have tried the Slider widget on the 2D, and did a 0 to 360° to rotate my 3D model, but the thing is i put images on the 3D Canvas that don't rotate, even if i bind the slider with them ( they rotate around themeselve and not around the 3D model). So i would like to know if there's a possibility to "merge" the 3D model with images so it would be considered as one big model, that will rotate all the component, or if there's another solution to this problem. I thanks you for taking time to answer me.
I have a function within a $timeout to which I want to pass a variable called 'renderlevel'. Later I want to update 'renderlevel' and for it to update within $timeout. Can someone advise me how to do this? var renderlevel = 0.2;$timeout(function() { for (i = 0; i < rLen; i++) { $scope.view.wdg[renComponents[i]]['texture'] = "app/resources/Uploaded/MyImage.jpg?name=tex0&edge=repeat"; $scope.view.wdg[renComponents[i]]['shader'] = "reflect;mixer f " + renderlevel; }} ,50);//Later...renderlevel = 0.5;//Update timeout?? Update: this is a lot simpler than I realised. This is my basic but functional solution: //SHADER - runs at startup$timeout(function() { for (i = 0; i < rLen; i++) { $scope.view.wdg[renComponents[i]]['texture'] = "app/resources/Uploaded/MyImage.jpg?name=tex0&edge=repeat"; $scope.view.wdg[renComponents[i]]['shader'] = "reflect;mixer f " + renderlevel; }} ,50);//SHADER UPDATE - runs when called$scope.shaderUpdate = function(){ $timeout(
HI ALL, I want to create a 20 buttons (20 steps) that corresponds to each sequence. How to integrate it i vuforia?
Is it possible to start Vuforia Studio as a service, not a program? I've installed Studio Trial on a Windows 2016 Server and would like to not be dependent of a specific user to log in and start the program to get the web service running. There are different user that can RDP the server and participate in building experiences.
The colors applied to the model items are not showing up when it is being viewed using the Vuforia View App. Aby idea why this is happening? Avinash
Is it done by Javascript or can CSS animations be applied to 3D images
Hi all, I'm looking for a way to get user input in Hololens project. /VR
Hi there, I wonder is it possible to control Default SVG fill colors via CSS codes in STYLE\Application panel? If I want to asign orange to resources/Default/vu_seq_play.svg <circle class="base">. Is it possible? Any reply would be appreciated. ClarK
For instance fading in or fading out the 3D image?
Does anyone know if "Experience Service" needs separated license or free? How to get the what kinds of licenses if it needs license?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.