Recently active
hi, where does the data goes when i save a text input?
I have model in Vuforia Studio with 11 Assembly Steps, I Create the assembly sequence in Creo Illustrate How can I Create separate buttons for each Step that control the assembly sequence that I Create in Creo Illustrate.? Ex. If I Press the Step 1, the assembly sequence in step 1 will appear and when I press the Step 5, the assembly sequence show the assembly sequence number 5.
I am trying to visualize the 3D image using external data.Take the picture below, for example.If Fan1's LightOn value is 1, then image is visible, if 0 then hide it. I want to mark two objects with one value.When value is 0, A image is visible and B image is hide.When value is 1, A image is hide and B image is visible.How do I implement this as java scrip?
Hi, We want to show drawing as a AR experience on device. So my first question is how to do this? secondly, i tried to convert drawing into SVG / PNG and insert in vuforia studio, but facing issue to display these SVG on iOS device it shows as blank window. But it is showing properly on android. So i want to know the proper process how i can show drawing in vuforia properly? what is the best way. Regards, Prashant Pandarkar
Hi All , Is there a way to create a AR Experience in Vuforia Studio which will be compatible to view in all size device like iPad , iPhones and Android Phone I have added some background-images in my 2D canvas with iPad size , it viewed perfectly in iPad but if I try to view the same experience in different size device like iPhone the background images get automatically crop All some of the 2D Widgets like toggle button with Images are not viewable properly also the arrangement of widgets are not properly placed Is there any solution to make this compatible with all size devices and view the same like it is in viewed in iPad
is there a way to flip a model in vuforia studio?
Ask for help with java script.When I click on the 2D button, how do I write a script that makes the 3D image visible and blinks?Please. Thank you.
Hello, When I try to access my three ThingMarks with the trial I just started, they do not get generated. When I click "here" as requested, it takes me to a configure page to log in to my account. This configure page only keeps loading and does not get anywhere. However, the ThingMarx never get generated. Please advice and see the screenshots. Thanks, Mateus
Hi, I have two questions: 1. Have "vuzix m400" already been supported for the Vuforia Studio now?2. As far as I know the "3D Eyewear Projects" is only supported when using HoloLens, is that means I can't develop like model target by using vuzix m300 smart glasses?Thank you for all your assistance.
Click the button once to visible the 3D image and click again to hide.How can I implement it with Vufortia?
Vuforia Studio Scan widget is now available in a 3D eyewear project Bug fixes and minor improvements Vuforia View Support for bar code scanning within HoloLens Experiences Improved detection and tracking for Model Targets and Spatial Targets iOS: iOS 11 is no longer supported Android: Android 5.0 will no longer be supported as of February 2020 Bug fixes and minor improvements Experience Service Bug fixes and minor improvements
If I created 3D models including animations in 3D programs other than creo.When I optimize this file in vuforia studio, can I sequence this file's animation in vuforia studio?
As Shown in snap can any one help me to create such type of ui which is there in gallery experience.
Hi All , Is it possible to load all pvz file related to different AR view ( pages) created in Vuforia Studio at the initial stage when ever we start to view any AR experience in Vuforia View . Whenever I am trying to view any AR view every time it will load a model pvz for that particular view only which take lot of time and again if I try to view some other AR view this procedure is repeated. Is there any js code that can be written to load all pvz file related to complete project at the start of viewing it in Vuforia View
Can any one guide for the same with sample example?
Hi Team, Currently I'am trying to create an experience to demonstrate AR for service assembly wherein I have linked sequences of animation and bind them to a single toggle button using play binding feature. I have now imported multiple audio files and I'am trying to link those to a single toggle button, to which I have assigned animations using Play binding feature, so that with this toggle button I can play animation sequences with each click of toggle button. I want to link multiple audio files so that with each click of the toggle button the animation and its respective audio plays. For eg; with individual click of toggle button animation for step 1 - file of Audio 1 plays, with step 2 of animation Audio - file 2 plays, and so on.
I registered for the trial version of Vuforia Studio on December 13th. I keep receiving the "Patience is a virutue..." message. Any help would be appreciated.
Hello, I am looking at the possibility of opening a pdf ( maybe within a Popup Widget ) within the experience. The current option I have is to launch a pdf by clicking on a file Widget but the problem is that this will end up the opening the file in a separate window which is not desirable. Look forward to your kind responses. Avinash
I am planning to create a Mobile project and output AR with RealWear. The AR content was displayed once the marker was recognized successfully. However, it cannot be displayed well after that.Please take the way. I imagine something like the following video. https://www.youtube.com/watch?v=MaAhZgC7puw 1. Select Mobile-Default from the new project2. Place ThingMark and label on campus3. Click Publish4. Read Experience Service URL with RealWear (HMT-1)5. Scan ThingMark created from My ThingMark with RealWear (HMT-1)6. "No experience found on this device 40578: 1" is displayed. At first, it was possible to display AR. However, after that, message No. 6 is displayed.
Hi, How we can connect vuforia with different IOT platform (instead of Thingworx), Do we have such vuforia Rest API for that? Or having any roadmap for same. we want to connect vuforia studio to our own IOT platform instead of thingworx. So pls can i get more details on this. Regards, Prashant Pandarkar
$scope.setSequenceList = function(){$scope.app.params.sequencelist = [{"display":"FAN SERVICE","value":"app/resources/Uploaded/l-Creo 3D - FAN SERVICE.pvi"},{"display":"FAN REPAIR","value":"app/resources/Uploaded/l-Creo 3D - FAN REPAIR.pvi"},{"display":"HARNESS REPLACE","value":"app/resources/Uploaded/l-Creo 3D - HARNESS REPLACE.pvi"}]}$scope.setSequenceList(); $scope.selectSequence = function(){console.log($scope.app);if($scope.app.view.RepairSequence.wdg["sequence-select"].value){$scope.app.view.RepairSequence.wdg["bottom-nav-grid"].visible = true;$scope.app.view.RepairSequence.wdg["select-popup"].visible = false;}else {$scope.app.view.RepairSequence.wdg["bottom-nav-grid"].visible = false;$scope.app.view.RepairSequence.wdg["select-popup"].visible = true;}} This is the code i am using to show the sequence through sequnce select list. Now i need to show each step on different button individually
Hello! There is a drop down selection option that shows the first option on the drop down, however I do not know where to go to access the other three options on the same drop down menu. The sequence of lockout is the first option, but where can i find the other selections? There should be three more. Thanks!
I'd like to take a photo within my vuforia experience (using an ipad/iphone). For example, I have some text that says: Take a picture of 'x'. I would like to be able to click a button or something similar and be able to take a picture without the model from my experience overlaid on it. Is this possible? Assuming it is, can I then bind the photo to an image object within my experience?
Hello, Trying to figure out a way of displaying .pdf files in a AR-experience using Hololens. To do it with a smart phone/ tablet works fine since you cna work with the 2D-canvas. However it becomes trickier when using Hololens. Ideally I would like it to work something like this: https://www.youtube.com/watch?v=JrZUXxcfaA8 In this video different information popups apear, however I think this is 3D-image widgets which I'm able to create. But would be better to actually try to import a .pdf file and make it apear as a popup like the images. Is there anyway to that? ps. Using Hololens 1.
I'm going to build a vuforia platform server(ThingWorx, Experience server) in a cloud environment and use vuforia in a local factory. 1. Can I create an experience in vuforia studio and publish it to the cloud? 2. When working on vuforia studio, can I acquire data from cloud thingworx? 3. Can the local factory monitor the experience posted on the cloud through the vuforia view?
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.