Vuforia Studio
Recently active
Hi, I'm trying to place a company logo in the 2D panel of my experience. However, it won't let me resize the image or the image won't scale to suit the panel width. I've seen another accepted answer in the forum that you can directly change the size of the image resource but I can't select it. Where as all of the other widgets and setting in the left tool bar change the mouse icon to a finger and allow me to select them and change settings in the right tool bar, added resources don't allow me to select them and the cursor stays a text I-bar. I am using a trial version so is this a locked out feature or am I doing something else wrong? Thanks, Sy
Hi all, I'm trying to load some data from Thingworx to Vuforia env, sometimes service execution takes 77-120 sec which causes time out error in Vuforia. Is there any possible way to increase service time out ? Error Message: Error executing service SERVICE. Message :: Timed out APIRequestMessage [requestId: 276, endpointId: -1, sessionId: -1, method: POST, entityName: *THING@HOST, characteristic: Services, target: SERVICEForCloud] Thanks in advance. /VR
Is it possible that multiple people work simultaneously on same project hosted on the common server? If yes then pls explain the working guidelines for multiple users. Thanks in advance.
I am attempting to get change the text of a widget based on the mobile devices orientation. From what I could find, the best way to do this is via Javascript. The CSS methods I found for finding orientation are quite easy, but changing the text content of a widget via CSS is another story. I found a solution here, and have tested that using the "Studio Sample - Import 3D Data" project that comes with vuforia studio. The only thing I have added is one extra button input widget, and some Javascript code. When I test it using a preview feature in vuforia studio, the button text only updates once. The console continually rewrites the same orientation each time I change the preview orientation or the preview screen size. I also tested it by publishing this app and running it on an iPhone using Vuforia View. Here is gets a little better. But It appears the experience needs to see another event, beyond orientation change, to push the button text ch
In Design Vuforia Studio I want to associate my Texture image on my Model. I know how to import a 3D Model in .obj but I don't understand when I link my .mtl file and my image texture ? Please see the attached image. Thank you for the feedback.
how to delete studio experience in vuforia view?
How to create a 3d image that is blinking?
Hi, We have Thingworx and Vuforia Experience server already deployed. Now we want to change Vuforia Experience server to point different Thingworx foundation. Could any one provide me guide/steps to follow. Thanks in advance. ?VR
Initially i have set the opacity of model to be 0 and want it to gradually increase from 0 to 0.8 when a button is pressed using javascript. I tried do-while loop but it didn't work for me. Any help would be appreciated.
i have created one experience in which there are 1000 lines of javascripts and i want to reduce to few lines ? how to achieve this by editing JSON file? can anyone help in this?
Hi all, I cannot publish in vuforia eventhough i put the coreect username, password and url experience service. How can I solve it? Thanks
Hi, I am a newbie on Vuforia Studio. I need to know how can I pass an infotable from Vuforia to ThingWorx. I have two services in ThingWorx, first is QueryData and second is UpdateData. I managed to pass the QueryData result into Vuforia using repeater. Inside the repeater, I use grid with 2 columns. The first column is for checkbox and the second one is for label. I did this because I can't bind my column to the checkbox label. The idea is to edit the checkbox in Vuforia and there will be a button to trigger the UpdateData service in ThingWorx. The final result is the data will be updated and stored in database. The problem is my UpdateData service requires an infotable input and I don't know how to do that in Vuforia. Will appreciate any helps from you guys to solve this issue. Thanks!
PTC is committed to improving our customer's web experience. PTC's Voice of Customer team is conducting an online activity to better organize PTC's website. Your participation will directly influence the future organization of PTC websites. This activity takes 10 - 15 minutes and only requires a web browser to complete. We are excited to offer the first 25 participants a $25 Amazon gift cards. Be one of the first 25! https://8rm02uqn.optimalworkshop.com/optimalsort/ptc-home-v1 Questions? Nalie Lee-Heidt (nleeheidt@ptc.com)
Hi folks-- I'm interested in making an independent app that does some things and then transfers the user over to Vuforia View. I know that you can do at least a few things along these lines using a "deep link" of the form: https://view.vuforia.com/command/<some command here>?<commmand params here> For example, you can open Vuforia View and load a specific experience with something like this (which you can see on the "Share Experience" menu in Vuforia Studio: https://view.vuforia.com/command/view-experience?url=... I'd like to find out what the complete list of supported commands is. I know there's also command to set the experience service URL. Are there others? Is this documented somewhere? --Clay
I have created some sequences in creo illustrate 6.0 and have been using the following code to run them: $scope.sodium = function () { $scope.view.wdg['model-1']['sequence'] = "app/resources/Uploaded/l-Creo 3D - Figure 1.pvi"; angular.element(document.getElementById('model-1')).scope().play(); }; $scope.chlorine = function () { $scope.view.wdg['model-1']['sequence'] = "app/resources/Uploaded/l-Creo 3D - Figure 3.pvi"; angular.element(document.getElementById('model-1')).scope().play(); } This sequences actually run when i saw them in preview but does not work on hololens. Any idea why this is happening?
Team, Customer has the following scenario: 1. They created a function to change the color of a particular object - created a function within the .JS 2. They want to execute this function everytime a particular Thing Property is within an alert range 3. They have created an ALERT in the Thing Property, but how to connect the ALERT to call the FUNCTION? Please, any better way of doing this? Tks, Chris
Hi all, I have a Thingworx service with output field datatype as 'ImageLink'. When I map output data to 'dataGrid' in vuforia studio, I'm only getting Image entity name in Vuforia preview (PFB PNG for Reference) Could any one help me to solve this. Thanks in advance. /VR
Hello everybody! I did not find information on the Internet how to make animated video and animated images in the 3D space of the AR project in Vuforiа Studio. At the PTC Community forum users write that video and GIF-animation in 3D-space are not supported, however, there are projects in the Internet where video in 3D and animated images are clearly visible. How did they do it? 3D-video: 1) https://youtu.be/c3Nlb1Rz9wY?t=34 2) 3D-animation: https://youtu.be/hwbfkcK7va0?t=324 https://youtu.be/XsbH3eiTKns?t=14
Hello. I wonder if it is possible to do CSS styling with pictures. for example this code for styling a popup that I have: .Popup-Style { background-color:255,255,255; border-color: #000000; color: #FFFFFF; border-radius: 17px; opacity: 0.7; } This means that the background will be white of the popup. But what I'm thinking of, is it possible to change the background of plain white to a picture instead? (if you have it uploaded in resources) something like: .Popup-Style { background-color: /resources/Upload/Awesome_picture.jpg; border-color: #000000; color: #FFFFFF; border-radius: 17px; opacity: 0.7; }
Hi, Am trying to load a video/audio/image file as a resource on the click of a button in runtime from an external source like a google drive. Can someone help me with how it can be achieved? Avinash
Hi everyone, I'm developing some Vuforia Studio Projects that includes three or more different view. For example: Home Service Technical Drawing In Home view I want to be able to set languages and some other parameters, that could be accessible also for Service and Technical Drawing. At the moment I'm not able to connect each view but only navigate from one to another. For the languages selection, I use a flag that change value and select a "predefined" set of label (used for example to translate the buttons). Any suggestions? Thank you, Leonardo
Hello, I have encountered a little problem: I have created in creo some sequences of my 3D model. I put this model on vuforia studio and decided to create model item of some of the mooving part, except than in some sequences where these model item parts shouldn't start at they initial position in the creo sequence, they start at their initial position in the sequence in vuforia studio, and when it's their turn to move, they go back to where they should ( where they should in the creo sequence i created) and then they move. Thank you for your futur reponses, if i'm not clear enough, feel free to ask me to clarify.
Hello all! We are watching LifeWorx video https://www.youtube.com/watch?v=4PLP3ex_8MQ&list=PLqmT0DWxH0Vf2rOs8Jx7kSxTXTqTLUqtB&index=2 and here, since 20:40, J. Heppelmann demonstrates Real Example of Digital Thread = complex of IoT+AI+AR+HPC+…+PLM for Detection Part in the Powerful New Way from PTC. And during the very fast demo Mr. Heppelmann demonstrate in Vuforia View the following : He recognize Part without ThingMark or Model Target in one second: We are watching LifeWorx video https://www.youtube.com/watch?v=4PLP3ex_8MQ&list=PLqmT0DWxH0Vf2rOs8Jx7kSxTXTqTLUqtB&index=2 and here, since 20:40, J. Heppelmann demonstrates Real Example of Digital Thread = complex of IoT+AI+AR+HPC+…+PLM for Detection Part in the Powerful New Way from PTC. And during the very fast demo Mr. Heppelmann demonstrate in Vuforia View the following : He recognize Part without ThingMark or Model Target in one second:
Hi!I'm trying to create a flashing effect of a model item without using Illustrate. For example trying to make the component go from originial colour to red to orginial colour to red repeatedly for 5 times as example. What I was thinking was creating some kind of loop where it blinks on and off repeatedly: I did something like this: $scope.blink = function (){ var i; var timingInterval = 30; i = 0; for (i = 0; i < 5; i++){ setTimeout($scope.setWidgetProp(modelItem-1, "color", ""), 500); setTimeout($scope.setWidgetProp(modelItem-1, "color", "rgba(255,0,0, 1)"), 500) } } Then I linked a click event to a button with hide(); The thought was that the modelItem would blink red on and off for 0.5 seconds for 5 times when clicking that button. Played around with that but it didn't really worked in the preview. So I wonder if someone has done something similiar?&n
Hello everyone I can not publish my Project on Vuforia Studio and I'm having this Error "Internal Server Error"! Can you please help me!? Thank you I attached the log file for more informations PS: I already checked node.exe through the resmon.exe and it is set on "allowed, no restrictions" I also tried publishing after disabling all Firewalls and I still get the same problem.
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.