Recently active
Which is best device as AR goggles to use for Vuforia Studio in future ?We have Hololens2 and Magic Leap2.Hololens2 can be use until 2027 as you know. I think Goggles with enough performance for check weld point to body in white is Magic Leap 2 or Apple Vision Pro . We have plan for introduce new AR goggles at 2nd Quarter 2025. What goggles are more likely to be compatible with Studio?Vuforia Studio & View is very good solution for us.I want to use Vuforia Studio also AR goggles.
Hello, I would like to know if there is a way to show annotations (such as dimensions) in an AR experience made with Vuforia Studio. For example, I save a PVZ file from creo view and import said PVZ file into the experience and, along with the model, the dimensions related to that pvz are shown too.Thanks in advance
Can I retrieve User Agent on Login from Vuforia View which Device logged in something like this in Thingworx or is there some other way to get device information on Login and other cookies too? // Get device info (User-Agent)var userAgent = me.GetIncomingRequestHeader({name: "User-Agent"});
Hi community,I would like to ask if it's possible to use a Bluetooth mouse or keyboard in a Hololens AR project with Vuforia Studio.I see that Bluetooth mouse is working fine in the Hololens general menu, but when I open a project in Vuforia View I can see a "Zzz" icon near the cursor and the mouse stop working. Does anyone have some suggestions? Thanks
Hello, I would like to know if there is a way to manipulate a model in Vuforia Studio (and Vuforia View) with thingmark association in the same way as spacial target's. With this I mean if there are ways to impement a pinch to scale, move and rotate gesture with thingmarks similar to that of spacial targets.Thanks in advance
Hi, Is Vuforia Studio equipped with a Dark Mode theme? I used to work in Studio every day until eyestrain got to me. A lot of programs I use feature dark themes. Creo Illustrate and Vuforia Studio are one of the few without a Dark Mode. If Vuforia Studio does not have a Dark Mode, is there some place where I can contribute to this feature? I have taken a little bit of time to create my own dark theme. The product developers are more than welcome to use my work to create a Dark Mode. Please find the results in the attachments. I ensured that the 3D scene and 2D canvas remain original to guarantee that everything in the experience is displayed correctly. The only files I changed were main.css and third-party.css. I think this is a feature that could be added to the 'settings' window. Thanks! With kind regards,Martini3119
Hello My dear Community, I have a checlist project which i have developed in vuforia studio and now goal is to use this project in 4 different countries and they have different languages. I would like to use internationalization in the project and basically just want to change the text of widget/labels. Yes i can also do it hardcoded and just swap the strings on the button click for these labels But before i do that i would like to have some insights from my community. Is it possible that i use some kind of library like for eg very famous one i18 js library or something similar which i can use there. Please let me know about it. My goal is to only change the label texts and nothing else. languages required are German, English, Serbian, Czech. Thank you
Hi Everyone, I have a service in ThingWorx which returns an infotable, I want to assign the values from the infotable to widgets in Vuforia Studio. Eg:I am executing an inspection procedure in Vuforia Studio which has multiple number of steps. Each step has multiple checkpoints (3D Label Widget) in Vuforia Studio. So for eg Step 1 has two checkpoints (3D Label Widget) at different position so I want to assign the position attributes of these 3D label widget through infotable. After I inspect Step1 and click on next button Step2 checkpoints should be visible. Step2 suppose has 3 checkpoints at different locations so, they should be visible and their widget values should be set through an infotable and so on. So in general if I click and move to Step2 Vuforia Studio should pick values from infotable and set to the number of checkpoints (3D Label Widget) that a particular step has and set their visibility to true.. Thanks in Advance. Regar
Hello, in my current AR project I'm trying to implement in an AR experience made with vuforia studio a mqtt client in order to fetch datas from a mqtt broker. I was wondering if there are mqtt dependencies that are possible to install in the project in order to create a mqtt client and subscribe to a specific topic.Thanks in advance
Hi everyone, I have a json file which has attribute values of a widget in key value pair for eg. "attributes": { "twx-widget": "", "widget-id": "p2a", "widget-name": "p2a", "is-widget-container": "true", "src": "Uploaded/pin.pvz", "scale": "0.5", "x": 0.44480000000000003, "y": 0.6587000000000001, "z": 0.603, "rx": "0", "ry": "0",  
I have one physical model. That's assembly. I'm now positioning the model using the model target. If the assembly is appropriately positioned but a part is missing or part not placed properly. it should highlight the item part not placed properly. Is that possible to do that in Vuforia studio.
Hi Everyone,Good Evening, I am getting the below error when I am trying to publish experience in Vuforia Studio. Error: DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. Can anyone help me out. Thanks in advance. Regards,Aditya Gupta
Hi Everyone,Good Morning, If we turn the model upside down does 360 ModelTarget looses tracking? Thanks in advance. Regards,Aditya Gupta
I made an AR experience that streams a pvz from an azure blob storage container. Everything is working fine but the stream takes too much time despite the file being relatively small (96MB). Do you know how can I optimize said file in order to increment the streaming speed?
Hi Everyone,Good Morning, We have made an experience in Vuforia Studio which contains multiple step checks with each steps having multiple checkpoints at various locations. For checkpoints we are using Vuforia Studio's 3D model widget & each checkpoint has label mentioned on it for which we are using 3D Label widget. We have coordinates of each checkpoints. So, to insert checkpoints we have to manually add 3d widget & enter its x,yz co ordinates similarly we have to do it for its label. Problem is for a single experience we have checkpoints ranging from 10 to 250 or even more.So we have to add 250 model + 250 labels & enter their x,y,z co ordinates manually which is a very time consuming process. Is there any alternate way in Vuforia Studio. I have attached the checkpoint & its label image for reference below. Thanks in advance. Regards,Aditya Gupta
Hi ! Support team. Can we show PDF file in View app ? I have tried include PDF file in experience by file widget.But when I was touch button as binding to file widget in the iPad , app control switch to browser like a Safari and show PDF in browser.Then we back to View app , tracking as lost. So, we hope completely include PDF to experience.For example include PDF on the popup widget like a image widget.Regards,
Anybody have a public link to a CREO PARAMETRIC cool looking part or assembly they are willing to share?Looking to pull it into a first gen HoloLens.something with an exploded state embedded would be great. thanks in advance
I want to dynamically create a 3dImage widget from HoloLens to javascript. ```javascripttml3dRenderer.add3DImage({ id:"testimg",src: "app/resources/Uploaded/testimg.png", x:xPosition,y:yPosition,z:zPosition, rx:"0" });```So I used these codes. In preview, they were created in the right place normally. However, within the actual HoloLens view app, the image was created, but the locations were 0, 0, 0. After debugging inside HoloLens, the tml3dRender.add3Dimage function contains x, y, and z values as parameters, but the function inside the HoloLens does not contain x, y, z as parameters. ``` javascript//in preview this.add3DImage = function (...args) {/* eslint-disable no-unused-vars */let tracker,id,src,parent,leaderX,leaderY,anchor,width,height,pivot,preload,successCb,errorCb,x,y,z; //in hololensthis.add3DImage = function (...args) {/* eslint-disable no-unused-vars */let tracker,id,src,parent,leaderX,leaderY,anchor,width,height,pivot,preload,successCb,errorCb;```&nb
Hi Everyone,Good Morning, We have Vuforia Studio on Prem solution.May I know what is the minimum internet speed required to execute the experience on Vuforia View smoothly. Also the data is being sent to ThingWorx from Vuforia Studio. Regards,Aditya Gupta
I want to reset application parameters in Vuforia Studio after placing an order.The orderid is getting reused even after setting it to undefined ex: $scope.app.params['uid'] = undefined.Can you please help me with this.@RolandRaytchev
Hi ,Is there any way to change the default units of Vuforia Studio from meters to inchs or mm ?When I want to placing some 3D widgets / models and paticular XYZ coordinates , it is difficult to always convert all values to meters.
Dear Community I've just watched a video about a F35 demo, that was presented at the Paris air show.It includes a picture markup function (added screenshot), that would be a great addition for inspection use cases. Could this experience, or just the code be shared here? Video:https://ptc.seismic.com/Link/Content/DCj4j4CXb6jVH84G4V6HCH6c8JfP Best wishes Alex
I came across this today: https://www.linkedin.com/.../google-joins-the-headset.../ I'm wondering if this is on PTC's radar, and if/when we might see support for it in Vuforia Studio and Expert Capture...
Hola necesito ayuda quiero crear una experiencia en vuforia studio para un proyecto escolar pero tengo problemas para conseguir el programa vuforia studio tengo una version pero no me da la url de la experiencia para poder publicar mi experiencia
Hello Community, So i have a app which shows the dropdown with values and when user takes one ipad and perform something then dropdown values get update and change appears when he click the drop but i have in total two ipads and other ipad the view app and project is still open from yesterday and when user click on it and see then it shows old status in the drop down values.. how can i update it because when the app load there i call the service which gives us the drop down values to show.... any idea??
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.