Vuforia Studio
Recently active
Hello, I have created a sequence with assembly procedures and it works well in illustrate and is saved to PVZ. But when the same model is loaded and sequence is run in Studio, the Sequence procedure acts weird ( the components which need to be assembled are called in ( or Fade IN ) from an exploded position and are supposed to take the SBOM location but the issue I am facing is that the component first highlights itself in the SBOM position ( Not intended ) and then starts to move in to the SBOM location.Am I missing something here? Avinash
Does one plus 6 or one plus 7 pro support spatial tracking?
Hi There. I have been having this issue in Vuforia Studio where the spatial target is picking up the ground plane, showing where the model "would" go, saying "tap to place" under the model. I try to place the object but it does click. My first thought was that the model was too big, so i scaled it down to 10%, but it still didn't place. I checked my app to make sure it was the current version on both the PC and mobile device. Please let me know what to try next! ~Thanks
Hi there, If I start Creo Illustrate i have to enter a licenseserver. Where do I find the License Server? What information do I have to enter? Thanks for help.
Is there a way we can use the animation created for FBX in PTC studio? As far I know we can only use creo created sequences. How use animations from FBX?
I try to access a pdf file, or a mp4 video file, trough a link-widget. It works in preview mode on my notebook and on the tablet, but not in the Vuforia View App. I'm using an Windows 10 Tablet with the Vuforia View App, and when I click on either the pdf-link or the video-link in the app I get an Windows 10 popup with text "You need a new app to open this ms-local-stream" Someone has an idea how to fix this?
Hi there,I am working on a demonstration and there is a 3D model containing 2 - 3 sequences.I knew that I can use the select widget to choose the target sequence, but I would prefer play different sequence by clicking buttons for a better trial experience.For example, if I click button A, the first sequence is played. Likewise, if I click button B, another sequence will be played.Is there any way to perform such function in Vuforia Studio? Or can I do that through writing a script?
Hi, I have just started for on-premises vuforia experience server creation, as per help doc before starting installation third party softwares must be installed. So i have installed c shell, node.js and now installing Mesa 3D Graphics Library. I have successfully installed c shell and node.js but facing some problem to Mesa 3D Graphics library. I run below command as , sudo add-apt-repository ppa:ubuntu-x-swat/updates sudo apt-get dist-upgrade and after that trying to check with command glxinfo by below command glxinfo | grep "OpenGL version" but it shows me error as Error: unable to open display So please can some-one suggest, and is Mesa 3D Graphics library installed only for installation with GUI or having any other purpose. Note: i am using ubuntu 18.04 server. Thanks, Prashant Pandarkar
Can any one tell me how to create pages in Vuforia studio.As it should step by step. 1)Welcome page 2)Experience 3)sample models 4)Thank you note
Hi, In Thingworx Composer we have a number of images (Things with an image property). We would like to set a Vuforia Studio image to one of these Thingworx images such that the experience image can be updated in real time. We have added the appropriate external data and bound it to an application parameter (all within the data tab). We then bound the application parameter to an image widget's 'source' field but when we preview the experience, the image is not displayed. Question: How do you go about integrating image formatted live data into Vuforia Studio?
Hello friends how is possible to obtain actual View name in JS? thank you for every post. Tomas
Per this post - How do one extract the .pvi files from the .pvz file? Ive seen some comments on copying and making it a zip file, and extract from there.. but I don't get that working? could you explain? thanks
Hi. Currently I'm trying to call a function from an external JS-lib. (tooltip.js) I managed to load the JS-File via twx.app.fn.loadResourceScript('Uploaded/tooltip.js'); as mentioned here https://community.ptc.com/t5/Vuforia-Studio/Including-js-file-from-resources/m-p/556781#M3480 But unfortunately I'm getting an ReferenceError: Tooltip is not defined. My function in home.js looks like this: //Tooltips $scope.createTooltips = function(){ var referenceElement = document.querySelectorAll('[widget-id="photoBtn"]'); const instance = new Tooltip(referenceElement, { title: "Hey there", trigger: "click", }); instance.show(); } the function(variable) I want to use from external js (tooltip.js) looks like this. var Tooltip = function () { function Tooltip(reference, options) { ...some code.... } Someone has an idea?
Sorry for the simple question. I'm trying to get better and learn some of the more complex things in Vuforia Studio like the scripting, and I was wondering what kind of framework does Vuforia Studio use? Angular3? Angular4? AngularJS? Besides here: http://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center%2FWelcome.html%23 Do you have additional resources/other places that's good to learn from?
I have a project where I switch betweeen different sequences on my hololens experience. I have a problem when I click on the model to load another sequence $scope.middleArm = function() { $scope.setWidgetProp('robot_arm','sequence','l-Creo 3D - middle_5Farm.pvi'); } lowerArm(); function is triggered in the events -> click. When I click on my model in the hololens view it suddenly becomes all grey and no simulation is playing. However if I play a sequence before I click on my model it plays perfectly well(Simulation is triggered by a double click with the pointer). Everything works in the preview as well. So I wonder what the problem might be. I have created my model with Creo Illustrate.
I accidentally deleted a project from Vuforia studio. Dose anyone knows a way to recover it ?
I am iterating through images on a 3D image widget. With each step in a .pvz sequence I change an image accordingly. I noticed that capitalization of file extension can cause issues. In the Studio preview, it is fine, but after you export to an IOS device, anything image file that ends in .JPG instead of .jpg doesn't show up. I think this is a glitch, since they should be treated the same -- but at least now I know what to avoid when generating images for my app.
I read some posts on this topic, but I still haven't figured out how to do this. I have created a Creosoting Illustrate file with multiple sequences and published this into a .pvz file. I have tried to change name to .zip without any luck. I am not sure how to proceed to create .pvi files? any help here? thank you
HI, I am trying to switch between different sequences using JS. I have created a .pvz file from Creo Illustrate with a couple different animations. I read somewhere in this community that I should copy the file, rename it to .zip and extract it to display the .pvi names. However it dont know how to make that work, I dont get a proper .zip file with that method. This JS I use, its binded to the model $scope.view.wdg['robot-arm']['sequence'] = 'middle_servo_disassembly'; I have named my sequences in Creo Illustrate, is there some way I can use those names? thank you
Has anyone else noticed a recent change in how authentication works? Up until about 2 weeks ago, I was able to add users with the "PTC Authentication" tag, and they were able to log into the Experience server using their usual PTC credentials. However, recently that seems to have stopped working. When users try to log in with their PTC credentials, they don't work on the Experience server any more. I've had to go in and change multiple users to have an explicit password instead of the PTC Authentication mechanism.As the "owner"/admin of the Experience server, I'm still able to use my PTC credentials (thankfully, otherwise I wouldn't be able to fix these other accounts!). The PTC Authentication was convenient. Was this an intentional change? If not, any guess when it might get fixed? @tmccombie or anyone else from PTC have any information on this?
Microsoft HoloLens Emulator I am developing an experiment for 3D EyeWear HoloLens. As we do not have a HoloLens, we developed the experiences and sent them to the PTC team so they could test the experiences and give us feedback. I would like to know if it is possible to use Microfoft HoloLens Emalador so that I can validate and test my work.
I want to change parameter values in the app made in vuforia studio. How do I send values from vuforia to the thingwors platform? thank you
Hello, getting a Property Value from Thingworx to Vuforia Studio using JavaScript is working fine with: $scope.app.mdl['Thingname'].properties['Propertiename'] BUT: Is it possibility to get any more information from one property like e.g. the “Description” or “Unit”? Greetings Raphael
In vuforia studio,Is there anyway to check attributes or method associated with application parameter. example :- In "$scope.app.params" , after params what all possible attributes are available.
Hi there. I am currently developing an experience in Vuforia Studio and the AR experience will be shown on Vuforia View.Can I perform the translation or rotation by only using touch gestures but not using the slider? It is similar to the examples in the Vuforia View, Helicopter Assembly, as it allows the users to move or rotate or zoom the helicopter by fingers.
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.