Vuforia Studio
Recently active
im working on the ar course.i skipped the videos that i was supposed to skip.But when i try to add external data,i always get this error.can anyone help?
Hello I have almost 10 steps in my animation i want to display each component number in 3d image at each every steps and after performing each steps image should be hide and unhide automatically. Let me know with solution is it possible or not? Thank you
Not sure if this is a bug or ignorance. I am trying to hide a model upon the start of my application and at a certain point make it visible. I have the visibility box unchecked for the model, but it still shows at the start of the app. Also setting ' $scope.app.view.Maintenance.wdg.Testing.visible = false;' or even True does absolutely nothing. Any help would be greatly appreciated.
Hi!! I would like to ask, currently is there any way for me to to change a tablet experience to a 2D eye-wear experience without starting from scratch? Any help or reply would be greatly appreciated. Thanks!!!
Hi all, To show different time in vuforia studio we written the code in Home.js .and it showing the time perfect.Now we want to show the clocks as below images.Is any body know about this can you share the information how it should be done.
I have issues using the ThingMark: When pointing the camera at the ThingMark the app starts to load the data but somehow this takes a very long time and leads to no result in the end. The experience won't appear. When I first tried it out it worked (even though it took about 3 minutes to load) , however it doesn't work at all now (the amount of data to load up is 10 MB). The WIFI - connection was perfectly fine during the loading-process. Does anyone have any suggestions to solve the problem? Thank you.
I can no longer login to view my experiences on an iPad. I have changed my password and I still can't login. Is there any more steps I can take?
Hello Community, I`m facing the problem, that I have an experience service URL (https://<ipadress>/ExperienceService.ui), but when scanning the QR URL with Hololens it only reads the https://<ipadress> which alone is not working. I tried it with the mobile version of vuforia view and there I was able to change the IP manually which worked out. So my question is if there is any way to add an IP manually and not by scanning the QR code?
Account has been reset by PTC!
Hello, I have been stuck on the webpage shown in attachment for days, unable to download the Vuforia Studio Free Trial. Any tips/help? I cannot find any contact info either! Thank you
模型Target和空间Target不支持HoloLens吗?
We have a on-premise thingworx server. The Experience Service is installed and operated on the Thingworx Server. I have three questions. 1. Can I lock permissions on published projects? For example, user must authenticate when scanning a thingmark. 2. Where is the location of the thingmark image file on the local server? 3. Can I change the location of a project that is published to the Experience Service?
Hi, <this is a new post based on a quesiton to the old topic > sequences are now working quite better. Does anyone have a clue how to play 2 or more sequences on hololens? Regards, Bojan
I am trying to write coding in Java script to show different country time in vuforia studio for Thing mark . Is any body know the coding can you share with me.
I would like to add a 3D label or 3D image of an arrow that pops up right before a step of a sequence plays. My model has a sequence that shows assembly steps from different angles of the model and you can't see all of the steps from one view. I want to guide the user to rotate the model or walk around the model to a specific view and then press play to see the sequence from that view. Is this possible? Also would it be possible to then hide the arrow once the sequence plays and then have another arrow appear at the start of a new step? Thanks.
Hi, I installed Studio on my computer. When I start it up, it opens but I get "Error Occurred, check log". Also, when I click on publish, it says: "Localhost:3000 says missing required information". Finally, when I click My Thingmarks per instructions in a tutorial, studio tells me: "To retrieve your ThingMarks from the developer portal, click here". I click the link, enter my developer account information (verified) and it says: "Auto configure failed. Check log for details. Any help would be appreciated. Thanks!! I attached the log...
hi there, I tried to apply x-ray shader on model Item with TML widget <script name="xray_green" type="x-shader/x-fragment"> precision mediump float; varying vec3 I; varying vec3 N; const float edgeFalloff = 1.0; const float intensity = 1.0; const float ambient = 0.2; void main() { vec4 color = vec4(0.1,0.9,0.3,1.0); float opacity = abs(dot(normalize(-N), normalize(-I))); opacity = ambient + intensity*(1.0-pow(opacity,edgeFalloff)); gl_FragColor = opacity * color; gl_FragColor.a = opacity; } </script> <script name="xray_green" type="x-shader/x-vertex"> attribute vec3 vertexPosition; attribute vec3 vertexNormal; varying vec3 I; varying vec3 N; uniform mat4 modelViewProjectionMatrix; uniform mat4 modelViewMatrix; uniform mat4 normalMatrix; void main() { vec4 vp4 = vec4(vertexPosition,1.0); vec4 P = modelViewMatrix * vp4; I = P.xyz - vec3(0); N = vec3(normalMatrix * vec4(vertexNormal,0.0)); gl_Position = modelViewProjectionMa
1.)The first question it is possible to extract model data of 3d models in Vuforia Studio? In this case we have a model widget with an assembly model without explicit modelitem widget definitions. The question is if we can extract data for the components and if yes then what data we can extract. Extracting of data is possible only in Preview mode. So we have in preview mode the method tml3dRenderer.GetObject() where we can access an model object (an component) example: let comp_widget=tml3dRenderer.GetObject(selection).GetWidget() where selection is some thing like "<modelname>-<compPath>" e.g. : "model-1-/0/0/3/2" Then from the widget we can extract data: var loc=tml3dRenderer.GetObject(selection).GetWidget().GetLocation() console.error("DEBUG getObj.GetWidget()") console.warn(tml3dRenderer.GetObject(selection).GetWidget()) When we explore there the different methods we will find methods to get or set properties.
在扫描模式。我说“”嘿视图,显示库。或者“嘿视图,下载体验。”没有回复。但它可以扫描ThingMark并加载体验。
Does anyone know how to open a URL via JS? I have tried window.open() which works in the Preview and on Android but not iOS.
I created an experience on Vuforia Studio using model target detection and it the detection works fine. That I give more information in the experience, so more pictures and models and now when I start the experience on the Hololens the App is crashing, sometimes just a few seconds after start and sometimes while detection. I tried to split the experience in two parts, and so both work fine. But together not. Maybe the project is to big? Is there an limit on project size for Hololens? I also reconigze that my project can't get bigger than 5 Mbit when i save. I also tried using a Vumark detection instead of the model target detection. But get the same problem. I'm using an test experience service. I also checked if the problem is the internet, but it seems fast enough. Hope someone can help me
is it possible to get a list of the files present in the resource/Uploaded folder by code ?
Hey, I have trouble with my HOlolens experience. I created it new to solve it but this doesn't help folllowing Errors i found in the Logs: 2019-03-26T12:00:16.108+01:00 [Error] VuforiaHandler - Cannot reset device tracker, tracker is null.2019-03-26T12:00:16.109+01:00 [Information] ScanMode - Starting scanning mode.2019-03-26T12:00:16.110+01:00 [Error] MainPage - Navigating Starting for [null]2019-03-26T12:00:16.111+01:00 [Error] MainPage - Clearing the ms-local-stream resolver.2019-03-26T12:00:16.112+01:00 [Information] default - Reseting VuforiaPlugin Has someone solved this problem? I created the information with Vuforia Studio Thanks Milliau
I installed Vuforia Studio Trail version and created Demo project and successfully published the demo project .After i have installed view app on mobile and when i tried to scan the thing ,not able to see my demo project .Directly its going in to default model . Please help how to see my demo project on view app
How to accomplish real-time Sectioning function like this? Or, just pre-made Selectable Static Sections would be fine.I've read https://community.ptc.com/t5/Studio/Re-how-to-add-section-view-in-studio/m-p/547578 So, is there any solution other than using extra models?example: https://a360.co/2yBY4Zh any feedback would be appreciated. 🙂
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.