Recently active
Hello everyone, After my Harddisk was broken i started Vuforia Studio from another PC but i don't find my saved and published projects. Is there a way to restore the projects?! Greetings, Ahmed
when I am adding 3d Resource it doesn't appear, on the screen. I tried different 3d files already. Pls help
Hello, I am doing some animations in creo illustrate. I tried to publish the .step file with created animations to the .PVZ file, but I got a error message "No publish options defined". I also tried other files and all of them worked normally. How can i fix it ? Thanks in advance.
In this short online exercise you'll help evaluate new website concepts and labels. STUDY DETAILS This activity takes about 5 minutes to complete The study runs to the end of day Thursday, June 25, 2020 You can complete this online activity anytime at your convenience Complete Online Study > Thank you for your participation! Nalie Lee-Heidt PTC Voice of Customer & Customer Experience Team
Please send code for how to set my creo illustrate sequence in vuforia studio? How to apply this code step by step?
There doesn't seem to be a lot I can do in the 3D-eyewear setting in Vuforia in terms of porting over ThingWorx data. My overall goal is to use either hand gestures or voice commands to render in text data from ThingWorx. I know I can use a click event to render local text input from the label widget, but I'm having a lot of trouble using the same method to bring over data from ThingWorx. Am I missing something? I know that if I were working over in the Mobile setting, I could just use a datagrid to get the info I need over, but that's not the case with the 3D-eyewear setting. Any help is appreciated. Thank you.
I am currently taking the above course (TE-00054) and the course prework section does not include the location to download the project files for the course. I stuck at Step 15 in Milestone 2, Creating a Simple AR Experience since I don't have the PVZ file to import. Please let me know the link to download these files.
Who can help me tell if Vuforia Studio is free?
Hi, I really want to highlight that the documentation for using Vuforia Studio with AngularJS needs a heavy update. The official documentation with tutorials can only take you to a basic level. Attached is also the beginning of a VuforiaAngularJS developer guide, but it still needs more work. If Vuforia wishes to compete with Unity, then thorough API documentation must be available. I speak from experience that searching for various functions has taken a long time to find, as you almost only find the useful code at other community topics. e.g. when calling JS functions from the global Application event using HoloLens you must write: viewCtrl.YourFunction(); instead of the normal YourFunction(); --- I need a place where I find more information like that. I have seen other people asking the same question, and some of them date years ago... So do anyone knows if PTC takes Vuforia Studio seriously? Or is it easier/less time consuming just to switch t
Hi, There seems to be an internal server error in Vuforia Studio. When trying to retrieve external data from Thingworx.
What's the minimum software requirements to create a AR experience?
Is it possible to install Vuforia Experience without Thingworx? What I want to do is just to create an AR experience without IOT data.
Okay, let me explain. So my goal is to find a specific book on a bookshelf model by using the following command sequence: Me - Find Book App - What book are you looking for? Me - A Tale of Two Cities Once I speak the title of the book, I want whatever JavaScript to convert that phrase to text so I can find the book. Only problem is, I have no Idea how to do that. I'm also using ThingWorx to hold a list of book data for me to port over to display to the user. As far as topics go, I realize how broad this is and I apologize for the ambiguity. Let me know if further clarification is needed.
Hi guys, I am trying to make my experience more user-friendly and I am trying to create a 3D follow-up window that will come up every time I start an animation on a certain part of the industrial machine I am developing the experience on. I found this video in the web. Please watch video from 0:20 to 0:30 https://www.youtube.com/watch?v=nHfY56lHZjU Any ideas? Is it possible to do this in Vuforia? Thanks in advance
I have a select box in the bottom of experience. There is a row with 2 columns. The select box is in the left column. I am unable to resize the columns in 80/20 ratio so that the select box is bigger in size. Can someone please suggest me css for the following issue. Attached the screen shot
Hey everyone, i'm trying to develop an experience with Vuforia Studio and i'm getting problems using it in Vuforia View with my iPad Pro. In the image ok-notok.png you can se my ok and not ok button, and the 'OK' button works fine but the 'Not OK' button opens the text field so i can write what is wrong in my inspection. In the image bug.png you can see that the buttons and the step count don't get back to postion, just in my iPad Pro, on my android smartphone works well. So, someone could help me?
Hi. I want to iterate through all the widgets available in a view through JavaScript. I can access the list of all the widgets through this: console.log($scope.view.wdg); I observe that this is in JSON format. However, when I do console.log(Object.keys($scope.view.wdg).length); , which would return the number of keys in a JSON object, it logs "0". Has anyone iterated through all the widgets available in a view before? If so, any help would be appreciated. Thank you.
Getting Orientation of Mobile Device via Javascript and detecting of device rotation on runtime. In some cases it could be a goal to get change the text of a widget based on the mobile devices orientation. This could be done via Javascript and css. Follwong possible solutions: In CSS. More details here https://developer.mozilla.org/en-US/docs/Web/CSS/@media/orientation In Javascript with various method: Here is some documentation : https://developer.mozilla.org/en-US/docs/Web/API/Screen/orientation As we can read, it is not supported in Safari web browser for iOS. In a new Project, in 2D canevas, I have added one Button and one Label named label-Result. In home.js, we can create this function very similar to the one provided in documentation above. $scope.screenOrientation = function() { var orientation = screen.msOrientation || (screen.orientation || screen.mozOrientation || {}).type; if (orientation === "land
Hello everyone, I'm trying to solve an interesting issue: Experience created in Vuforia Studio for mobile device (iPhone) crashes while opening an url which responds any other code than 200. In my particular case I try to launch a login web page of my system using Vuforia View.After that login web page (using oidc) redirects me back to my experience. Works fine only for happy path (response code 200). Any other responce code (example wrong password like 400, 500 etc) causes Vuforia View app crash. Has anyone ever encountered this problem? The method I'm using is:window.location.href= ' ' + url;
Vuforia Studio Bug fixes and minor improvements Vuforia View Improved detection and tracking for Model Targets and Spatial Targets (all platforms) HoloLens 2: Improved QR code scanning performance Bug fixes and minor improvements Experience Service Bug fix for the Trust Proxy setting Other bug fixes and minor improvements
How to define Widget at runtime time and what is possible? For example, the following problem: required is a button e.g. 'button-1' - widget to start a sequence. Now user want to create an 3D-Label that becomes visible after click the 'button-1' and now for each sequence and step a the 3D-Label have to be visible as long as the sequence is played. The 3d label should display an information for the specific step and also should to have specific position. Unfortunately, it is not possible (using the supported functionality) to create widget on the fly - means create a new feature on run time where the widget was not defined in the design time. Theoretical with some more intensive work – it will be possible – we simple need to check what the UI is doing when you copy and paste widget (but it is not easy ☹- and it is not sure if this solution will be stable(if you will be able to implement 1:1 UI) and if it will work in later version -because PTC dev te
Sometimes it is required and will be nice to use a picker functionality. For example, some data picker – so the question: How to achieve this. Yes it is possible in JavaScript that we can incorporate a data/calendar picker into the Vuforia Studio environment? In the Web there are some open source libraries and at least it works 1:1 in preview mode. But mostly they work also fine on mobile devices. In this article a data picker was tested and it was working fine in Preview mode but also was working fine on IOS and on Android devices The example here is based on the follow link: https://www.cssscript.com/tag/date-picker/ there are some data picker implemented. Here in this example the library (data-picker) is copied to the Studio Project download folder and it javascript code will load the lib and defined a function which is called from button First step is to define a function which enables to load javascript and css from a file / project folder:
How do you play certain steps in .pvz file with only 1 button? Example, when button is press, step 1 will animate. When the button is pressed the second time, instead of going to step 2, step 3 will animate.
I'm having trouble with the CSS of a card. On smaller devices the text doesn't wrap and gets clipped by the boundary of the card. This also happens with an image I have on the card. CSS of card and textbox below: .instructionCard { font-family: Montserrat, Century Gothic, sans-serif, -apple-system; text-transform: uppercase; font-size: calc(18px + (32 - 18) * ((100vw - 300px) / (1600 - 300))); color: white; background-color: rgba(18,18,17,0.3); border-top-color: red; border-top: 3px; border-top-style: solid; overflow: scroll; } .twxTextArea textarea { font-family: Montserrat, Century Gothic, sans-serif, -apple-system; background-color: transparent !important; display: flex; flex-wrap: wrap; font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300))); line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300))); }
Hi there, Is it possible to manipulate multiple models in a View? Like this: https://www.youtube.com/watch?v=ZDWRl9A1p6s&t=55s Or, this is only can be done with Vuforia Engine? Thanks a lot. ClarK
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.