Vuforia Studio
Recently active
Hello, The 'Open' button appears to be disabled whenever I start Vuforia, so I tried to download update but it's shows low disk error. Can someone tell me why this is happening? VS Current Version 8.5.15 VS Latest Version 9.0.1 (Want to update) Please find below error log for reference.
Hi everyone, My project need some restyle to be distribued. I want to be able to style the 2D Overlay, defining the position and style of all the components (top panel, center panel..) Anyone has some experience example? Thank you
Hi, Currently, we are developing an AR project in mobile view. Now, we want to shift the project using 3D eyewear (Hololens II). We are only using a trial version of vuforia studio. Is there any way to migrate a 2D UI in 3D eyewear (Hololens II) view? How to design 2D UI in Hololens II? For example, I want to make a panel containing list of instructions as attached in the figure below. If possible, I would like to have a list of checkbox displaying instruction. Thank you.
I have a list of checkbox. When I insert the checkbox using grid layout, it cannot be scroll down when i preview it. the total checkbox that i need to display is 17. but it only display 11 checkboxes on screen. How to solve this problem?
Since I upgraded to Studio on the [05-Feb-2021] I am no-longer able to publish experiences nor am I able to access the Experience Manager or ThingWorx, I am getting the below error: Internal server error 500 which is not that specific. When I also try to validate the experience server I get the following: Failed to authorize experience server. Please find attached the logfile, validation output and the trace route.
Hi, I need to disable the checkbox after user checked the checkbox.I also need to uncheck and enable all the checkbox if user click on reset button. How can I do that? Thank you in advance.
Hi, I have some checkbox in the right panel. When i preview the UI, the checkbox are not fully shown. How can I solve this issue?
I'm not sure what happened, but Vuforia Studio doesn't work anymore. I get an error window that I've never seen for anything before no matter what I try to do in regards to Vuforia Studio. Whether I'm trying to uninstall, reinstall, or just try and start the application I end up with the same window. I've attached a screenshot of the window. Thanks in advance for any help.
Hello! I would like to get some insight regarding Creo Illustrate. My requirement is to combine multiple figures / sequences from different c3di files into a single c3di file and finally publish it as an individual pvz file. Also I wanted to copy step from one figure and paste it in the new figure. Apparently, "copy to new figure" option doesn't work as expected. Certain parts which were hidden initially show up in the next figure in which the step was copied.
When I click on select widget, the drop-down just pops up. Instead I want it to slide and then show the options. Any idea how it can be achieved?
because so far I see, the post (question by @Ace_Rothstein_315546 ) is already closed and there is no possible to add a solution or workaround to this post, therefore I want to open extra topic for some further considerations of the issue and will try to provide a solution /workaround for this item. Following steps: 1.)To be able to get access to an audio or video widget first we need to receive the audio object. To get the angular element object of the audio widget following js code could be used: var nameAudio="audio-1' var myaudio = angular.element(document.querySelector('twx-widget[widget-id=\"'+nameAudio+'\"] audio')); 2.)The next step is to set the value of the control mute property to the toggle value / negated value = ! toggle.value e.g.: let toggle =! $scope.view.wdg[nameToggle].value myaudio[0].volume = toggle; $s
Hi, I have running a local instance of Thingworx Composer and Experience Service on a computer and Vuforia on another computer on local network. In Vuforia I set Experience URL: http://localip:8080 I started the Experience Service with "--allowsc --nossl" options. I also set the appkey in "proxies.0.appkey" and I set the permission for executing services for the specified user. However, I get the error in Vuforia "Error connecting to the ThingWorx server". How to solve this ? Thankyou very much
All Thank If you have multiple view pages of AR in STUDIOIf you go to each page, we will try trackingI want to use the tracking of the previous page as it is.Although the model displayed on multiple pages is the sameI want to change 3D labels and images (without a program).Like PPT. Thanks, Tsubone
Hi all, I have a 2D project and I want to use a feature of expanding and collapsing the sidebar when user click on "☰ List of Instruction" button. The sidebar containing a list of instructions for assembly process using checkbox. The idea is, after the first step being played, user have to click on "☰ List of Instruction" button to check on the checkbox for the step that has been done. After that, the sidebar will automatically collapse and the next step will automatically play the assembly process. Then the user must repeat the same step as before which is checking the checkbox and next step automatically being played. Is it possible to do this? Thank you in advance.
It's nice to be able to copy content from one project into another--saves work in a lot of situations. Unfortunately, the current implementation only works within the same browser window/tab. That means that to copy content from one project to another, you have to: Open the source project Copy the content you want to transfer Return to the list of projects Select the target project Find the location and paste the content All this switching back and forth between projects can be tedious if there are multiple items to copy/paste. It would be easier if we could have both projects open in different tabs or windows, and simply: Switch to the source project tab Copy the content Switch to the target project tab Paste the content
Hi, there An UnwantedProject shown up when Hololens scans the thingMark. Nevertheless, UnwantedProject is NOT in the folder of on-premise server (studio-es-store\projects) UnwantedProject is NOT listed with postman GET (ExperienceService/content/projects/) Delete via postman is NOT working with UnwantedProject (works with other projects) UnwantedProject is NOT on the local PC anymore (Couldn't be unpublished via Vuforia Studio) Clear Credentials has been proceeded. But UnwantedProject presists its existance. What else can be done? Thanks a lot.
Hi, I have a model and model target outline for the object. I want the steps being played after the object recognized automatically. How can I do that? I've tried to use the 'tracking acquired' events, but nothing happens after the object recognized. I need an advice to do this. Really appreciate it!
Hi everyone, i want to make kind of a infoboard (see attached picture), where i see the step names of my sequence and below an additional info-text. I started to make a gauge with this image and added the step-names of my sequence to this gauge by this code: var labelId = "gauge_steps";$scope.$on('newStep', function(evt, arg) { $scope.setWidgetProp( labelId, "text", arg); }); This works fine and my stepnames are shown in the top-left of my gauge-image. Now i want to add some additional info text under the stepnames. I was thinking about just placing a 3D-label and controlling the text with the steps of my sequence. How do I make a line break in a label to add more infotext and how do I align the text to the left?The reason I added so much information for this simple question was, because I am also wondering if there is another (more elegant) way to make such an "infoboard". Thanks for any kind of help!
Hi, Currently I working on AR project for step-by-step assembly process and we actually not familiar with Vuforia. Need advise for my problem regarding my concern on 'Play' button that I have created. I need Vuforia to display the sequence instruction when user click on 'Next' button. For now, the first step instruction display throughout the whole process, but I actually want one step with one instruction process. Hope anyone can advise me on this matter. Really appreciate it!
Is not possible to work with Model Target Generator, but I don't know why. Best regards
my home.js file is getting very large, about 1500 lines of code. It contains many functions that are called within the same file, for example: //////////////////////////////////////////////////////////////////////////////////////////// //\\ ** PULSANTE MOSTRA PARTI DI RICAMBIO ** //\\ // questa funzione rende trasparente tutto il modello e suddivide con un codice colori le classifiche ricambi // lancia inoltre l'apertura di un pannello laterale $scope.showSpareParts=function(button, parameter){ console.log("funziona") if(button == "spareParts"){ if(parameter == "pressed"){ // => pulsante premuto $scope.app.view.Home.wdg['gridLayout-12']['visible'] = true; //tml3dRenderer.setProperties($scope.app.cad.ModelID , {hidden : true}); //tml3dRenderer.setProperties ($scope.app.cad.ModelID,{phantom:true, opacity:0.5}) tml3dRenderer.setProperties ($scope.app.cad.ModelID, {opacity: 0.20}); // => rende trasparente TUTTO il modello, comprese le parti di ricambio //t
Hello Community. I'm searching for a solution to change the CSS class of text parts. The goal is to get marked text parts within the textarea widget. In my current test experience, the textarea widget is driven by a parameter $scope.app.params.input = "textarea with marked text"; And I defined the CSS classes strong { font-weight: bold; background-color: yellow; } textarea { color: blue; font-family:"Times New Roman", Times, serif; // font-size: 1em; } How the get the "marked" text part in CSS class 'strong'? Thanks for your help Cheers Marco
Hi everyone, in my project I have to translate some string from one lang to another. e.g. from Italian to any language possible. Is there some way to make a query to a cloud translator (not google cloud translate, another one if exist)? Thank you.
I have the pvz and thus the PVI files for the model I want to use. However, I do not have the C3di files for the sequences in question, and would like to add additional sequences to the pvz in Creo Illustrate. Is there a way to import those pvi files into Illustrate and expand on that work?
Hi guys, I created a parameter in Vuforia that contains two values: True or False. Is it possible to pass this value into thingworx? I want to be able to turn on the machine from my Halolens. Thanks,
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.