Recently active
I'd like to be able to have a 3D model explode its parts when it is tapped, and then when tapped again, reassemble. It works when previewed on my laptop, but I can't get it to work on HoloLens. Is this possible or will I have to add a button?
Hi, I was following this guide Digital Twin 302: Configurations and Content Storage in ThingWorx to load a remote pvz file as a project resource in Vuforia Studio. It worked well but in my project the userpick function automatically retrieves the metadata information. How can I retrieve and associate the remote metadata file?In theory Vuforia studio is capable to read the associated CAD information just from the pvz selecting the proper flag during the import. How to do that with remote model import? Many thanks
Hi folks-- We are developing a Thingworx mashup with a link that loads an associated AR experience. We're using the URL format from the Share menu in Vuforia Studio, with the pattern https://view.vuforia.com/command/view-experience?url=... This works fine in most circumstances, but we've run into one hitch: on some devices, where both Vuforia View and Vuforia Vantage are installed, the link tries to load the URL with Vantage instead of View, which of course fails. However, other devices with both apps work as they should. Does anyone have any ideas what controls this, and more importantly, how to resolve it so the link always sends the user to Vuforia View? Thanks!
Let me start by saying everything works perfectly in preview, but not on HoloLens. I'm creating an experience where certain models appear and disappear depending upon which 3D toggle is active/inactive. There are three toggles that make the same model appear (it's generic and has no sequences or animation). When the other toggles are selected, the generic model will disappear, but none of the other models (all of which DO have sequences) do not appear. I'm guess it has to do with the fact that they have sequences attached to them since the JS seems to be the same. Here's an example of some of the JS I'm using for each 3D Toggle://Overview Settings$scope.overview = function() {$scope.view.wdg['3DToggleButton-2']['pressed'] = false;$scope.view.wdg['3DToggleButton-3']['pressed'] = false;$scope.view.wdg['3DToggleButton-4']['pressed'] = false;$scope.view.wdg['3DToggleButton-5']['pressed'] = false;$scope.view.wdg['3DToggleButton-6']['pressed'] = false;$scope.view.wdg['3DToggl
I am currently taking an image using the mobile device camera widget in one experience, sending it to ThingWorx as the base64 text. Then in a different experience, calling a service to retrieve that text. I am running into a road block of figuring out how to take that text and then process it to be able to insert it to an image widget on demand. By on demand, I mean if i were to have a list of image texts, to be able to have one image widget and change the image source programmatically with UI functions by the experience user. Thanks,Brian
In RealWear HMT-1 Experiences there seems to be a problem with the $interval function.When this function is used all the bubbles in the experience are blinking. Even tho some of them should be invisible (in a popup). While this occurs the RealWear doesnt recognise the right bubbles so the user cant interact with the bubbles.setInterval should solve this problem according to PTCs R&D.Hope this helps.
I want to navigate the metadata JSON file as I do with regular JSON files like the example below myjson["/0/1/0"]["InnerField1"]["DetailExample"] but I want to do this with metadata Vuforia API. How to? Many thanks
Hello, I am working on a project connecting Thingworx and Vuforia Studio.Right now I'm trying to use a service imported from Thingworx. This service takes a string as input, and outputs the name of a Thing (this works well on Thingworx when I test my service), this allows me to call the Thing of my choice to display its data. However after having imported this service in Vuforia Studio, and having made the connections which seem correct to me, the service does not run. The input string comes from a textInput and the output Thing goes into a Dynamic Entity Name to change the current Thing on the data display.For the connections I have linked the text of the textInput to the input parameter of my service, and the output, the Current Selected Element, I redirect it to the Dynamic Entity Name of the displayed Thing to change the current Thing. But when I test, in Preview, and that I put a character string in the textIput, the service is not called because the displayed data
I want to create an AR experience starting from a remote pvz resource and not directly uploading the content.Is it possible? how to?many thanks
I just set a button to copy in the clipboard a text element with the following JS function: navigator.clipboard.writeText("txt") it works fine in the iOS app but not in Android. Any advice?
Hi, I'm using Area Target Generator to generate area target. But the limitation is 5 minutes only.The area that I want to scan is quite wide, and need more time to scan the whole area. My question, is it possible to combine many area target files into one file? Because in Vuforia Studio, can upload only one area target file. Thanks.
Hi All,I'm not able to view my local projects (and extensions) since I syncronyzed all my documents to Onedrive. Maybe it's caused by a different location where the folder "VuforiaStudio" is now set (C:\Users\<myusername>\OneDrive - <myorganization>\Documents\VuforiaStudio).I found on eSupport to change the $userhome local variable but there's no variable like this on my pc. How can i retrieve those projects? Thanks in advance for your support!Alberto S.A.S.
I've been trying to message vuforia to speak on pricing for vuforia studio for weeks now but I've never been responded to. I'm not really sure if there's any easier way to do this other than waiting weeks for an email
Hello! I was wondering what the correct syntax is to listen for events that get fired in Thingworx from Vuforia Studio. I know that I can add Events in the external data pane, but I'm unsure of how to listen for them. I'm assuming it will be something similar to listening for the event that fires when a service completes: $scope.$root.$on('servicename-complete', function(evt, arg){ // Do something }); For a Thing w/ name "thingname" and an event "eventname", what would be the correct syntax to create an event listener? Thanks!
Hi all,My Vuforia Studio seems to be having trouble publishing. I tried this morning and it worked, but now its giving me an Error code 106. I'm using the one month free trial. What could be the issue? I suspect there may be a publish limit on the free trial. Thanks in advance!My project is due tomorrow so I help is really urgent Edit 1: It seems to be willing to publish if I do not have a model mark on the project. I need the model mark, but this clue may provide some information as to why it does not work
Hi all,I have a question about Vuforia in interaction with HoloLens 2.In my scenario, I need to switch between different sequences (that I created with Creo).This should be done by clicking on a button. I know the underlying command via JavaScript and have already used it successfully several times - but so far only for iPad (2D) Experiences.For this I always use: $scope.view.wdg['model-1']['sequence'] = 'l-Creo%203D%20-%20sequence.pvi'; In the preview everything works as it should.Now when I test my scenario on the HoloLens, it seems to me that the HoloLens does not know this command. It loads the "default sequence" of the 3D model. Generally, I can't jump between sequences....Do you know what I am doing wrong? To me it looks like there is a bug in the HoloLens interpreter. Is there another command that makes jumping between sequences work on the HoloLens?I am grateful for any help!Many greetingsJonas
Hi, Can I know if SAP system can integrate with AR experience using Vuforia? I would like to know if this has been done before and what is the best practices to do this in term of connectivity and input/output file format. Thank you and please have a good day ahead.
Hello, when I add a 3D video widget, it automatically adds the default controls, which are massive and ugly. Is there a different option for this?
Hi everyone, my goal is, to be able to see what impact different algorithms have on the performance. I couldn't find an iOS app, that enables this feature for other apps and it is not a feature of vuforia view. Of course, we can check the fps in the preview via console, but I would like to check it on the end device. Any ideas? Regards,Whity
HiHave problemAfter downloading the setup.exe file and launching it does not open. The download window appears, it loads to 100%, but then nothing happens
In Vuforia Studio version 8.5.13 a new metadata is intruduced. This will make the techniques described e.g. in the posts "How to extract the components with properties from a pvz file","Extracting the viewables and the seqnece steps information from a .pvz file for the usage in TWX" and "How to extract model data of 3d models in Vuforia Studio (without external Tools)?" for the most cases not neccessarly any more. as In Vuforia Studio when a model is imported (add Resource) there is a new check button “Allow the Experience access to CAD metadata” : The selection of this checkbox lead that when the model is loaded to the “app/resources/Uploaded” folder but also an a json object with the name <model name>.metadata.jsonExample when we load the model “Coffee Maker Model_High.pvz” then we have also a json file named “Coffee Maker Model_High.metadata.json”. This JSON file contains the metadata to the coffee maker model The metadata json file contains some differen
Vuforia Studio Ability to set the distance of the 3D Audio and 3D Video widgets that have the Tagalong property enabled New ways to move around the space in your Area Target on the 3D canvas using your keyboard Support for Windows 11 Bug fixes and minor improvements Vuforia View Support for Windows 11 Bug fixes and minor improvements Experience Service Bug fixes and minor improvements
Hey Guys! I am facing another problem. I want to scan different QR-Codes with the Hololens 2. Depending on which QR-Code is scanned I want to make videos visible in order to build up a learning platform with Vuforia Studio. I guess I need a Java Script code to do so as the scanning function is not able to to it directly. Can anybody help me with that? I am really struggling with the Code or to find a solution. Thank you in advance! Marius
It it possible to open Vuforia Vantage from Vuforia Studio? I have created a button to run a function containing: window.location = "URL obtained from Vuforia Editor"; This URL works when scanned as a QR code or entered into a web browser, but for some reason it will not work from the Vuforia View mobile application.
How do I move popovers?
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.