Recently active
Hi All,I want to identify a model A by model target and this is the picture of model A. Because Model A is too complex to use as a model target, I made a simple version of Model A(removing the complex widgets and keeping only the model body, And I call it Model B), and the following is a screenshot of Model B.I use Model B as the model target.When I publish this experience and actually use it, it turns out that the model does not exactly overlap with the actual object.Here is a picture of the actual object.And this is the effect after identification by the model target.Sometimes there is even a phenomenon that the model and the actual object do not overlap at all.This device is assembled from three smaller devices, and I can make sure that each individual small device is exactly the same scale as the model file. Now the device may not exactly match the outline of the model. I can understand that sometimes the model does not overlap 100% with the actual object, but why is there suc
Hi Community!I have several 3D toggle buttons in my experience, which call one method each when pressed and unpressed. At startup all buttons are unpressed. Here Studio runs directly through the respective methods, which should be run only when the button is really unpressed.Is there a way to disable or prevent this?Disabling the button does not really help. The method of the disabled button is still called.The buttons change parameter values, such as the value of a manometer, depending on their status. However, the manometer value should be different at the start than when the button is not pressed.I am curious about ideas and suggestions!Best regardsJonas
I used CAD Optimizer to optimize the model. Are these optimized models(.pvz model) that are cached in a local folder? In other words, Can I find these .pvz files on the local computer?The reason WHY I want to get these models is that I want to open this model in Creo View, but the current model format is.IGS, which cannot be opened by Creo View. So if there is another way to let me open this model in Creo View, I am willing to try.
Hi All,I want to use the small model as the model target, and then display the large model(Small model is part of the larger model). Now I want to completely coincide the small model with the corresponding part of the large model, but NOW I can only manually adjust the position of the small model, which is very inaccurate. Can Vuforia Studio open the three-view mode? (Just like 3Dmax can open three views to view the model from three angles).If Vuforia Studio can't turn on the 3-view mode, how can I accurately align the small model with the large model?
Hello everyone, I was wondering how would i go on about connecting HoloLens 2 with Thingworx ?I'm currently exploring the capabilities i could get out of the mix of the two. Maybe displaying a mashup? Any insight about connexion protocol's and/or any sort of reading would be helpful. Thank you in advance.
As per this thread, similar issue: Hi, I used the same method you mentioned, but I have encountered a problem: the model of entire assembly cannot completely coincide with the actual assembly. How can I solve this problem? (The ratio of the model and the actual object is exactly consistent)
Hi All,I want to identify a model with Model Target, but this model is too complicated, with 2,650 Parts and 1.7 million faces, when I click the Publish button, the system prompts as follows: what should I do if I want to identify this model with Model Target?
Hello, I was wondering if it is possible to embed a vuforia studio project into an existing app. Either by web or even directly.My idea is that I have an existing application, make a vuforia studio project, and in the application, when I click on a button to see in augmented reality the project opens inside that application. and have the experience inside that application.
Hi everyone,I would like to call a function on changed value event. How can I do this?The value to be monitored is in a label, it is used to indicate the step of my animation. The property text of label is binded to CurrentStep of my 3D Model which contains animation sequences.Thanks, Maxime.
Hello, It is possible to play a video from youtube with just URL, without download it? Thank you
Anyone with Hololens experienced this?I tried to publish a 3D model with 2D Image (.jpg) in a 3DImage widget.During Preview, i can see the 2D Image.But when I publish it, i can't see the 2D Image at all.Attached is the sample image when previewed. But when viewed in the actual hololens, the 2D image is nowehere to be seen.Is there a special js code for this one?
https://learnopengl.com/Advanced-OpenGL/Face-culling
In the middle of working on a project, suddenly my 3D canvas will not load. I either get the spinning green wheel or just a white screen. The first time this happened I was able to clear my browser cache and that cleared up the problem. However it's been a few days and its happening again, and clearing the cache has no effect. I can select widgets from the project pane and view their properties, but still see nothing in the canvas area. My 2D canvas works fine. The same thing happens with other projects as well as a newly created project. Any ideas/suggestions? Attached is the error I see in dev tools.
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.5.3/$injector/modulerr? the module fails to load
Hello, I am using the following code to give popups/alerts during my experience. I have tested the code both on a mobile project and a 3D eyewear project. The code works fine on a mobile project, but on the 3D project using HoloLens will nothing appear. Does HoloLens not support the Ionic framework or am I missing something? $scope.Evaluate = function() { var stopOrFix = $ionicPopup.confirm({ title: "Machine Error Found", template: "Decide if you want to fix the machine error now or move on", cancelText: "Move on", cancelType: "button-default", okText: "Fix it now", okType: "button-default" }); stopOrFix.then(function(res){ if (res) { // Make it possible to scan again console.log("If statement called"); $scope.Alert(); } else { // do nothing console.log("Move on"); } }) }; $scope.Alert = function() { var alertPopup = $ionicPopup.alert( { title: "Machine Error found", template: "Scan the QR code of the machine to get i
Hi everyone, is there any chance to automatically setup the Studio ID of PVZ model? Some application like: 1. upload pvz model 2. automatically setup the Studio ID (of widget representing 3D model) with the same name of pvz file. Es. a. model: robot-arm.pvz b studio ID: robot-arm Thank you
Firstly, Let me give the target product a brief introduction。 As following, there are two buttons in the first picture,Click the test button it will jump to the second picture. The code of click event is shown as following. The templateurl (http://m6pkka1x.xiaomy.net:16002/api/h5/index?t=1634193406439) is a html called remotely. Ok, the projects seems very normal on the vofuria studio preview. Next, when I deploy the project and use voforia view to experience this service.The page cannot be load after I click the test button. Its the **bleep**ing problem i wanna to ask u.I already go **bleep**ing crazy. Finally whats the cause of the problem.I think it may be one of the following situations. 1. is the url above should be a https type? According to log, this URL was not called at all 2. is the Published process comes up a error that i have missed 3. the log of vofuria studio says a error belowing Error: ENOENT: no suc
Hi, We are sharing our ThingMarks with our customers and we would like to see how often a ThingMark is scanned. Each marker is for a predefined customer only. What I am looking for is a log that contains the lifetime history of the usage of a specific ThingMark in the terms of the number of scans and the datetime of each scan. Is it possible to change this command: <es-protocol>://<es-host>:<es-port>/ExperienceService/ compliance/views?startDate=<start-date>&endDate=<enddate> in such a way that I can find the same information but for a specified ThingMark? Example call: <es-protocol>://<es-host>:<es-port>/ExperienceService/ compliance/views?key=urn:vuforia:vumark:1234:1&startDate=<start-date>&endDate=<enddate> (I tested this setup and it only results in the overall views and billables
Hi All, I found a problem when upgraded device iOS version to 15.0. Open Model target project can see model detection tracker. That project cannot open because it would re-track over and over after scan the equipment. I tried 3 difference device. 1: (Fail) iPhone XR: iOS15.0.1: Vuforia View: 9.2.12: (Fail) iPad Air 4: iOS 15.0.0: Vuforia View: 9.2.1 3. (Ok) iPhone 8: iOS 14.8: Vuforia View: 9.2.1
Hi, I'm having a hard time getting an API-Key from our newly licensed VIP License. We just got a VIP Vuforia Engine VIP License for our company, and I already performed the first steps (account activation with SON).What I wanted to do next is getting an API-Key, which can be used for the Unity plugin. What I see is the Product + SON and SCN...Can someone tell me where I can find the API-Key?PS: I already asked similar questions in the vuforia dev forum (no success yet)
Hello everyone, I wanted to expose a situation here and see if there is any solution. Once the connection between Vuforia Studio and Chalk is made, if I call an Android phone, it doesn't receive any information about the call, only when it opens the application, if I have the application open it receives the normal call. If I call an Apple phone, even with the application closed, it calls as if it were a normal call. Is there any way to make this process, from the Apple smartphone the same for Android? Thank you
Hi Can you help me on a question? How can I import live-data from Thingworx to VuforiaStudio ?
Do you have any tutorial for 3D eye wear project? @Masca @CarolinaCarvalh
Hello everybody! Is there a way to sequentially execute javascript code in vuforia? I have a function in which I need to perform a series of actions in a clear order:1) Call the service and get the data2) Analyze data from the service3) Depending on the data analysis, show or hide some elements of the vuforia interface If i write the code like this: // Call service $scope.ServiceCall = function () { twx.app.fn.triggerDataService("VuforiaThing", "Service"); }; // Anylaze data $scope.DataAnalyze = function () { if ($scope.app.mdl['VuforiaThing'].svc['Service'].data.current['OperationStatus'] == "status"){ $scope.app.params.testparam = true; } else { $scope.app.params.testparam = false; } }; //Manipulate UI $scope.ManipulateUI = function () { if ($scope.app.params.testparam == "true"){ $scope.view.wdg['WidgetID']['visible'] = true; } else { $scope.view.wdg['WidgetID']['visible'] = false; } }; // Execute code after view entry $scope.$on('$ionicView
Could an external handheld scanner be used for getting input on hololens ? If yes, could you please provide an example how it could be implemented?
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.