Vuforia Studio
Recently active
I am using the Vuforia Studio trial licence, using https://trial.studio.vuforia.com/login/, when i login to know my current Trial validity the page is not working and showing Technical Error. I created few of my experience and generated teh QR code, when i tried to scan the QR code, using Vufoira View app, we are getting the message "Expereicne Loading Failed". my PTC Login account for Vuforia Trial : ramesh.kumar2@garrettmotion.com. can you please supprot me with this issue resoltuion.
I'm having a problem where symbols I use in Illustrate aren't getting imported into Vuforia.
Is there a way to delay the tracking so that it begins after pressing button instead of when the view is loaded?
Hi everyone,i can't log in to post AR experiences from Creo Parametric.How can I proceed? Regards,Ermes.
Hi all, I have some JSON dataset in Thingworx repository. I'm looking for a way to download and use it in experience runtime. Could any one help me with this. Thanks in advance. /VR
HI, if any body know about How to find PTC hosted Experience Service URL in system can you explain it.
Hi there, https://www.youtube.com/watch?v=4PLP3ex_8MQ&t=20m47s Is this Object Recognition done with released Vuforia Studio and Vuforia View? How it had been done? Any reply is appreciated. Thanks. ClarK
Hello, i have button-1 to start a sequence. Now i want to create an 3D-Label that becomes visible after click the button-1. And the 3D-Label have to be visible as long as the sequnce is played. Is there any Js-Code to do this so? Thanks in advance.
I want to link a case inside a switch function to a step created in Creo Illustrate. What's the javascript to achieve this?
Hi there! I'm facing an error when trying to publish a sample project. I've successfully downloaded and installed the Vuforia Studio software, logged into my account(Username: hayk.nazaryan@ni.com) and created a sample project. I configured the Default Experience Service URL and have admin privileges, but when I hit Publish, after preparing and uploading the content, publishing fails with an error message "Permission denied uploading". When I check the logs, there is a message "Insufficient permissions to access resource","errorCode":403,"error". I reinstalled the software several times, deleted the "builder-settings" file at C:\Users\Documents\VuforiaStudio and the issue still remains. Also what I've noticed in this file is "https://16e3e79bf17b30d7.studio-trial.vuforia.io" changed to "https://ni-dev.es.thingworx.com" with a true flag for "acceptedLicense". Please provide some guidance to resolve the problem.
I am working on a 3D eyewear project and I am trying to set the visibility of my 3D label. From all the info available the following should work: $scope.view.wdg['seq02-stp01-cir02']['visible']=true; However, as soon as I add this line to my Home.js the preview doesn't work anymore and the console shows an error: TypeError: Cannot set property 'visible' of undefined I have had this error before when I mistyped the name of the widget but it is correct this time around.😊 Using Vuforia Studio Version 8.5.7 (8.5.7.4613)
Hi, Does anyone know how to make a date picker in Vuforia studio? Thanks
Hello My scenario is build up in a way that there are a lot of 3D-Images-Widgets and in Javascript I control when which Image is visible in order to go step by step through a training. In some of these widgets I implemented Click-Events with functions so they act like buttons. It was running very nice but since I updated to Version 8.5.7.4613 I can't click the buttons always because the ones which are invisible are still clickable which results in a mess. It's because some buttons are on the exact same place and when I click on the button you have some chance to click the correct visible button but mostly it clicks on one which is invisible and should not be clicked. Can I somehow deactivate these Widgets totally? Or is it maybe a bug because it was running before the update? Thank you for any help. Best regards David
Hello, The following js-code shows a water flow. It was also made with the HTML function. $timeout(function() { //$scope.setShader(); }, 1500); $scope.setShader = function() {$scope.view.wdg['3DImage-2']['shader'] = "textMove; time f 0.3"; $scope.view.wdg['3DImage-2']['src'] = "app/resources/Uploaded/Kalt_Pfeil.png?edge=repeat"; $scope.val=0;$rootScope.$on('modelLoaded', function() { $scope.setShader(); $interval(function() {if($scope.val >50) $scope.val =0else $scope.val +=1$scope.view.wdg['3DImage-2']['shader'] = "textMove; time f " +$scope.val/-50 + ";"console.info( "textMove; time f " +$scope.val/100 + ";")}, 250) And this code to visible the flow by click on a button: $scope.buttonClick12 = function(){if ($scope.view.wdg['3DImage-2']['visible'] == true)$scope.view.wdg['3DImage-2']['visible'] = false;else$scope.view.wdg['3DImage-2']['visible'] = true; Now i want to do this like i click on the button the flow is
Hello. After requesting a trial version of Vuforia Studio, I wanted to access the homepage and download the software, but I couldn't proceed with the message "Your AR journey starts soon!" I would appreciate any solution.
I tried publishing a HoloLens Image Target experience, and the publishing failed. The logs showed the following: [2020-05-11T17:00:18.409Z] error: [twx-studio:ves-publish:1589216415170:AR_Templater_Hololens] Failed to upload to the Experience Service. null[2020-05-11T17:00:18.409Z] error: [twx-studio:projectHelper] publishTask error for project AR_Templater_Hololens { statusCode: 413, message: '{"message":"long running target generation process terminated","errorCode":"","error":{}}'} The image I was trying to use as an Image Target was 2.9 MB, and 7068x7068. I made the image smaller to be 7"x7" and less than 1 MB, and then the project published successfully. Studio should show a proper warning/error if you try using an Image Target that's too large.
Hi there, I wonder what's the Best Practice (Efficient way) to create connecting lines/arrows in 3D space? I found this thread (https://community.ptc.com/t5/Vuforia-Studio/Adding-Arrow-Lines-in-3D/m-p/524978). But both 3D image or model is really difficult to use. Difficult to move them into right location (coordinate, angle...) Difficult to adapt to changes (rearrange labels, then rearrange lines/arrows) Time consuming to manipulate... (not scalable) Unable to change color with codes (3D images) Is it possible to create connection lines/arrows with code? Or a widget for it? (This will be GREAT) e.g. From the bounding-box-center of 3D-Object-A to bounding-box -center of 3D-Object-B, with properties like 'distance to each end', 'color', 'radius', 'end type'. Any reply is appreciated. Regards, ClarK
Hello, does anyone knows how to implement update tracking by javascript? instead of rescan thingmark ($scope.app.fn.navigateToScanMode();) I'd like to re-track the mark but cannot get any hint on it. thanks.
Hello, i create two sequences and i want to play the sequences by two different buttons. I found a post there is similar to this topic, but it doesn´t work. Does anyone has a demo project, where that is shown or can explain how it works? Thanks in advance.
I have a large model with several sequences. The user can load different sequences with buttons that call: var myPVZ = "Illustration"; //Sequence name var consistent = "app/resources/Uploaded/" + myPVZ + "/l-Model - "; $scope.view.wdg['3D_model'].sequence = consistent + "Default" + ".pvi"; //Load sequence The sequence then takes a couple of seconds to load and you can see different parts of the model appearing as it does. I wondered if it's possible to hide this loading with a spinner and then reveal the model at once when it has fully loaded. For example: Set 3D_model visibility = false Start spinner Start load sequence 2 second delay Stop spinner Set 3D_model visibility = true Is this a good approach? Alternatively is there a parameter that reports when a model has loaded, rather than using a delay?
I am new to the Augmented Reality and I am in learning stage. Please share any samples/examples for reference in Manufacturing domain.
Hi, I'm interested in changing a 3D image widget based on a property. I see that it's possible to dynamically bind the Resource property of the 3D image, but simply writing the string literal of the image resource doesn't work. Can anyone help me with this? Thank you.
Hello. I'm trying to implement a dashboard in Vuforia Studio which contains several 3D labels which are connected to real-time information through Thingworx Composer. I'm interested in applying State Formatting to the 3D labels. My use case is this: I have a value that represents the production quantity, and a boolean property which indicates whether the production is on target or not. I'm interested in binding the value to the 3D label and apply state formatting through another property (the boolean value). This can be perfectly done in Thingworx's Mashups. In Vuforia Studio, however, if I enable State Based Formatting for a label, I have a Dependent Field, and I can choose which State Definition to apply to it. If I leave the Dependent Field value as default ("text"), then it compares the actual text-value of the 3D label to the values that are inside the State Definition, and then applies the corresponding colour. This is not what I need, because I need to apply State Formatt
I am creating a quality inspection app. The user reply to several questions along the experience and the code save this answers in array of objects. I want to create, in the end of the experience, a "report" that shows the answers of the user from this array of objects. I wan't to do it in a 2D View with several labels, i don't know if there is a better way. I don't want to use any web services to save and get after, because the user will not have a stable internet in the inspection location. He will save the answer other way when he comes back to his workstation. I don't want to "hardcode" the labels, because there are 28 answers, would take a lot a time, and any change would be a nightmare. There is any way?
Suppose anyone wants to show a demo to any other user and he doesn't want to share any credential. Could it be possible to view the experience as a guest for a Studio project connected to the Thingworx? If yes pls share the steps.
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.