Vuforia Studio
Recently active
Hi, I am working with huge file and it takes more time to load the model. It is possible to download the 3D model (.pvz) on the phone and use it later? Thank you Janos
Greetings Guys, I have two selectable things in my 2D-Widget List in Vuforia Studio. If I select Item 1 and press play, it starts with the animation from the beginning which is good. Altogether my Sequence has 10 Steps. Item 1 is between Step 1 and Step 5. Item 2 is between Step 6 and Step 10. How can I jump directly into Step 6 if i select Item 2? At the moment the code looks like this: $scope.setsequenceList = function(){ $scope.app.params.sequenceList = [ { "display":"Item 1", "value":"app/resources/Uploaded/l-Creo%203D%20-%20Abbildung%202.pvi" }, { "display":"Item 2", "value":"app/resources/Uploaded/l-Creo%203D%20-%20Abbildung%202.pvi" } ] } $scope.setsequenceList(); Its like Item 2 is the same like Item 1. They both start in Step 1. What do I have to change or rather to add? I hope you can help. I would appreciate 🙂
Hello Everyone When I add second view to my experience.The menu bar automaticly is added to User Interface. I dont want this menu bar in my experiences I will navigate it by clicking buton. How Can I cancel it?
I am trying to figure out a way to display an AR model of a physical object, and have that model move like the physical object as movements from the physical object is recorded. Is this possible to do in Vuforia Studio?
Hi, I am creating an AR of big plant but i was unable to upload file on vuforia studio because it's is having file size more than 100mb and it's taking hours to upload and even it doesn't respond in the end. Can any one help me for the same. Thank you
Hi, I would like to talk to you about Vuforia Studio. The strength of Vuforia Studio is that I can make ARs quickly and easily.In addition, you can connect to the IoT platform Thingworx to realize digital data as AR. However, Vuforia Studio seems to need a lot more to create a powerful AR. Advanced knowledge of creo illustrations, advanced knowledge of JS ...And I know that connecting to Thingworx from other servers is not supported. If Thingworx is already built and used, it should be migrated to Vuforia Studio's Thingworx server, which can be inconvenient. Vuforia Studio can make ARs easily and quickly, but I do not think there are any marketing, advertising, or other strengths other than fun. Could you tell me some of the strengths that other Vuforia Studio users think?I use the trial version of Vuforia Studio, so the strength of Vuforia Studio may not reach me. Thank you. Warm Regards, SeonHo.
Where is pricing and capability information on Vuforia Studio? I filled out a form to get more info, but nobody has contacted me. I have never tried Vuforia Studio, but when I attempt to access it, I get a "Trial has ended" message. I recall trying ThingWorx a couple of years ago. I have been trying to gt information on how to upgrade my account so that I have access to Vuforia Studio, but it is so difficult to find any information about this that it makes me believe that PTC does not want any new customers.
Hello Guys, first of all, I want to thank you for your support. It is a really great community where you can learn a lot Now I try to explain you my question: The current Status looks like this: We have 2 Objects in the 2D-Widget List 2D-Widget List Item 1 has a own Sequence and Item 2 has a own Sequence. Both have about 5 Steps in total. $scope.setsequenceList = function(){ $scope.app.params.sequenceList = [ { "display":"Item 1", "value":"app/resources/Uploaded/l-Creo%203D%20-%20Item1.pvi" }, { "display":"Item 2", "value":"app/resources/Uploaded/l-Creo%203D%20-%20Item2.pvi" } ] } Now I turn a 3D-Image or Label On or Off at a specific Step (Step 1): $scope.$on('$ionicView.afterEnter', function(event) { let view = event.targetScope.view; console.log('viewContentLoaded', view); $scope.$watch('view.wdg["model-1"].currentStep', function (stepVal, oldVal) { console.log('model step changed', stepVal); $timeout(function () { $scope.changeImage(stepVal); }, 10); }); });
原先行動裝置可以支援空間辨識,但現在拒絕了Vuforia srudio的空間辨識來自於新版本8.4.4(8.4.4.4392) 我的行動裝置為 三星S10 + Android 9 我發現了行動裝置的Vuforia查看版本為8.4.4.2203,不知道是否影響 原始移動設備可以支持空間識別,但現在Vuforia srudio的空間識別被新版本8.4.4(8.4.4.4392)拒絕 我的移動設備是 三星S10 + Android 9 我發現移動設備的Vuforia查看版本是8.4.4.2203,我不知道它是否會影響
I have a use case where, rather than displaying a model in tracked AR, I would like to display it in the 2D view where a user could interact with it by playing through a sequence and rotating the model. I am aware other software could do this, but I would like it embedded in a vuforia studio experience without having to navigate elsewhere. For reference, this would be very similar to the <model-viewer> component that google has output without the need for converting it to AR. https://googlewebcomponents.github.io/model-viewer/
Hi. Is there some already progress in supporting other CAD-formats in Vuforia Studio? I found a discussion from 2017 where this was promised in future releases. For example a integration of CATIA-Composer file support would be very handy, because we already got several reduced and animated models within this format. Another way would be using the Vuforia engine with Unity in some way, but that would be very inconvenient.
We have come across an interesting use case where we need show how a Revascularization device function to remove a clot from the human brain. Has anyone done an AR experience around this in Vuforia Studio? I am looking at simple scenario as a first step. I have been told that we can not do achieve this using Vuforia Studio. thanks.
hi, i have recently completed my AR fundamental course, i just wanted to know that how can we experience our AR apps without vuforia view, like cant we create our seperate app which can be used to view AR?
I want to capture the value of this property by JS Vuforia.This is the code I am using but it is giving error: $scope.app.mdl['VV01-GI1_AC01'].properties['Temperatura']
Hi, how can I repeat a sequence? JS code would be appreciated. Many Thanks Janos
Hello, is it possible to write a JS code to play a sequence while one of the value from thingworx is 0, and stop it if value is changed to 1. Imagine a propeller which should rotate while value is not changed. Many Thanks Janos
Hello,I'm trying to create a dynamic list. So that when an item in the list is clicked on, it sends me to another experience (i.e. activate a hyperlink) I'm currently populating the list with a JSON list and utilizing the "return JSON.parse(value)" function, and the list displays the Name column.[{"Experience":"URL1","Name":"Name1"},{"Experience":"URL2","Name":"Name2"},{"Experience":"URL3","Name":"Name3"},{"Experience":"URL4","Name":"Name4"}] So the question is, how do you go about utilizing the "Item click" event within the list widget to activate a hyperlink based on which item was clicked?
Hi, Is is possible that I modify the bound data with script? I want to use one model but I would like to change data which is used from Thingworx. Many thanks in advance Janos
Hi Guys, I'm new to Vuforia Studio so i try to figure out, how some mechanics work. What I want to do is, I Want a 3D-Picture turn on, at for example by Step 5 and turn off by Step 8. I already can select a sequence from a 2D-Select Widget, press play and see the animations. $scope.setsequenceList = function(){ $scope.app.params.sequenceList = [ { "display":"Item1", "value":"app/resources/Uploaded/l-Creo%203D%20-%20Sequence%202.pvi" } ] } $scope.setsequenceList(); Now only my 3D-Picture "Warning" is missing. I already found some guides but i'm not able to transfer the solutions into my problem (Beginner Level with Coding). https://community.ptc.com/t5/Studio/Play-specific-step-of-PVI-sequence-at-studio/m-p/552906#M3362 and https://community.ptc.com/t5/Studio/How-to-turn-3D-image-files-on-and-off-when-using-a-2D-select/m-p/611996 If you can help, I would appreciate 🙂
Vuforia Studio Support for Creo View branch links Bug fixes and minor improvements Vuforia View Support for Microsoft Surface Go Support for Creo View branch links RealWear: New setting allowing you to enable/disable help bubbles for Studio Experiences Bug fixes and minor improvements Experience Service An 8.4.4 version of Experience Service was not released
I would like to change resource of 3D image with JS code to avoid inserting all pictures. Can anyone help me? Thanks Janos
Hello Guys, I made some animations with Creo Illustrate 5.0 and also used some Callouts to show some important parts. Same Thing just without Callout in Vuforia Studio However, when I was finished, I uploaded in Vuforia Studio and designed a simple User Interface just to test some things. So far so good. The Problem is that I only see the Animations (changing colours, moving parts.....) but not my Callouts. In creo I saw everything. Did I something wrong with the Callouts? Thanks for your help 🙂
Hi, I just found this Magne Motion Demo video, it's a joint demo of PTC and RA. Could anyone provide more detailed info about this demo? (view in My Videos) Thanks!
Can you install both ThingWorx and Vuforia on the same image?
I´m trying to publish my project but since I clicked "publish" there is just the loading sign next to the save button. It´s loading and loading and loading... What could be a 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.