Vuforia Studio
Recently active
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?
Can we use HTML in vuforia studio? If yes, any help would be appreciated.
Hello Sir/Madam, I want to hide Camera view (Real Environment) and show only white background for 3D model. Is it possible to do this thing? Pls find below image for reference.
Colour given to model in creo parametric is not visible in vuforia studio I have cad model of bike, on which I have given colour to entire model in creo parametric 6.0. Same colour is reflected in creo illustrate but once i imported the model in vuforia studio, Colour given to some parts are not visible. I want to know whats the issue? Can anyone answer this? to elaborate this more i have attached ppt here
I want to learn how to create the sliding buttons as there in the image also how the sequence steps have been created oppo
Hello, I have a model, when I try to change rotation of Z axis manually using transform arrow it changes X and Y axis also. I want to do this using JS, could any one tell me how to do this. Thanks in advance. Regards,VR
how to copy entire view from one project to another new project in vuforia studio?
Hello I tried to add bookmark to an expirience. When I open an expirience via this bookmark it started on a specific view where was bookmark created (it does not start in initial view). Is it possible to allow bookmarks only on initial view or disable/redirect bookmarking to specific view? Regards Tomas
Hello everyone, we just finished a project in Vuforia Studio and I would like to share the experience and give a feedback for further improvements of the software. In the end the experience turned out really good, but here are some of the issues we had: 1. Hiding object from scene - currently it is not possible to temporarily hide object from the scene view while working. It is quite hard to arrange objects when the scene is cluttered. I know you can set the opacity to 0, but the object is still selectable and gets in the way, plus it is possible to forget to change back to opacity to 1. 2. Selecting multiple objects at once - this is another really needed feature. We can't select more objects and change a property or move them. 3. Object hierarchy - it would be really good if we you can nest objects. That way we can create more complex objects. Also this can be used to group objects together to easily reposition or scale them. 4. Faster undo - the undo options redraws the whole scene
Hello all, I have created some animation(not sequence) in model using Creo Illustrate. Could any one tell me how to play that animation in vuforia studio. Thanks in advance. Regards,VR
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
I have thingworx platfrom as on-premise and I purchased more Vuforia Studio (as cloud license)How and what i have to do to prepare my on-premise server to connect with your cloud serviceSince my license will available soon (at 24 Dec 2019)I want to show my realtime data via ARCan i test connection before the available date? And Are there anything i will do before the date ?(like allow port, cert. check?) (i already has public domain for my thingworx platfrom)Please DM me if neccessary Thank you
I need to setup a simple draw app in Vuforia studio. Is there any way that i can use tml text widget? I need to get a simple drawing app in vuforia without using the chalk widget. For reference i have attached the html code for the drawing app i need in vuforia. Is there any way i can run this code in vuforia using tml text widget? <html> <body style='margin: 1;'> <canvas id="canvas" style="display: block;"> Sorry, your browser is rubbish. </canvas> <script type="text/javascript"> var canvas = document.getElementById('canvas'); var context = canvas.getContext('2d'); var radius = 5; //不要犯蠢,第一次竟然打成0,根本就不會有東西跑出來啊 var start = 0; //起始點 var end = Math.PI * 2; //結束點 var dragging = false; canvas.width = window.innerWidth; //設定canvas的寬 canvas.height = window.innerHeight; //設定canvas的高 context.lineWidth = radius * 2; //試著改變參數,會發現裡頭有線連著 var putPoint = function(e){ if(dragging){ context.lineTo(e.offsetX, e.offsetY); context.stroke(); context.beginPath(
Hi, We have installed vuforia ES OnPrem, but when we start process i.e. ./start-es.sh then it runs and stops after some time once session get close. So how to run the vuforia ES service continous, no need to start frequently? Regards, Prashant Pandarkar
Hi Guys, I am currently developing an Iot + Vuforia studio project that is being used on tablet. Is there a chance for us to create a button or link to open thingworx dashboard web directly from the AR platform. e.g, to bind a website link to a button Thanks
Hello all, Is there any possibility to navigate between different views using CSS. Thanks in Advance. Regards, VR
Hello everyone!I was creating an AR-project for Hololens (1st gen), where an Air tap on a 3D- Button should trigger some javascripts and start a sequence. While on a PC-preview the project was running flawless, during the real-case with Hololens, the buttons didn't appear. Did someone experience this kind of a problem and eventually knows a solution? Here's how the buttons look like in the designer-ui and on the preview
we are facing issue in viewing cut section file in vuforia studio. how to create it in simple way? As i have assembly containing 40 parts, its very difficult to do that? I referred following links but that doesn't make sense as it will only increase the work of CAD part instead to studio? https://community.ptc.com/t5/Vuforia-Studio/How-to-accomplish-real-time-Sectioning-function-like-this/m-p/593296#M5031 https://community.ptc.com/t5/Vuforia-Studio/Re-how-to-add-section-view-in-studio/m-p/547578
I'm starting to get materials from Vuzix for a new M400 eyewear rig. Will this be supported for Vuforia Studio 2D Eyewear projects? I've also heard rumors that some Magic Leap headsets might get support, any updates on that?
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.