Recently active
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
Vuforia Studio There were no new features or updates for the 9.17.0 version of Vuforia Studio Vuforia View HoloLens: Dynamic bounding box information is now available at runtime iOS: iOS/iPadOS 17 is now supported iOS/iPadOS 15 is no longer supported Experience Service Ability to disable publishing experiences for offline viewing Note: If your Experience Service is hosted by PTC Cloud Services, open a Technical Support case requesting to update the configuration Bug Fixes See Bug Fixes for additional information on bugs resolved in this release
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
Hi community I have a advanced question. Is it possible to populate a list with parts from the Uploaded folder? The Model Resources selection in Studio does the same thing. But I want the View user to be able to do it, without having to hardcode the model names in JS. If we could filter the models by some part of their name, that would be even better. Thank you for your help! Best wishes Alex
Currently in Vuforia Studio is not possible to create a dynamically widgets- on the fly - at runtime to add or to remove widgets. Better to say it is not possible in a supported way. So, the most supported approach which users can use - is to to create everything - different layouts version and to blank and to display them depending on the current inputs. In some cases, it is possible to use a functionality of repeat region to create reports. So, we can use repeater widget (container ) to show a ThingWorx InfoTables. So, the repeater are mostly intended to be linked to services /added in the external data section / which result are InfoTables. The infoTables itself are handled as JSON object in the AngularJS environment in Vofria Studio. Therefore, we can try to provide directly a data as global variable in Studio or we can read it via the http service from a project directory (e.g. upload). So the follow example will read a json file “ItemList.json" from the upload&nb
Hello Dear Community, Publishing experiences with the same project ID from multiple Studio terminals can result in overwriting the published data.I'm having a lot of trouble. Is there a way to control access permissions or lock published data?
Hello Dear Community, Happy New YearPlease advise how I can implement a Jason file from the Creo Illustrate sequence annotation description for the step instructions in label in Vuforia Studio? Thank you
Hello Dear Community, Happy New Year🎄Please advise how I can place the sequence list to a dropdown list.Thank you
Hey Vuforia Studio team-- I just wanted to say thank you for adding the "Duplicate View" feature. This is going to save me a lot of headaches! I frequently have customers who want both a "virtual" view with 3D CAD and a spatial target, and a "physical" view with a real piece of equipment and a model target, but otherwise identical functionality. In the past I've had to "hack" this by copying view files and editing corresponding JSON files. It will be fantastic (and safer!) to be able to do this with a few mouse clicks instead! So, thank you for continuing to make real usability improvements in an already great product! --Clay
I have a customer that wants to have non-voice sounds in HL2. Something like "ding" or similar. There isn't an audio widget in the options in studio for the 3D canvas. We have been using the following line of code to synthesize speech but want some non-speech sounds: $scope.app.speech.synthesizeSpeech({'text': 'Say this text out loud'}); On a related note, can you change the voice that gets used by that line of code?
Hello Community Is there a way to use the Data Grid widget without TW? Or is it possible to build something similar with repeaters? Thanks for your help! Alex
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.