Recently active
Hello Community, Can anyone please tell me how to connect thingworx and vuforia studio? how to add all the data of things and dervices I create in my thingworx platform as external data in vuforia studio? Thanks
Hi, In an experience I've 20 3D labels visibility to control on each step(total steps 7). $scope.checkStep = function(){ console.log($scope.app); if($scope.view.wdg["model-1"].currentStep == 1){ $scope.app.view.Home.wdg["3DImage-1"].visible = true; $scope.app.view.Home.wdg["3DImage-2"].visible = true; $scope.app.view.Home.wdg["3DLabel-1"].visible = true; $scope.app.view.Home.wdg["3DLabel-2"].visible = false; $scope.app.view.Home.wdg["3DLabel-3"].visible = false; $scope.app.view.Home.wdg["3DLabel-4"].visible = false; $scope.app.view.Home.wdg["3DLabel-5"].visib
Hello, i'm trying to create my own 2D-widgets as an extension for my company.I got OCTO_Studio_extensions and followed this simple guide.My problem is, as soon i add any widget from the extension i will be stuck on a saving loop.I can't preview anymore and even deleting the new widget wont help. still invinite saving loop. Is this intended to prevent us from adding extensions or what's wrong with that feature?
Hello, I'm filling a list widget with some data and noticed that the widget itself does not show updated data while the code executes. some console.log show that is not a matter of data updating but the widget needs a graphical refresh (e.g. click on the screen) to be refreshed and show correct data. My question is: how to perform a forced refresh of the widget from the source javascript code? Thank you!
Hello I want to find a way to implement the following keypress method on text input widget in vuforia studio. var input = document.getElementById("textInput-1"); input.addEventListener("keypress", function(event) { if (event.key === "Enter") { event.preventDefault(); document.getElementById("button-5").click(); } });
Hi all,I want to display website within the vuforia studio experience. Also, I should be able to close the website & continue viewing the AR experience. Can anyone please help me out with this.Thanks in advance. Regards,Aditya.
Hello Community,By using PTC guide, I am creating Quadcopter project and I am replicating this. For this project, I am using PTC given code but not able to understand. In this, If I entered 1234 input in search bar and click on find button quadcopter model item lights are blowing. And If I entered 89 random input that time model item lights not blowing. But In this code, how they set this value not able to understand. If anyone is able to understand let me know. I attach preview page screenshot also. Please check this.Here is the code: // triggered when user clicks on object in the scene$scope.$on('userpick', function (event, targetName, targetType, eventData) {PTC.Metadata.fromId(targetName).then ( (metadata) => {//// variable to pull the value for the occurrence property in the eventData JSON object from the model. Create variable for the currently selected partvar pathId = JSON.parse(eventData).occurrence$scope.currentSelection = targetName + "-" + pathId// create variables
Hello 👋 I was referring to the excellent article from "jmikesell" to implement Google Analytics. Sadly with Google Analytics version 4, lots of changes where made and I have to find new ways to link a Vuforia Studio Experience to GA. So first you have to declare / init the GA var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src="https://www.googletagmanager.com/gtag/js?id=G-YOUR-GA-ID"; document.head.appendChild(s); window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-YOUR-GA-ID'); // declare as many events as you need. gtag('event', 'my_action_name'); Please replace "G-YOUR-GA-ID" with your. GA id. Then you can set the gtag where you need to call them : $scope.myAction = function() { // doing some stuff gtag('event', 'my_action_name'); } Then you will see your tag in your GA account. Hope it helps.&nbs
Hello community,1) While creating new experience, I have to put Thingmark ID in Thingmark field, so from where I will get this Thingmark ID?2) I had tried to configure the ID from developer portal but when I put username, password and click on configure, then immediately I get logged out from vuforia studio. Anyone have any idea about this issue? @pshashipreetham Thanks
Hello, what is (if there is one) the best method to show dwg (or drw) files in Vuforia studio experiences? Thank you
Hello everyone, I've downloaded a sample Hololens project with PDF reader included (via external library pdf.js) and it works fine both in Hololens and preview.Other than the external library there's also some code in Home.js that initialize and handles the reader variable, I want to move this code to an external file too for legibility purpose.The problem occurs when code try to execute a line where 'tml3dRenderer' is in use:"PDFreader.js:181 Uncaught (in promise) ReferenceError: tml3dRenderer is not defined "there's a particular way to refer interal components (like tml3dRenderer is) from external files that I'm missing?Once external .js is appendend to HTML document.head shouldn't it be recalled like the code is wrote directly in Home.js?I'm relatively new to angular/web js development and after some google searches I can't find anything useful,p.s. can't retrieve where I've downloaded the project so I've attached here a copy
I have found the following: https://github.com/johannesegger/VuforiaStudioExtensionsWhile I have a very, very basic understanding of JS code, I believe this will help my company with their development since most of the coding portion is done. My question is, how are the relationships/bindings established with the various functions with this code? Does Vuforia have these $scope already built in? As mentioned before, my level of coding is very basic. Any assistance understanding how this will work would be greatly appreciated.
AS per this thread - same issue: May I know what you deleted? I cannot find 3dChart folder. Please let me know which file you delete.
Hi,I created spatial tracking experience project. In that I can't publish the project as an experience service. I followed all the steps as per PTC guide. whenever I clicked on publish project it get stuck and not working. so please suggest me what should I do? here I attach file please check this. @pshashipreetham
Hi, I am having trouble with Vuforia View this time. I checked already all of the entries about the topic but I still haven´t found the solution. So last time I worked with Vuforia Studio was two years ago. I don´t remember having to check the "Allow self-signed certificates", but this time I can´t validate the Experience Service without checking this box. The experience seems to be working in Vuforia View on Apple devices (iPhone and iPad), but not on my Android phone. I am not sure if the certificate and the fact that the experience is not loading are related. I attach also the log files. Has somebody an idea why this might be happening? Thanks in advance.Best regards,Teresa
publishing failure with model target with the following error. [ERROR] Failed to extract viewpoint information from project file 'C:\Users\####\Documents\VuforiaStudio\Projects\####-##-##\resource_cache\mtg\e2253e25-3013-44aa-a4f4-b9f0f88ff33f.vup'
Starting Thursday, July 7, 2022, Vuforia View will no longer be supported on HoloLens (1st gen) devices. While users will still be able to use Vuforia View to consume published Studio experiences on HoloLens (1st gen) devices, Technical Support will no longer be available. Users should expect that Vuforia View may stop working correctly on HoloLens (1st gen) devices that are running any subsequent Vuforia View application update after version 9.3.3.xxx. Support for HoloLens 2 devices will continue uninterrupted.
Dear Support Team, I've noticed that when I create a sequence in Creo Illustrate and import it into Studio, some parts get lost or become transparent, when they should not be. Is there a solution for this problem? I cant send an example in this forum since it is a customer model. I can show it in a call. Best wishes, Alex
Hi, How can I get the value of a scanned ThingMark in vuforia, I want to get the value of a scanned value - meaning the id on a printed thingmark not the id on studio. I have been trying to use "setupTrackingEventsCommand" function but I did not succeed. thanks in advance.
Hi All, Our demo server is down:https://[servernumber].studio-trial.vuforia.io Does anyone else have the same problem? Best wishes, Alex
I’m trying vuforia project with following optionHaving 3 Animation and placing 4+ 3D images on the model. Step-1: When user is opening the model in Vuforia view, they have to see the Image 1, if they click the Image-1 they have to see an Animation 1 and Image-2, Image-3 and Image-4. Image-1 has to disappear . Step-2: If user click on Image -2, it should show the animation-2 and Image-5 (Image-2, Image-3 and Image-4 can hide) Step-3: If user click on Image-5, it should close and show again Image-2, Image-3 and Image-4 (As step-1, without animation) Same way I need Image-3 and Image-4 has to show Image-6 and Image-7 with Step-3 options. How can I write a script? @tmcrae @gtheo
Hello comunity, I want to add 3D Video to Mobile project of vuforia studio. However, the search result in the community, the reply in this articlehttps://community.ptc.com/t5/Vuforia-Studio/Is-it-possible-to-add-a-video-into-the-3d-plane-If-so-how/m-p/502718#M2984 which answer that the 3D video cannot be added to project. However, in fact, in "3D Eyewear" project supports 3D Video. So, I would like to ask if the Modbile project can also support 3D Video function, or can I use other functions to add 3D video, such as tml text? My vuforia studio version is 9.3.3.5491.
I created a simple experience for 3D Eyewear - model with animation, panel, button, standard model target.When I say "Hey, view, dowanload expereince", I have voice feddback "Experience download started" and after few minutes I get "Expereince failed to download".In HL logs I can see:2022-06-08T01:02:23.341-07:00 [Debug] SpeechEngine - Speech recognition result generated with confidence: High and text "Hey View"2022-06-08T01:02:25.772-07:00 [Debug] SpeechEngine - Speech recognition result generated with confidence: Medium and text "download experience"2022-06-08T01:02:25.782-07:00 [Information] MainPage - Action: "downloadexperience", State: ""2022-06-08T01:02:25.811-07:00 [Debug] offlinedownload - Begin DownloadExperienceOperation for "create baseUri https://skillworx.ttpsc.cloud:2019/ExperienceService/content/projects/orthesis_hl/, entrypoint index.html?expId=1 and zipUri https://skillworx.ttpsc.cloud:2019/ExperienceService/content/projects/orthesis_hl/"2022-06-08T01:02:39.912-07:00
Hi, I want to place "X" icon on the right side of the 3D image which should has the close option. How to do that?. Regards,RK @tmbozo @ghkhkjhkjh
Hi, I need to display barely long texts that doesn't collide with model. But i can't breakline in 3Dlabel in Hololens mode. Is there a way to achieve this? How can i display long phrases?
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.