Vuforia Studio
Recently active
Hi, I am not able to publish any experience. Attached log for reference.
Hello. I'm making an AR app for Realwear-HMT1 that is AR glasses. I saw a Vuforia Chalk presentation movie and want to implement it to my app. So could you give me some information about Vuforia Chalk? Does it supports android 6.0? Or which is the lowest supporting android version to use Chalk? And how much is it to use Professional version?. Do you provides Vuforia Chalk SDK? Please let me know
I have received a commercial license of Vuforia Studio.Installed it according to the installation Guide. Received also URL's for a development side and a production site incl. passwords and login. Question 1:What is the idea behind a development site and a production site?Can anyone explain the intended process? Question 2: How to access these portals?I have entered one URL in the settings tab of studio but can not logon.Login these portals via a browser is also not possible.Can anyone help me with the startup? many thanks.Bert
Customer placed an order for Vuforia Studio 6 months trial license with PTC. How do I install this? Currently we see only trial license as 30 days. Where to set this as 6 months valid access? Thanks
Is one experience url can be used by one login user only - If then , in a company of few users, is everyone assigned a separate experience url?
Dear all, Need one crucial information on Thingworx AR approach related to software whichever part of this approach. Quite confusion between overall Thingworx Software like THINGWORX PLATFORM THINGWORX ANALYTICS THINGWORX CONNECTION SERVER THINGWORX EDGE MICROSERVERS THINGWORX EDGE SDK Among which one is helpful for AR approach?
Customer used to Vuforia Studio OnPremise till this Sep and tried to test trial for a short time before this Nov. Now some error is occurring when accessing ES server. Please advise regarding this situation. Log and captures are attached.
Hi, can someone please provide me some pointers/hints on how to achieve the following: I get data about mistakes, which happen on a specific machine in the production through the composer to my thingworx studio. (sql- database) I can show theses mistakes by using a toggle button. Then a table with all mistakes of the last hour will be visible. What I want to achieve now is: A pop-up notification in the App on the device of the worker, which is always triggered, whenever a new mistake happens. So the worker can react immediately. In my understanding, I need a pop-up which is triggered by an event. And this event is the datachange of the specific "mistake"-service. But how do I do this? Is a js script? How am I then connecting it to this service as it should be triggered automatically? Thanks all!
I know that you can place several models in the same expirence but you are not able to move them individually. Does any of you know if there is some way to archive this?
Hi, I just had some issues with getting an app parameter to change the color of a model item to work. Eventually I found out there are some problems with the alpha channel. I'm using Vuforia Studio 8.3.5.3961 and in the preview it only displays colors fully opaque, even when I set the alpha channel to 0. It's simply ignored, but on my Iphone 5s IOS 12.1(16B92) in Vuforia View 8.3.50, it doesn't display any color when the alpha channel is not set to 1. Unfortunately I cannot test this on another device. Can anyone reproduce this issue on her/his device? And are there any known issues/bugs, that can cause this? Thanks in advance for any help.
salve, ho un problema con l'installazione di Vuforia studio: quando eseguo l'installer, esso installa correttamente vuforia studio, ma appena termina l'installazione e tenta di avviarsi rimane bloccata questa schermata: hi, I have a problem with the installation of vuforia studio: when I run the installer, it correctly installs the studio vuforia, but as soon as the installation finishes and tries to start it remains locked this screen:
Hey! I am not able to publish the project developed. Please find attached Log file. Can you please help me with this.?
Is it possible to have one experience on different phones with different resolution? My team has issues trying to maintain the same User Interface but on different phones. To explain further, we are able to use the Samsung Tablet A 6 with S Pen to view our Augmented Reality Experience. However, when we switched to smartphones, such as iPhone 6 & 7, Samsung S 7 Edge, the size of the User Interface is unable to fit onto our screen. Why is that so? And has anyone of you face the same problem as I do? Share with us your experience/ the solution!
Buona sera a tutti Ho visto che nel nuovo aggiornamento di Vuforia Studio c'è la possibilità di cambiare sequenza senza usare il codice. Potresti spiegarmi la procedura completa o c'è una guida? Grazie, Matteo.
Hi, I want to connect Vuforia studio with thing works foundation server which is a hosted trial version. I have seen it in other posts that Vuforia comes with its own experience server is there any way I can replace that with the existing hosted trail server and access my things, experience and analytics in the same server
After version 8.2 installation on my "Experience Server on Premises" and installation og Thingworx Stufio 8.2 on my laptop..I'm facing some issues to publish my "Experience".. With "Model target Option" I'm receiving this msg in the popup window "Uh-oh! Publish failed. Check the log for errors." In the Studio log file..I have the following message: [02/20/2018 16:10:53] debug: [twx-studio:cad-target-packager] retrieving signature blob projDir=C:\Users\lbourelly\Documents\ThingWorxStudio\Projects\Armor_Inox_-1, targetId=8008cff4-4755-4a20-b446-6a3f1ec1b544, gltfFile=C:\Users\lbourelly\Documents\ThingWorxStudio\Projects\Armor_Inox_-1\resource_cache\mtg\FKST-1.02e0672c5718bb27f6648594dbf0535ba07c0e7a.gltf, vupFile=C:\Users\lbourelly\Documents\ThingWorxStudio\Projects\Armor_Inox_-1\resource_cache\mtg\8008cff4-4755-4a20-b446-6a3f1ec1b544.vup, x=0.30488409579944586, y=0.11354597020925496, z=7.414754292390681, x=0.9991594901323568, y=0.11089492152294031, z=-0.4138654554287917, w=3.62450
Hi All,I'm getting some weird problems with experiences created for the HoloLens. When I launch the ThingWorx View app from HoloLens, I scan the ThingMark and the experience loads, but the problem is that View has decided that the ThingMark that I scanned is behind/below where the ThingMark is actually placed in the real world. So for example, I put the ThingMark on the floor and scan it, but when I see the tracking indicator for the ThingMark (the green hexagon) it's below the level of the floor rather that running around the printed marker. So when the 3D geometry loads, it's also down inside the floor and I'm looking at it from above.Anyone else having this problem?Thanks,Allan
experience service url is not validating. Thanks and Regards, Deepak P
Please find the attached log file kindly help
Hello, I have this code that works on mobile device(Iphone) but not on Ipad. Any idea why? var labelId = "label-1";$scope.$on('newStep', function(evt, arg){$scope.setWidgetProp( labelId, "text", arg);var labelText = $scope.view.wdg['label-1'].text;var InstructText = labelText.substr(labelText.indexOf(")") + 1);$scope.setWidgetProp( "label-1", "text", InstructText);var spokenText = $scope.view.wdg["label-1"].text;var msg = new SpeechSynthesisUtterance(spokenText)window.speechSynthesis.speak(msg); }); Avinash
Hi All, I found a problem with the new Chalk widget not working properly when adding it in to projects that were created in older versions of Studio. The problem is that the button appears as a solid green square in the preview and in the published experience rather than as the green square with the Chalk icon as you see in the experience editor. This only happens when I add the Chalk widget into existing experiences that were created in older versions of Studio. If I create a new experience and add the Chalk widget, everything is fine. Looking through the Studio log file and the browser console for the preview, I can see that it's missing the Chalk.svg file that should be in <project>dist\extensions\images. I'm guessing that when the project gets built for the preview and publish, it doesn't copy over the images folder from <project>\extensions. It looks like there's something wrong with my setup as a colleague doe
I have my data in data table and i am displaying that in grid in mashup. Can i update particular cell color on basis of its value. for example, if cell contains value 'ON' than that cell should be displayed with green color. And if cell contains value 'OFF' than that cell should be displayed with red color.
Buongiorno a tutti, sto costruendo cerca AR con Thingmark per IPAD PRO 2017 da 64 GB da sovrapporre al mio modello reale. Sto riscontrando alcune difficoltà a mantenere traccia del Thingmark. questa macchina ha dimensioni di circa: larghezza 3,5 metri, lunghezza 6 metri, altezza 3 metri. Cosa posso fare per migliorare questa situazione? 1-Nel contenitore 3D ho attivato il monitoraggio e la mappatura persistente. 2-Il punto di riferimento nello studio Vuforia è delle stesse dimensioni di quello che ho stampato. (La dimensione del momento Marco che imposto in Vuforia Studio è da lato un lato dell'esagono oppure da punta a punta?) 4- Ci sono altre opzioni che devo impostare? Grazie, Matteo.
it is possible to open vuforia chalk from vuforia studio? For example(view in My Videos)
I am currently trying the vuforia studio app and I would like to import CAD ressources I download from grabcad. I tried to import the model assembly (sldasm) and it doesn't work, I tried to import the differents part of the model (sldprt) but I don't know how to show the different part at the right coordonates in the scene. Do you you a guide on how to import thoses models correctly how any idea of what I am doing wrong
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.