Vuforia Studio
Recently active
I've been trying to position this .tga file onto my plane model, but with little success. I can place it, but positioning is a pain. Anyone got any tips? (see image)
Hello, I am looking to call a webpage (www.google.com as an example) when you click on a picture. I know there is a hyperlink in studio, but I couldn't figure out how to add an image over it rather than seeing text. So I was thinking of using an image and then in the click action have some java called to call up the webpage. Has anyone done that before? Thanks! Andrew
I have an experience with multiple views. Each view has multiple buttons that call different functions (all of which work as clicks) I am adding the voice commands for the Hololens and I am wondering if it's possible to have 1 voice command defined but have it call a different function based off of which view it's in at the time. Is this possible? I am assuming with js it is but I am not sure how. I.e I have a Confirm Tare button and a Confirm Weight button on 2 different views. Each button will call a function that handles visibility of the next button, within their respective views. The service isn't exactly the same, only because of studio ID's of the components in each view. thanks!
I have an application where I'm reusing a popup (There are 4 different buttons that cause the same popup to be displayed). Each time the popup is displayed, I'm clearing out any data that was in it, but I can't figure out the syntax to un-check a checkbox. I've tried .checked = false or .selected = false but no luck. Any suggestions?
Hello Roland: I browsed your experience using this link: https://mrerot7o.studio-trial.thingworx.io/ExperienceService/content/projects/bla/index-desktop.html?expIndex=0#/Home but I can't browse my experience: https://pp-19102315304c.portal.ptc.io/ExperienceService/content/projects/YPF2/index-desktop.html?expIndex=0#/Inicio. My Vuforia project is "YPF2" and my initial view is "Inicio". My Default Experience Service URL is http://pp-19102315304c.portal.ptc.io:8080, and my Thingworx Composer is at https://pp-19102315304c.portal.ptc.io/Thingworx/Composer/index.html Can you give me some help? Thank you Related post
I have created a step-by-step sequence in Creo Illustrate and attached an annotation to one part to test out the feature's functionality. The annotation is visible in the Creo Illustrate preview, but when I transfer over to Vuforia Studios with the respectable files, it does not show up when I try to preview my AR project. I've heard that Vuforia Studios does not support the annotation feature from Creo Illustrate. My question is, does anyone know of a workaround specific to what I want to achieve? (Goal: give instructions on proper disassembly of my object/model for each part. This will be so for each part associated with the model)
javascript ItemList = [{"checked":false,"title": "title0"},{"checked":false,"title": "title2"},{"checked":true,"title": "title2"},{"checked":false,"title": "title3"}]; $scope.app.params["ItemList"] = ItemList; I made 2D Widget Left Panel + repeater + checkbox i bind ItemList to repeater checkbox Label is {{item.title}} it's well display title i bind ItemList to checkbox Value and How to write Add Filter? Can I Change CheckBox Value By DataList Filter Body return ( HowToget( item.checked ) === true ? true : false )
does anybody knows how to stable the image target to not blink or shake while we are seeing with vuforia view? yes, I already checked "extended tracking" "persist map", but still instable.
Can we do multi Y-Axis (In this case i would like to show level and salinity in the same graph on y-axis , timestamp on x-axis)in properties, i think it can'tAre there any trick?
Hi all, We have Vuforia licensed service with 100 Thingmark. Could any one tell me how to use 100 thingmarks in vuforia studio ? Regards, VR
Hi, I want to connect a new project in Vuforia Studio with the Azure cloud. Therefore I have to install ThingWorx (TWX). According to an other questions in this forum, it is impossible to connect TWX trial version to Vuforia Studio (trial version). Is it possible, that I copy the data from the azure cloud to a server or save them local and connect the project to those data, just using Vuforia Studio? Thank you
Hey, according to this, it is not possible to connect the trial version of Vuforia Studio with the trial version of ThingWorx. Is this correct? Post: https://community.ptc.com/t5/Vuforia-Studio/How-to-connect-vuforia-studio-Trail-with-thingworx-foundation/m-p/582829#M4698 Thank you
Hi, I have created the mobile experience using the Vuforia studio and Published it into the "Default Experience Service URL". Now I have installed the "View" app in my andrioid mobile and provided the Default Experience Service URL in URL section of Settings page. But in Library-->Studio Experices section I can't find the my published experience. Please suggest. Thank You!
Hello, I'd like to know if it is possible to view the same Vuforia experience simultaneously on multiple different HoloLens headsets? Will the experience be loaded as separate instances on each device, or is it possible for one person's real-time actions to be seen by the others viewing the experience? I would also like to know how to share an experience across different types of devices, as is demonstrated in the experience shared between a HoloLens and a tablet in the following video from PTC's website:https://www.ptc.com/en/products/augmented-reality/vuforia-microsoft-hololensThanks
Hello, I am new to the Vuforia studio and would like develop the 2D eyeWear project using the Vuforia Studio. Can you suggest me the reference document or article for the same. Thank You!
Hello everyone, I am developing an 2D Experience where a list of files of a "fileRepositoryThing" is displayed. When clicking on one of the items the file should be downloaded. For that I use the GetFileListingWithLinks of the Repository Thing. When clicking on a item the link is displayed in the "file-Widget" (Remember: 2D widget) and by clicking on the link the file should be downloaded. This works for all file-types for the Experience Preview in the Browser. But when using this experience on my phone, pictures can not be correctly downloaded. When trying to, I get the following window: PDF, Excel and so on works on the phone. A simple scenario looks something like this: Any Ideas what could be the reason for that? I also tested that on a colleagues phone and it didn't work as well. For your information, the structure of the link is something like this:https://mythingworxServer/Thingworx/FileRepositories/myFileRepository/myFirstF
I've been trying to change the background of my chalk widget depending on if my model has loaded. I've been able to write the css to put my icon in instead of the default. However I can't get the json code to change it. CSS: .twxChalkIcon { background: url(#{$resources}/Uploaded/Support32x.svg); } .gray{ filter: grayscale(100%); } JSON: $scope.modelTarget_acquired = function(){ $scope.view.wdg["image-3"].class = 'buttons gray'; $scope.view.wdg["chalk-1"].class = 'twxChalkIcon gray'; } Change the class on the "image-3" widget (an image) works just fine, however the chalk widget will not change. If I enter twxChalkIcon gray into the Class property manually it changes to gray no problem.
Hi, Earlier i did installation for http protocol without SSL. and now want to configure self-sign certificate to vuforia ES server. so please can some one guide how to configure it. I have created self-sign certificate i.e. server.key, server.csr and server.crt and want to configure. I have modified configuration.json and modified below parameters as, "httpsKeyPath": "./cert/server.key","httpsCrtPath": "./cert/server.crt", "proxies": {"0": {"target": "http://<Thingworx server IP>:8080/Thingworx","autoRewrite": true,"protocolRewrite": "http","secure": false,"appKey": "f034e968-6abf-4f3d-ae78-98f8a122711f","blacklist": {"file": "proxyBlackList.json","redirect": ""},"changeOrigin": true} and restarted start-es.sh but not seems working. - Prashant pandarkar
Hi folks-- This is primarily aimed at PTC support folks. We have suddenly stopped being able to publish to our Vuforia experience server (PTC-hosted). Everything was working last week, but now we can't publish. We get 403 errors, "Insufficient permissions to access resource". We are able to log into Thingworx Composer and seem to have all the correct permissions there. It seems to be something between the ES and Thingworx that's broken. We need to get this fixed as soon as possible, because we need to be able to publish and test demo experiences for our customers. @ytella or @tmccombie can you help get this resolved please? Sorry to ping you directly like this, but apparently this is the only route for tech support available to PTC partners, and the need is urgent. Thanks!
Hi, Can any one suggest me the possibilities to add voice command to RealWear HMT-1 device using Vuforia Studio? If yes, is there any user manuals to create the project using the voice command? Please suggest
Hello, I am trying to rotate a model I have across the Z rotational Axis. I was using the following code to move the model around the movement axis, but am not sure what i have to change to move it along the rotational axis. Please help! $scope.Rotate = function() {$scope.view.wdg['755OM'].z = 0.35;}
What i would like to do- I would like to pass parameter to service I created. -service is call to rest api end point with reply json format data of water level (measure all day in each minutes). -i convert to infotable and got data shape as (ID,TimeStamp,WaterLevel). -endpoint url is look alike getdatafromID/<ID-name>. for example, my ID-name is IN01,IN04 What i have try- i try concept to create graph on mashup by putting ID-name as text input, It's work- i try on Vuforia 2d widget time chart it's not work. - I use textInput (text) to input ID-name i want to call on server -bind textInput(text) to Parameters(ID) -bind event(valuechange) to GetTodayFromID(servic
I've been in "Server starting up..." mode for over 20 minutes.
Hello Everyone! A couple weeks ago the vuforia studio app mentioned there was an update available. So I went and proceeded with the update, and ever since then, my Vuforia will not open. I checked the task manager and noticed that 'Node.JS: Server-side Java Script Suspended.' Even if I go into the resource monitor and resume it, the Vuforia App does not open. I only noticed this problem since the update. I have tried uninstalling and reinstalling - in which the APP was able to load, only once with no issue, but the next day the same error message occured. Any assistance would be greatly appreciated. Thank you
I have tried this with multiple models and experience servers and so I can only conclude that this is an issue with vuforia view. The issue appears if you freeze the camera and then select/change the sequence. The issue doesn't happen if you select the sequence and then freeze the camera but as soon as you try to change the sequence with the camera frozen, the blackout issue happens. This issue is present in Vuforia View 8.5 and 8.5.1. I tested this with Vuforia View 8.4.3 and the blackout issue did not happen. (view in My Videos)
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.