Vuforia Studio
Recently active
Good afternoon people.I need to access and populate the "Data" attribute of the "REPEATER" widget using JavaScript.I'm using the Vuforia Studio project template for the RealWear device.Could anyone help me?I've already accessed the “REPEATER” element with the command “angular.element(document.getElementById('repeater-products'))”, but I couldn't access the “Data” attribute.
Can ThingWorx Navigate provide External Data to Vuforia Studio?
Good afternoon folks! I'm developing an application for use with Real Wear and would like some help from the community. I would like to know where to find examples of this type of application. Thank you all,Ítalo Baciliere.
I have followed steps as mentioned in other board postings. However when I use my username/password from the Free Trial setup i get the following: I have found in other postings what i assume is the manual way to enter the Experience Service by typing : https://<your-domain>.pp.vuforia.io. but i cant find any ref or know my (<your - domain>. ant help would be great.
I am setting up pvz resource retrieval directly from thingworx. Here I'm facing a problem with the location of the thingmark.On the one hand, in a Vuforia Studio experience created with directly uploaded resources the thingmark can be anchored and sized on the "real" surface of the model, but, on the other hand, if the resource is remote (thingworx repo) this does not seem possible.As the VFStudio guide says<<Use a ThingMark when:• You want to align your physical object and digital model as closely as possible. In order for the 3D model to display in the correct location, you must place a digital ThingMark in the same location as your real-world ThingMark. >> This is exactly what I want, but I need to load remote resources.>>Is there an option to preview remote resources also in the 3D development area?Thanks
Any thoughts on how to re-position a 3D panel for Hololens? Once it's tethered, the panel can go anywhere. I'd like to reset it's position and have tried directly adjusting the X,Y,Z and RX, RY, RZ, but that only seems to halfway work. I've also tried attaching those properties to application attributes and adjusting there with the same results. I've also adjust before un-tethering and after. Various results, but mostly the panel ends up in a weird position in space.
Hi i have interfaced the led with the thingworx and i'm using its prop in vuforia studio for the temp and humid values. I have the values but, i'm not able to switch on/off the led from vuforia studio. Kindly help with the code or suggest me with the changes that i need to make. I'm attaching the screenshots below for your reference.
Hi, is there a simple JS method to trigger a model reload or global reset? Many thanks
Hi, I want to make only a specified model item visible and make the rest of the model invisible. how to do this in JS?
Hello everyone,For an important Italian customer we are facing this request:Possibility to recall the vuforia view system commands on Hololens 2 avoiding the voice commands.This method is useful for taking advantage of vuforia view in noisy environments. I could only find the navigateToScanMode () command on the network;$ scope.go = function () { $ scope.app.fn.navigateToScanMode ();} Is it possible to have a list of all the following?:http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/EyewearViewAndHololens.html
I want to fill the $scope.view.wdg["select-1"].listwith a for loop.just like i can do with the following method. var title = []; for(var i = 0; i < array.length; i++) { title[i] = { name: array[i], value: i+1 }; } How can I do?
Hi, As in several topics about cURL requests, I use Postman to send cURL requests to our XS, which results in a beautiful list of (meta)data. This list of data seems to be different between trial instances and commercial instances. Note: I changed several values due to privacy. This is the response from the trial instance, where I am interested in the publishData values: { "url": "xxxx", "name": "x", "publishData": { "projectSize": size, "publishedData": "datetime", "publishedBy": "user email" }, "metadata": { "name": "", "version": "1.0.0", "requires": [ "w320dp" ], "experiences": [ { "vumark": "x:x", "experienceType": "vumark", "id": 1, "index-keys": [ "urn:vuforia:vumark:x:x" ], "title": { "en": "x" }, "description": { "en": "", "en-US": "" }, "requires": [ "AR-tracking" ], "tags": [], "icon": "", "viewName": "Home", "url-template": "index.html?expId=1&vumark={{vuforia:vumark}}", "entryPoint": "index.html?expId=1", "thumbnail":
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
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.