Vuforia Studio
Recently active
Hello Roland @RolandRaytchev Could you please advise how I can make a dropdown list for multiple views (within the same project). I have a list of Views (30) that I want to be nested in a dropdown list. Thank you!Continuation to topic
Can we add the multiple JS in events
Hi, i created a Three of sequence. but ThingWorx studio can select one sequence I want to change a sequence via button or list how can i change sequence at running app Thank you
Hi,Is there a way to display 3D labels and 3D buttons immediately upon launching a project on HoloLens without the model tracking event?
Hello Community I am trying to set up a password verification in Java Script and I need to use a external library for the hashing. How can I define the CryptoJS.md5 function that is used in the code below?//==================================================================== //functon for loading of javascript and css //==================================================================== $scope.loadjscssfile= function(filename, filetype){ console.log("loading "+filename+":: type="+filetype) if (filetype=="js"){ //if filename is a external JavaScript file var fileref=document.createElement('script') fileref.setAttribute("type","text/javascript") fileref.setAttribute("src", filename) } else if (filetype=="css"){ //if filename is an external CSS file var fileref=document.createElement("link") fileref.setAttribute("rel", "stylesheet") fileref.setAttribute("type", "text/css") fileref.setAttribute("href", filename) } if (typeof fileref!="undefined") document.getElementsByT
Good morning, In a Vuforia Studio mobile application, I would like to link the source of an 2D Image Widget to an external http(s) source which handles a picture to display.The picture served back at the http request is not constant, as it changes at each http request. I would like to periodically call the server and display the corresponding picture. Here is what I managed to do so far: // $scope, $element, $attrs, $injector, $sce, $timeout, $http, $ionicPopup, and $ionicPopover services are available $scope.streamSourceSet = function(){ $scope.view.wdg['testImage']['imgsrc'] = "http://10.1.27.14:5000/get_image" $scope.$applyAsync() } // Set the timer $scope.periodicCall = function(){ setInterval($scope.streamSourceSet, 500); } // Call the localize function at view start-up angular.element(document).ready($scope.periodicCall); This code produces a single picture for the Image Widget, but it does not get updated every 500 ms as desired. The q
How to create an entity with data for a Dropdown list? I have a limited version of ThingWorx. I can't find any fully described instructions on how/or where to create the data for the dropdown widget in Vuforia Studio. There are some instructions about creating the whole widget in Thingworx but I use Vuforia Studio Dropdown widget. Please share the instructions for Vuforia Studio.
i have a scan from a plant and want to use it as an area target. my file is in the format *.e57. and im using the version 10.15.3 from the ATG after a few seconds i get this error message: Area Target Generator Headless Copyright 2023 PTC Inc. All rights reserved. Starting E57 processing "name" -------------------------------------------------- [ SUCCESS ] E57 shall contain one or more Data3D structures. [ SUCCESS ] 'cartesianBounds' field in Data3D structure shall be defined. [ SUCCESS ] 'colorLimits' field in Data3D structure shall be defined with color minimum < color maximum for all channels. [ SUCCESS ] 'cartesianX', 'cartesianY', 'cartesianZ' fields in PointRecord structure shall be defined. [ SUCCESS ] 'colorRed', 'colorGreen', 'colorBlue' fields in PointRecord structure shall be defined. [ FAIL ] 'nor:normalX', 'nor:normalY', 'nor:normalZ' fields in PointRecord structure shall be defin
Hello.I would like to know how to add a new 3D label when i press the 2D button.However, please tell me how to hide the 3D labels, except to show the 3D labels when I press the 2D button.
Hello Vuforia Community, I'm reaching out to you because I'm currently facing a challenging issue in my Vuforia project and would appreciate any insights or suggestions.I am working on an Augmented Reality application using Vuforia. My project involves rendering 3D models in real-time and positioning them according to specific coordinates and rotations. The position and rotation values are fetched from a JSON file.Despite ensuring the integrity of the position and rotation values in the JSON file, the 3D models are not positioning correctly within the scene. They either appear in incorrect positions or orientations that don't align with the values specified in the JSON file. What I have tried already:- Ensured that data is fetched properly and available before positioning the models.- Checked the coordinate system for any mismatches.- Verified the scale factors and units for position and rotation.- Checked for nested transformations and the order of rotations.However, despite
How can I get the coordinates of a selected part in "Vuforia Studio"?I tried the following, but could not get the correct coordinates. tml3dRenderer.GetObject('model-1-/3').GetWidget().GetLocation().position.x Specifically, no matter which part was selected, all X, Y, and Z coordinates were always zero.
Good afternoon, I would like to know if it is possible to make the 2D Layout "more free" I started to work with Vuforia Studio a few days ago and I am having difficulties creating a layout my way and changing the size and position of the components. For example: I would like that when the screen is vertical the grid layout works as ROWs and when it is horizontal it works as Columns. Can anyone tell me if it is possible to make the 2D layout more CSS free and create an html instead of using widgets? If not, can anyone give me tips for formatting the example I gave using only the available CSS?Here is a basic template created in Paint to demonstrate my idea:Thanks!
I'm trying to work on a project that I worked on yesterday, but it's giving me the following error message and locking me out of my work: Error Upgrading ProjectProject cannot be opened because the upgrade failed. See the project's upgrade.log for details. Has anybody run into this before, and how can I fix it?
is there any solution for achieving following requirement: 1. The user will capture the screen in Vuforia view and also add comments along with image(using text input widget). The required text input from Vuforia Studio: A) Username B) User Comment 2. that captured data will be stored in ThingWorx in tabular form. Following data will be stored in tabular form: A) Username B) Captured Snap C) User Comment
Hello everyone, is it possible to provide any files to an AR-Application? The scenario is as following: A user that scans the QR-Code of a device can see the current Properties and use the Services of the device but also view a PDF containing the Documentation of the Device or e.g Safety Instructions. Because of that I want the user to be able to access any documents related to a device via the AR-Application. Is that possible in any way? I am aware that you can "Store" the textual information in a String Property and simply provide this property. But as you can imagine some Documentations or manuals contain a lot of text and/or images and It would be quite a pain to express that information the same way in a property. Any thoughts on this are appreciated very much. Best Regards, Dominik
Hi, I just want to know the entire (step by step if possible) process to install Vuforia Studio On-Premise I sold an On-Premise licence (my company I work for did) and I need help to install it on my customer PC (server?) Can someone help me? (explaining me the process or send me an EASY step by step guide) What kind of experience I need for install and configure ExperienceService on Microsoft Server ? Thank you Regards Francesco
Hi, I would like to get a detail step by step installation of Vuforia studio on premises instalation. K
Is it possible to copy experiences downloaded to Vuforia View between clients, such as iPads, without going through a server?I'm assuming this is for situations where the ThingWorx license has expired or there is no network environment to access ExperienceService. In the event of a client device failure, I would like to copy the experience to another client device.
I had a few requests to provide a highlight model option without using the Mapper widget. So updated the COETree to allow you to highlight model with a checkbox option on the COETree in the design view plus a button in UI to use Green red and yellow (default is green) https://github.com/stevegw/COETree/releases/tag/V1.0.6
How can we create the 2D interface & buttons like this, any script is there for creating these interface.
What is the use of tethered, untethered, aligning & aligned. where it is used, & how it is used. if any examples are there, please send to me.
Is there any way to copy a Vuforia Studio A/R experience to local storage on a HoloLens/MagicLeap device and run it without ever connecting to an Experience Server?
i need this type of toggle button, how can i change the normal toggle button to this, anyone can help me?
If you have downloaded content to Vuforia View, would you still be able to access the downloaded content in Vuforia View after your license has expired?
Hi, PTC community,Please advise how to simply rename the View name.
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.