Vuforia Studio
Recently active
I have Thingworx Foudation server 120 days trail version installed on my local machine & Vuforial Studio 30 days trail also installed on my local machine. How can I connect Vuforia Studio to the local Thingworx Foudation server so that I can show Thing real time data on my Vuforia Experience.
hi, i am doing a hololens project. i am trying to change the opacity of my model that has animation in it. I tried to change the opacity of the model but it is still opaque and no changes at all. does anyone have any ideas?
Hi, I would like to know whether I can use multiple thing mark in single view in vuforia studio.
We are struggling with crashes with the latest version of Vuforia View when using model targets. We can reproduce those targets with the identical experience on different iOS devices with the latet iOS version. Vuforia View crashes without error message as soon as the geometry to be tracked is displayed with white lines. We create the experiences with the latest version of Vuforia Studio. We wonder if only we have this problem.
Hello Everyone, I am facing the following problem after scanning a Thingmark with the Vuforia View App on my Android Device: The login window appears and asks for the user credentials as usual. Now sometimes the experience loads but a second login window appears. If I cancel the window, the experience closes, if I log in again the window appears again. Sometimes I have to do this several times to finaly have access to the experience. In other cases the the experience does not load at all and a second login window appears as well. Anyone experiencing similar issues? Any help with this is appreciated very much. Best Regards, Dominik
I tried to install Vuforia Studio on local network and got the following error in the installation.log file: 'Error: An error occurred trying o download 'https://studio-download.vuforia.io/downloads/studio.application'. Is there any docomentation about how to install Vuforia Studio offline? And on the same topic, is it possible to use Vuforia Studio + Vuforia View ONLY (means without Thingworx connection server) if i'm about to use Vuforia View offline as well? Thanks in advence!
Hello! Is there any way to change Occurence of Model Item dynamically? I tried to change it that way: $scope.view.wdg['modelItem-3'].idpath = "/123/123"; I am sure that this id exists, but it is not changing at all. Tried also to invoke some "reload" functions which I found. For instance: PTC.GLOBAL_SCENE.reloadModelData(); Still nothing happend. Any ideas? Is this possible? Thanks, Adam
Hi everyone, I need to import some textures on my model, I would also like some parts of the model to reflect (like mirror) a specific image. How can I do? Is it possible? Thanks! Francesco
Any reference would be great to start for a new developer.
Hi! I am looking for an option to hide completly all Gestures Buttons (hide, adjust, reset grreen buttons) These buttons are displayed even if I disable "Enable Gestures" checkbox under Spatial Target widget. Is there any option to remove those? Thanks! Adam
Goodmorning everyone, since yesterday after the last update I can no longer publish my experiences in vuforia studio. No user and password is recognized at the time of publication and validation of the experience service. What should I do? In the upper right settings for setting up the experience service the same credentials are recognized.
Hi All,I'm experiencing a problem with getting a sequence to play in a HoloLens experience.I've created a simple 4 step sequence in the PVZ file and I've tried two different things to get it to work:Bind the doubletap application event to the Play All service of the modelCreate a 3D image and bind the click event to the Play service of the modelIn both cases the preview of the experience works correctly, but when I publish the experience and try to get the sequence to play, nothing happens.Anyone else having this problem?Many thanks,Allan
評価版を使用しているのですが、 添付画像のように、残り日数が表示されません。 これはなぜでしょうか。表示されるようにしていただきたいです。
Please help to clarify license Vuforia Stuidio process. What I need to do?
Hello, How do you deploy AR experience to QA or Prod? Publishing an AR experience to these servers from Vuforia Studio is the only way? thanks, Preeti
Here we have the same start state as described in “How to read sensors via Rest API call in and display it Vuforia Studio experience project?”… but with one significant difference. The sensors URLs are not visible for the Thingworx service. The problem is that the sensors values should be requested via Rest API calls in a local intranet. This means that the end devices are connected to a local router but they have also internet access. So, they could see the Experience Server and could download the experience. The sensor URL and rest API call should be some thing like: var url="http://172.16.40.43.5900/api/v0/dev_id=6&size_id=123"; So, it means the IP address of the device, where the value should be requested via Rest API call is not visible from outside the local wlan and the Rest API call could be done only inside the local network. So here e.g. we can use a node.js program which will request the sensors and will send the values to thingworks. So the main loop is an interva
In this particular cases we have some sensors/devices which could be accessed via WLAN/ Web , where we need to scan /request the values via rest API call. For example from javascript it should looks like: //this code will work fetch('https://jsonplaceholder.typicode.com/todos/6') .then(response => response.json()) .then(json => {console.log(json); }) .catch(error =>{ console.error(error);}) }; ... but the same code will not work for http url fetch('http://ip.jsontest.com/') .then(response => response.json()) .then(json => {console.log(json); }) .catch(error =>{ console.error(error);}) }; When I tested it my observation are that Https and http requests will work in Studio in preview mode.. But only the https request will work on both android and IOS devices. The http fetch request will not work ... This means trying to design a solution which will call javaScript on the Vuforia view to read data will not work / or will not be stable. Therefore, the bes
I am working on an experience with the HoloLens and would like to know if anyone has had any luck hiding models? I have a model broken down into stations and would like to be able to turn those on and off on demand. I got there, sort of but didn't really like how I did it. I used multiple views and loaded multiple models that had a sequence where I could stage and reset as needed. that caused a lot of unnecessary reloading of the models. My second attempt was to load the models once but then toggle them off, but I can't seem to get that to work with the Hololens. The preview works fine but not in the actual experience. I saw some others that had similar issues but I couldn't really follow if they solved the issue or not. Any guidance with this would be greatly appreciated.
Hello, I received the following error at the end of the Installation process of Vuforia Studio: twx-studio:index uncaughtException Error: listen EACCES 127.0.0.1:3000 Can you help me? Best regards, Martin
What is this, is amazing (view in My Videos)
Can we configure Windchill extension with Thingworx studio?
Hi everyone, I would like to replay / repeat the actual step of an animation as long till I klick on the “next step”. Background: Using the HoloLens the user should see the same step again and again to not miss the information (because he needs to turn around and move in the room to capture/find everything). When he finished the step, he should klick on “next” and the next step will be played and repeated. I tried to use intervals, but this is not working well because all steps needs to be 4500ms long and Vuforia is having problems with the delay (after a while it plays multiple steps at the same time) $scope.Repeat = function() { // Play current step angular.element(document.getElementById('model-3')).scope().play(); // Rewind current step $timeout(function(){ angular.element(document.getElementById('model-3')).scope().rewind(); }, 4000); // And start again after 4500ms, 10 times $scope.intervalPromise = $interval($scope.Repeat, 4500, 10); } $s
I have a problem with starting my Vuforia Studio 30 day-trial version. It´s downloaded, installed, everything okay. When try to start the application, it gives back an error. It says I should check the protocol, which I attached to this post. Error Message and the protocol are attached. I have no idea how to fix this, I would really appreciate some help! Thank you!
I am in the process of updating all of my projects to a default experience new server. But when I associate any of the 3 default thingmarks to a project and publish, I then scan the thingmark inside of PTC view and get an error saying no experiences found. I already checked and validated that my project is assigned to the new experience server.
I have created pvz which contain some layer with texture scale as shown in attached image. The layer item is shown correctly in Creo View however when we retrieve the pvz in Creo Illustrate OR Vuforia Studio then it is not shown. Whether I am missing some setting here OR it is not supported in Illustrate and Studio?
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.