Recently active
Hi, I am currently working on a project which requires 6 different models imported from creo illustrate. I have successfully imported all the models and attached model targets and spatial targets on the models (view 1 has model target, view 2 has spatial target, view 3 has model target etc). I am also using those models on 2 different views each (view 1 has model-1, view 2 has model-1, view 3 has model-2, etc). With that said, I am currently facing some issues where the model target would only work for 4 of the models but not the other 2 which are imported the at the latest timing. Where there is also a bit of a glitch when I enter the view with the not working model target, where there are notable amount of bright purple pixels that appears momentarily. The other 4 different views are all working just the 2 latest models are not. The models on the 2 views that are not functioning have also been tested on a different project. They are all fully functioning there but not on the co
Hi everyone,i am currently trying to make a HoloLense experience with two views, where i can switch between these views with a voice command. I created an application event "Switch view" and linked it to the "Navigate" option of both views. This works fine, whenever i say "Switch view" it immediatelly switches. But now i want to make this a little bit slower, with a delay of 1second for example. I tried to use $timeout but: How do i use it and where do I have to write the command? (in Home.js or into the JS of the application event) Thank you all for your help!
In Vuforia studio the best way to interact with 3d model components is to define explicit 3d modelitems (widget modelItem). So this will be an easy way to access the componets and to change their properties e.g. setting of the color e.g.: $scope.setWidgetProp("modelItem-1", "color", "rgba(128,0,0,1)"); This will change the modelItem-1 property color to brown – and will display the component which is specified by this modelItem with a brown color. Another way to do this in javaScript is something like : $scope.view.wdg['modelItem-1']['color'] = "rgba(128,0,0, 1);";//brown $scope.view.wdg['modelItem-1']['opacity'] = 0.5;//set transparency to 0.5 //or for the same $scope.setWidgetProp("modelItem-1", "color", "rgba(128,0,0,1);"); //brown $scope.setWidgetProp("modelItem-1", "opacity", 0.5); //set transparency to 0.5 But in some cases during the project development it could be helpful when we are able to manipulate the compon
Hi, I was planning to manipulate the data coming from Thingworx Service using the following: return value.trim().replace("\"}]","").split("\":\"")[1]; with an example input being: [{"result":"Data"}] . I want to implement this code in the binding filter but the output will contain nothing. Please help.
Hello fellow Vuforians! We have been having a few issues when importing CATIA V5 models into Vuforia. It seems the models are 'too light' and we have received feedback to make them more 'realistic'. You can see this issue mostly in a circle or hole. While I believe that making the model as light as possible is super important, we also don't believe that a circle should be represented as a 4-sided polygon! I don't control the CAD Import process in Vuforia, you just pick your model and click on a box for 'Run CAD Optimization'. However, I find myself needing to control this (polygonal tolerance and scale, specifically). Does anyone know how/where to control this? If not, is there a separate procedure for converting the CATIA file with the settings of my choice? See example: Thanks everybody!
I'm taking the FUNDAMENTALS OF AR DEVELOPMENT WITH VUFORIA STUDIO course and it say to import the Airplane.pvz file which I should be able to download as part of the project files. Could someone please help me find the project files folder to download?
Hi guys, I added a scan on my experience to trigger an animation, and it was working fine until last month. For some reason it stopped working and now it does not read the barcode anymore. Also, when I try the preview, the scan widget does not show the Property Panel. Any ideas on what is going on? Could it be a software update? Attached is a picture of what I see on the preview. Notice that a property panel should be displaying, but now it does not.
Hi everyone, in my project I'm able to access metadata of PVZ and hide/unhide a selected component. So, how I could hide the parent of the selected component? For example, If my Bom is something like: /12512/325/12 /12512/325/13 /12512/325/11 /12512/325/100 When I selected 12 or 13 or 11 or 100 I want to hide all 325 groups. How could I access to this information? Thank You.
Good afternoon!There is a new "camera" widget in vuforia studio, but there is so little description on it.How can I send an image with this widget in service TWx:1. What type should be input service TWx?2. What data type should be a field in the database?3. Image Date transfers more string to 34000 characters, how to process it and then you can open the image using the links within TWx, or at least to download this picture?
Are there certain set of hardware and software requirements to view an AR experience in Spatial Target. If we were to configure a tablet, then what would be the requirements to configure it so that the device could support spatial target. Please mention all the specs like chipset, CPU, GPU, RAM, etc
Vuforia Studio Support for Creo Illustrate 6.1 Decals Ability to select multiple 3D widgets on the canvas or in the project tree using the CTRL key Bug fixes and minor improvements Vuforia View Official support for Simplified Chinese and German languages on HoloLens 2 NOTE: Other languages are available, but are not officially supported yet. See our Help Center for more information on available and supported languages. Support for Microsoft Surface Pro 7 Support for Trimble XR10 Support for RealWear Firmware version 11.2 Bug fixes and minor improvements Experience Service Support for ThingWorx 9.1 Bug fixes and minor improvements In an effort to improve the 3D Eyewear authoring experience, we are developing a 3D Panel container widget. However, it was mistakenly included with the 9.0.0 release, and should not be used, as it is not functional.
Hi, How can I change a color of a 3D label by clicking on a button? I tried to write the code below but it doesn't work: $scope.SwitchConf = function () {$scope.app.view.Home.wdg["3DLabel-2"].fontColor= 'red'; When I click on the button, the function "SwitchConf" is called but the color don't change. Is it possible to do this by this way? Thanks for your help... Maxime.
Vuforia Studio New 3D Audio Widget Improvements to the 3D Video Widget for 3D Eyewear projects Ability to change the color of the buttons and panel Vuforia View iOS 12 is no longer supported Bug fixes and minor improvements Experience Service Bug fixes and minor improvements
Hi, Currently I working on AR project for step-by-step assembly process and we actually not familiar with Vuforia. Need advise for my problem regarding my concern on 'Play' button that I have created. I need Vuforia to display the sequence instruction when user click on 'Next' button. For now, the first step instruction display throughout the whole process, but I actually want one step with one instruction process. Hope anyone can advise me on this matter. Really appreciate it!
Hi all, I am currently developing a checklist function in Vuforia Studio, meant for Tablet usage. The checklist is in the Top Panel, Column. As I have like multiple checklists, it will exceed the column height size in the top panel. What are the CSS/Code that I can input to the column so that it is scrollable, so that user can scroll to see all the checklist in the top panel column. Thanks all for helping.
Hi, I'm wondering if it is possible to change/navigate to a different view within the same project where after navigating to a different view, a few popups will be shown. I saw that there is already some post related to the issue I am having, however after viewing the older posts I am still unable to get the solution. Any help would be much appreciated!
Hi, I am currently working on a mobile app and have issues with animations using Keyframes in css. As shown in the video, the animation shown in preview in Vuforia studio works multiple times but not in Vuforia View. Below is the css code used. Where I have binded a button to show the 'notipop' popup. .notipop{animation: slideupwards ease 0.5s;} @keyframes slideupwards{0%{bottom: -100%;}100%{bottom:0%;}} Any help would be much appreciated!
This example briefly describes how you can use the Step names that you used in Creo Illustrate sequence definitions to drive a corresponding step instruction/description in your experience. This is an unsupported, preliminary solution - R&D is working on a better, final solution. But as long as this is not available, you can use this one for PoC and demo purposes. To setup the scene: Here is what I meant with Step names that you used in Creo Illustrate: Now in Thingworx Studio you want to have the following result: The text is rendered with a simple Label widget. You'll have to remember the ID of this widget for the following javascript tweak. Add the following text to the Javascript section of your View: var labelId = "label-1"; // ID of the Label widget that displays the Step progress and description text // this $on event handler switches the label based on the the sequence definition // the arg variable is of the following form: (<step #>/<total step #)
Hi, I am working with the Pipes Project offered by PTC. In this project I have four popups, I have a question: How can I visualize the different popups from my canvas without having to go to the preview constantly? Regards! Fernando
I am looking for an example of the implementation shown in the Vuforia Tutorial. If possible, please provide steps to replicate.Link: http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FWidgetCamera.html%23(Bind the Image Data property of the Camera widget into the ThingWorx services to store the images.)
Hello! I'm wondering if there is any way to directly manipulate the AR scene being displayed to be able to add additional content. I know that there have been several questions on this board about being able to dynamically add 3D widgets, with the general response being that it is not supported/not possible. I'm wondering if it's possible to simply add a new model to the scene without having to use a widget. From what I have seen from poking around in my files, I'm under the impression that Vuforia is using threejs to create and maintain the AR scene displayed to the user. I know that threejs provides a variety of tools to control and manipulate a scene and that I have access to that library via the variable THREE in Home.js. However, I've been struggling to identify the variable which contains the scene in which the AR content is rendered. I thought maybe it could be the scene contained in PTC.GLOBAL_SCENE which can be obtained via PTC.GLOBA
I'm trying to place a object at exact location based on my coordinates given in Vuforia studio using a thing mark experience but i have noticed whenever i restart the holo lens (generation 1) experience and look at the thing mark it changing it's coordinates dynamically or right away not major change in coordinates but there is difference after restarting the experience also the 3D-object is moving slightly when user changes his/her position or viewing in different perspectives, we tried checking and unchecking, tracked option and stationary options but it didn't affected that much. We measured the real physical object and given the coordinates in Vuforia studio according to that. Can we achieve a precise location of the 3D-object and also 3D-object doesn't move using thing mark ? . Is something we are doing wrong please let us know
Hello, Am a new user. I've developed an experience I want to share as a demo. If I want to share the experience with students by having them access the AR via a PDF do I need to include both the QR code AND thingmark on the page? So I would need to include instructions for students to: (1) download Vuforia View app, (2) click on QR code, (3) when Vuforia View opens, point to "this image" '(thingmark'). I just want to understand if I need to include pictures of both QR code and ThingMark or what easiest process is for the student to view (especially for an audience that is not too tech savvy). Thank you.
Hello. This has been asked before, but it has been 2 years and I am hoping this has been resolved or enhanced. I MUST install Vuforia Studio and Experience Server in a 100% offline environment with ZERO access to the internet. There IS a LAN and I DO have a server, it is just 100% isolated from the outside world. Do we have these setup packages available? Thanks!
Hello, We are ensuring access to Vuforia Studio does not conflict with our company network. Usually, if using other net (i.e. home network) an Experience Service URL will automatically generated. However, with connected to company net, these main issues occur: Unable to configure login account ES URL not generated IT team from my company is currently troubleshooting these issues and they already allow Vuforia access to net. But still cannot resolve the issues. Therefore, they have a question ; "Can you check with vuforia support about what format of proxy server address they support?" Does anyone know what the solution might be? As this matter is urgent, I really appreciate a reply as soon as possible. Many thanks.
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.