Vuforia Studio
Recently active
Hi everyone, Can anyone help me out with the below error. While I am uploading cad file to vuforia studio by ticking the cad optimizer and allow access to metadata it is giving me failed to load error. The reference image has been attached below. Thanks in advance. Regards, Aditya Gupta.
Hi everyone, I'm currently working on a project in Vuforia Studio that involves scanning QR codes using the built-in QR code widget. While it works in general, we've encountered a major usability issue: 📌 Very small QR codes are extremely difficult to detect.In many cases, we have to hold the iPhone extremely close and still wait a few seconds until the scanner finally picks it up — and sometimes it doesn’t work at all unless the QR is large and isolated.We've also experimented with custom solutions using JavaScript libraries like jsQR and zxing-js, but on iPhones in particular, either the live camera feed doesn’t render properly, or the QR is only readable when it's clearly focused and takes up most of the image.🔍 What we’re looking for:Any way to enhance the QR detection accuracy for smaller codes?Can we tune or replace the Vuforia Studio QR widget’s behavior or resolution?Any suggested workflow or library that has worked reliably on iOS devices?This is important for our
In Vuforia studio I created 3d assembly instructions now when we published it and viewing that experience in Vuforia view mobile app whatever the assembly steps I did in Vuforia view that information should be shown in thing Worx how to do it? please someone help me in this scenario how to achieve it.
Hello Team, I am looking to add external camera for the tab or mobile to see the experience in Vuforia view which is published in Vuforia studio will is it possible. If possible, can anyone explain how to achieve it.
Hello Everyone, Good Evening, The userpick function is not working when model is used with modelItem. Can anyone help me out with the same. Thanks in advance. Regards, Aditya Gupta
How can we integrate the Sudio application or the files created to SAP or LMS or Enovia? is there any references available on the same? Kindly do the needful with the information.ThanksNaresh
Can RealWear HMT-1, HMT-1Z1 supports Vuforia Engine for 3D assembly instruction and Step check through Real wear by using Model Targets.
Hi Everyone, Good Morning, I wanted to highlight parts in Vuforia Studio which are having same Creo Illustrate attribute values. Can anyone help me out. @RolandRaytchev Thanks in advance. Regards, Aditya Gupta.
We are eagerly anticipating the release of Apple Vision Pro and we would love to know if Vuforia will offer support for it. We believe that this partnership has the potential to revolutionize the world of augmented reality and provide a seamless experience for users. We would greatly appreciate any updates or information you can provide regarding this matter.
Hello Everyone, Good Evening, I have some 3D images that are visible on click of pinger in Vufori Studio. The 3D images in preview are working but in Vuforiw View they are appearing as black. Can anyone please help me out. Thanks in advance. Regards, Aditya Gupta.
Hello Guys, can we use External Camera to view Vuforia Engine app which is created in unity 3D. If possible, how?I am trying to build assembly work instructions on model target using Vuforia engine in unity. when i did the Unity build the app default it is taking device camera. Is there any possible way to access external camera which is connected to my android Tablet device through USB.
Can Image target or Multiimage target can replace model target approach for assembly instructions by overlaying 3d model on physical model
Hello, I made a function that cuts my model based on the value of a slider, to obtain a dynamic section-like effect.This model has some element which are glass-like (material wise) and when I apply the "cut" which is basicall a shader this "glass" becomes darker, more like plastic. I would like to know if there is a way to reset the model shader value to its default value.The code for the section is the following: planarCutmodel.shader = `planar_cut; clipCenterX f ${$scope.clipCenterX}; clipCenterY f 0.0; clipCenterZ f 0.0; clipAxisX f 1.0; clipAxisY f 0.0; clipAxisZ f 0.0; clipLineWidth f 0.003`;I tried with $scope.view.wdg["model-1"]['shader'] = undefined; or tml3dRenderer.setProperties('model-1', {'shader': undefined}); but nothing happens.Thanks in advance
Reply to ask for help or share what you have learned.
Hi Everyone, Good Morning, Can anyone help me out in how to use inbuilt planar cut and flow shader which has been recently introduce in Vuforia Studio 9.25.6.0. Thanks in advance. Regards, Aditya Gupta
Yes, I've seen the announcements - in this community and elsewhere - that the PTC Vuforia environment is not yet supporting VR devices that include passthrough capability, such as the Meta Quest 3 or the upcoming Apple Vision Pro. Such devices can - theoretically - do nearly all of what traditional AR headsets, such as the HoloLens, can do in the settings that we're implementing with Vuforia Studio and the Vuforia Experience Service. My site is experimenting with the Quest 3 now - and there's lots of interest in what the Vision Pro will have to offer. I'd like to encourage PTC to put some effort into these devices - and to let us know if they hold promise for inclusion in the Vuforia list of supported devices. But it'd help to have other voices to add to the chorus. Are you hoping to use a passthrough VR device in your Vuforia work? What kinds of tasks do you hope to take on? What else can we do to help bring new end-user devices to the Vuforia world? Thanks in adva
I am trying to create a list of parts by tapping on a model and then download that list as a CSV. It works great on preview mode but does not work in Vuforia View. I have tried:$scope.CreateCSV=function(){var rows= $scope.PartTableList;var csvContent =[];// "data:text/csv;charset=utf-8;";// Add headersconst headers = Object.keys(rows[0]).join(",");csvContent += headers + "\r\n";// Add data rowsrows.forEach(item => {const values = Object.values(item).join(",");csvContent += values + "\r\n";}); var encodedUri = encodeURI(csvContent);window.location.assign(encodedUri); } and that works in preview but not in Vuforia View. I have also tried another method:$scope.CreateCSV=function(){var rows= $scope.PartTableList;var csvContent =[];// "data:text/csv;charset=utf-8;";// Add headersconst headers = Object.keys(rows[0]).join(",");csvContent += headers + "\r\n";// Add data rowsrows.forEach(item => {const values = Object.values(item).join(",");csv
In the upcoming 10.0 release (targeted for May 2025), Vuforia Studio will transition from AngularJS 1.5 and Ionic 1.3.3 to AngularJS 1.8.3 to modernize the platform and maintain high security standards. These future changes may affect custom JavaScript code in Home.js of your experiences and may require updates to ensure your existing experiences function correctly after republishing with the new version. We strongly encourage you to review the "Upcoming AngularJS Update for Vuforia Studio" for details and recommendations.
Due to security concerns, support for HTTP protocol will be deprecated in a future release of the Experience Service. This means that all communications will use HTTPS when publishing experiences or consuming published experiences in Vuforia View. Authoring and experience management will not be affected by this change. If you have any questions or concerns, please contact your Customer Success representative or use the comment feature on this post.
Hello.I want to download Vuforia Studio, but this website say to me, no your account low please upgrade.But i don't know how make i this?Can you help me please?
I am using the Model Target and I want that when I point to the Model Target I get information about the object but I don't know how to do it.Does anyone know of a Tutorial or a project that does something similar with documentation?I am using Unity 2022.3.45f
Does anybody already tried to install Vuforia View in there?
@AmandaZupferPreviously, it was mentioned that Creo Illustrate 8.1 and below were supported for creating sequences in Vuforia Studio. Could you please confirm which version of Creo Illustrate is currently supported for the latest version of Vuforia Studio (9-24-7)? Regards Paul
Since Microsoft's announcement that they will end support for the HoloLens 2 in 2027, we have received multiple customer inquiries about Vuforia View and HoloLens 2. In response, we would like to repost a message from Oct 22, 2024 to our Vuforia Studio customers: Vuforia and Microsoft have a long-standing partnership, and we have worked closely with them on the HoloLens 2. We will continue to support the HoloLens 2. Additionally, the Vuforia team is developing alternative solutions for hands-free tasks, ensuring that customers using the HoloLens 2 today will have a path forward when the device is no longer available.
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.