Vuforia Studio
Recently active
Dear community We are working with Creo Elements/Direct Modeling and would like to set up an automated process to convert the .PKG files to .PVZ files, to use in Vuforia Studio. Does anyone have an example how this could be automated? Thanks for your help! Best wishes Alex
I request that can be set the rotation center point in model target editor when create guide view. after Version 9.12 , Model target editor is implement the vuforia studio. But model target editor can't set the rotation center point.Model target editor can only rotate and parallel move that is my understand. Probably , if model position is can be set the origin point in vuforia studio that function enough.However , our model have datum position for car origin point . it's can't moved. Could you implement set the rotation center point in model target editor for vuforia studio ?I attached sample projects.I want to set same view for model target editor in V9.16.1 as V9.11.4.But impossible set same view I think. This issue is extremely important thing for us.I can't provide my users the latest version unless this issue is improved.
Hello, i have another question. I hope i'm using the topic search section right, but i can't find answers for my questions. When i scan my Thingmark with Vuforia View or when I'm going to Preview in Vuforia Studios i have to Log in with username and password. I have to this step only once. After i logged in Vuforia Studios and Vuforia View remembers the Log in credentials and i don't have to do this again. Is it possible to manually Log In and Log Out with different User everytime? Is it possible to log out automatically after a defined timeout? For example after 10 minutes? For example: User A scans the Thingmark and logs in to view the experience. User A finishs and logs out. User B scans the Thingmark and logs in to view the experience. User B forgets to log out but the system logs out after 10 minutes timeout automatically. Sorry for my bad english and thank you for your help again. Best regards Marco &nb
Good morning, We are using ePlan eView to display 3D panels in AR. We recently acquired a HoloLens 2 as it was mentioned on Vuforia's support page that this was supported and that Vuforia View could be installed on it. The issue we are having is that when you scan a QR code from ePlan eView, it then takes you to a log in page. This works fine in mobile devices, but the login page does not load in the HoloLens Vuforia View app.None of the content other than the white bar shows in the Vuforia View app in the HoloLens. Because I can't log in to eView, I can't load the model. What can I do???? I need to get this working.
Hello Community Member,We are having trouble because of having two different Up-Vector for the CAD system (Plus Z-axis) and Vuforia AR (Plus Y-axis). To adjust the imported model into Vuforia Studio we are rotating the imported model by -90 degree in X-axis. Sometime forgetting to do this result in the incorrect CAD model display in the AR experiences. To omit this kind of error, we want to propose a solution of selecting the Up-Vector while importing the CAD model inside the Vuforia Studio. If this functionality is implemented we can adjust the up vector of the CAD model inside the Vuforia studio irrespective of the Up vector of different CAD system. Please see the attachment herein for the reference.Please feel free to share if you have similar trouble and how you are managing till now.Thank you in advance.
Hi, How do I add external font style to the widget Text in Thingworx studio. I have tried this: font-family: Montserrat; src: url(#{resources}/Uploaded/Montserrat-Light.otf); But it is not working. Thanks, Desai
I know that the code for creating a global listener is the following: $scope.$on('eventToListenFor', () => {});But, what additions do I need to make to have it be a listener to a specific widget? Like a button or target?
Hello everybody. I need to know if Thingworx AMU license is enough to get integration with Vuforia Studio Local Server, or It´s necessary Thingworx AMU + SCO Premium to get this integration. Considering that data on Thingworx AMU is available to explore in Vuforia. Is there any functional restriction for that in terms of license?
Hello,I want to narrate steps in vuforia studio on step change for a pvz file having more than one animation.I'm using the below code for it, but since there are two animation inside same pvz file, it reads the step1 of first sequence and also step1 of the second sequence at the same time. Code:var msg;var spokenText; $scope.$on('stepstarted', function(evt, arg1, arg2, arg3) { var parsedArg3 = JSON.parse(arg3); if($scope.view.wdg["model-1"].currentStep==1){ let spokenText = $scope.view.wdg["labelStep"].text; let msg = new SpeechSynthesisUtterance(spokenText); window.speechSynthesis.speak(msg); } else if($scope.view.wdg["model-1"].currentStep==2){ let spokenText = $scope.view.wdg["labelStep"].text; l
Hello community,is there a different way or a workaround to avoid always inserting the credentials (username & password) to open restricted AR experiences in Vuforia Studio?I mean, using smartphones or tablets is not so comfortable but not impossible, but using Hololens is very difficult, expecially for people who are new to Hololens. Any suggestion? For example a way that automatically recognize the user and by-pass the login, or something else. Thanks
Hi Community When using SSO, and logging into the Hololens, is the user still required to log into the view app? or can the credentials be inherited from the device? Best wishes Alex
Dear Sir or Madam,We are currently working on our diploma thesis together with the school and a company. For our diploma thesis, we are creating assembly instructions in Creo Illustarte to train a worker. These instructions are displayed to the worker with a HoloLens. Therefor we are using Vuforia Studio to display Buttons etc.We need the Wayfinder widget so we can set waypoints, to let the worker know where he needs to look. Our problem is that we want to show or hide a specific waypoint using a virtual button (in the future, this virtual button will be replaced by a Thingworx parameter - real button).In addition, we want to know how to play a certain sequence right after the employee has found the waypoint. Could you tell us how to get acces to a specific Waypoint? So we can show or hide a specific waypoint after receiving a true or false from ThingWorx and play a specific Sequence right after finding/arriving to the Waypoint.We need a Java Sc
Can anyone please look at it as i want to execute this service from RESOURCES in vuforia studio but i am unable to execute it. Request is not going. $timeout(() => { twx.app.fn.triggerDataService("CurrentSessionInfo", "GetCurrentUserExtensionProperties"); }, 100); $scope.$on("GetCurrentUserExtensionProperties.serviceInvokeComplete", function (evt, arg) { let result = $scope.app.mdl["CurrentSessionInfo"].svc["GetCurrentUserExtensionProperties"].data; console.log("Jamal Ashraf"+result); /* var userNames = []; for (var i = 0; i < result.array.length; i++) { userNames.push({ "value": result.array[i].value }); console.log(result.array[i].value); }*/ // $scope.view.wdg["select-1"].list = userNames; });
I have created a button toggle in my project. When this is pressed, the sequence should pause. Unfortunately the code doesn't quite work yet. Since I have several pvi files I cannot assign a specific sequence to my model. If I'm correct, as soon as one of the two sequences is played, it will be assigned to the model, right? Unfortunately, I'm not very familiar with programming and wanted to ask whether the code generally fits. Then maybe I can look for the error somewhere else. Additionally, I would like to know if I need to give a service to the button's "Pressed" event? Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- Ich habe einen Button-Toggle in meinem Projekt angelegt. Wenn dieser gedrückt wird, soll die Sequenz pausieren. Leider funktioniert der Code noch nicht ganz. Da ich mehrere pvi Dateien habe kann ich mein Modell keine spezifische Sequ
Hello Community, I want to view the downloaded experiences in Vuforia View for HOLOLENS.Please let me know the steps to view it. And also let me know, in which criteria is any Hololens experiece cannot be downloaded and which be downloaded.I am expecting quick response on this post, would be greatly appreciated!Thanks in advance!
Hello,I am working on my Master's degree thesis and :I have a trouble finding out if newest vuforia is somehow allowing user to dynamically (for example in script) add new Model targets to recognize.I am using Unity with vuforia library.As far as i understand it i have to create a database and train it with my models, If i want to add or delete a target I need to delete and create a new database.So is there a way to create an application with vuforia that will be able to run on its own and i will be able to change the database in app and it will take that dabase's models?Or it's static and i have to do it manually and rebuild the app?
Will Vuforia ever be compatible with anything other than Hololens like quest pro or apple?
Initially posted in this topic Greetings I know this thread is old and marked as solved. But I still get the same error message. As mentioned, I followed the guide: created a new user, added it to a developer group, and gave the group all rights.However, I also get the error message as an administrator.I am able to log in and validate projects.I can also log in to the Experience Server via View on other devices and download projects. But when I try to publish a project, after the zip files are generated and about to upload, I get the error "localhost 300: Publishing failed. Permission was denied when uploading the project." (Translated from German to English) I had this error once before. Deleting and reinsealing ExperianceServer and Vuforia solved that problem those days. But not this time. Errors in the Vuforia Studio log: [2024-01-25T14:35:27.403Z] error: [2024-01-25T14:35:27.399Z][6c6ee85d-4b9e-439a-9510-fd1b421ae24a] error: [twx-studio:ESPublishClient:
I have updated my iphone from iOS 16 to iOS 17 and this function is not working on the iphone now. can anyone please help me$scope.takePhoto = function(AugmentationsEnabled) { tml3dRenderer.takeScreenshot({withAugmentation: AugmentationsEnabled}, $scope.openSaveDialog, null); $scope.view.wdg['maxImagePopup'].visible = false; }
Please help me as we update our iphone from iOS16 to iOS17 and my this function is not working anymore with which i was taking images. VUFORIA STUDIO $scope.takePhoto = function(AugmentationsEnabled) { tml3dRenderer.takeScreenshot({withAugmentation: AugmentationsEnabled}, $scope.openSaveDialog, null); $scope.view.wdg['maxImagePopup'].visible = false; }
Dear Community Is there any development on the roadmap regarding importing Animations from Cortona3D? As far as I can see they come in either in a VRML or HTML5 format. Best wishes Alex
I am not able to open Studio . error: System.IO.DirectoryNotFoundException: Could not find a part of the path
Hello Team,I created an experience for the mobile version, I am facing a problem when I click the buttons with a single click. I am not getting the animation coming; with a double click, it is coming. Anyone please support on this issue. Advanced Thanks.
As per the original post. @RolandRaytchev How to implement this Json file with annotation description text ? From sequence file?
Hi all, We are trying to install Experience Service with SSO authentication. We followed this article - Install the Experience Service on Windows (ptc.com) During installation, we got an authentication error message. Could some one help me to solve this issue /VR
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.