Vuforia Studio
Recently active
Vuforia Studio New Chalk widget allows you to open Vuforia Chalk directly from an Experience New Sequence List property on the Model widget allows you to switch between sequences without any code Bug fixes and minor improvements Vuforia View Improved detection and tracking of Model Targets for Mobile and 3D Eyewear projects iOS: 8.3.5 will be the last release to support iOS 10 HoloLens: Support for dynamic model loading Windows: Support for Surface Pro (2017) Note: Model Targets published with Studio 8.3.5 will not load on previous releases of View. View 8.3.5 is required Bug fixes and minor improvements Experience Service (On-premises) Support for Windows Server 2016 Ability to encrypt sensitive configuration information Support for PCKS12 (PFX) encoded certificates Support for encrypted PEM encoded private key files and ecrypted PCKS12 (PFX) encoded archive files Only TLS 1.1 or higher is supported Note: Experience Service n
On HoloLens Device I say "Hey View, scan ", but no reaction. On the same HoloLens Device i say "Hey, Cortana" and I have reaction from device. What can I do for activate voice command from view on Hololens? (I use Vuforia Studio 8.3.2 and last version on Vuforia View)
Hi Everyone, I have just created a vuforia studio account and installed vuforia studio. My objective is to create a Thing in the Composer that comes with the trial version of vuforia studio and access it's properties and show the values of them in an Augmented Reality Experience. I was able to create and modify Things a time before with a previous account and I was also able to Configure Thingworx Federation between the Composer that comes with The Trial of Vuforia Studio and a local instance of Composer that I host in my server, but now it seems that I can't do that. Can someone help me please !!!!!!
Hi, allI‘'m trying to learn followed with Offical Thingworx Studio Tutorials -> "Raspberry Pi Tutorial". But in the section "Copy Scripts to the Raspberry Pi (Optional)", I don't know how to download these three python scripts:• HC-SR04 Range Sensor—range_sensor.py• DHT11 Temperature/Humidity Sensor—thingxpi_DHT11.py• Connection to ThingWorx Core—thingxpi.pyWould you please let me know where to download these scripts? Thanks for your help
Unable to login Thingworx using web services Also i am unable to get the data for properties, services etc. I am using postman application. I am always getting "Could not get any response." Anyone helps me will be appreciated. Thanks, Avinash
Hi Can someone help me on this to be working in my laptop. Two months back, I managed this issue by accessing from a new workstation. Right now customer has purchased license and so I need to make it work on my laptop, When I click the "Publish" from Vuforia Studio, it pops out error window as "Local host:3000 says, Uh-Oh ! Publish failed.Check for log errors. Internal Serrver error" I have attached screen shot and log files herewith. Thanks - Ravi
In 8.3.3 i have noticed that i frequently see what ;look like crash and restarts of the Studio render engine when placing ModelItems (dropping the widget onto 3D). It will create the item and then a second later 3D window will go blank and then rebuild from scratch over the course of 5-10 seconds. Beyond the interruption in work flow, after this happens selection highlighting of modelItems stops working. Here is what i see on the console when this happens
Hello,In two days ago i started a topic here because i was not able to convert the image that is fbx to pvz.I thought that the problem was the name of the image (it have a letter with ~) and then i changed and it worked. But then i tried to upload the same image to another project and its not working again and i am receiving this erro message. Someone could please help me?
Dear Community, I have some problems with Vuforia View installed on Microsoft Hololens. I tried to play the default "Studio Sample - HoloLens Experience", but the orientation of the quadcopter does not follow the orientation of the Thingmark. I illustrated the situation that I see through the Hololens with Vuforia Studio, please see the attached picture: If I am the blue cube looking at the Thingmark as the blue arrow does, the quadcopter appears behind my head rotated as shown in the image.Theoretically the quadcopter should appear perpendicular to the thingmark. Instead here it seems to change the position according to the orientation of the hololens. Then, I tried to create my own experience with a new model, that should have been perpendicular to the thingmark. The result is the same. Moreover, I also checked the "Tracked" and "Tracking indicator" in the thingmark options inside Vuforia Studio in this second experience; I can see the empty green hexagon at the base of my model that
Hi All, Does anyone know if there's a way to change what I'm calling the the spatial scale - the overall scale of the experience that you change via the pinch gesture, via JavaScript? I've got a HoloLens experience using a ThingMark that uses a large model (approx 20m long, 6m wide, 3m high). When I initially load the model, I have it shown at about 10% of true size, so the whole thing fits into the field of view of the HoloLens. I have then build voice commands with some associated JavaScript to change the scale of the model. This is all working fine, but it becomes a problem if I want to add additional elements such as a gauge or 3D Image. For these to be placed correctly, I need to specify their x,y,z coordinates and as they must be specified in absolute values, I need to then hard-code them based on the size of the model to make sure they are in the correct location relative to the model at that particular scale. I've played around with
Hello everyone, I installed Illustrate 5.0 F000. I currently have Studio 8.3.5.3961. I have a trouble with sequence. I created a simple sequence and when I play it in Studio, I see that the PVZ doens't move in a smooth way, like I defined in Illustrate. The part directly jump from the initial position to the final position of the step. Have you ever experienced such behaviour? I have no idea if it come from Illustrate or Studio. Quentin
Hi, Is there a way we can simulate a fluid flow in Studio? Avinash
Hello everybody, i use a time series chart in studio but the data dont show complete in the screen (show the picture) How can i make the complete data look? or what can use in this case? Thnaks for your answer
Platform: Hololens I have encountered an issue with Studio when trying to change a particular View in Studio. I have 5 Views (a, b, c, d, e) and in each I have enter the following code into the corresponding javascript file. // Change scene $scope.app.goa=function() { twx.app.fn.navigate("a"); }; $scope.app.gob=function() { twx.app.fn.navigate("b"); }; $scope.app.goc=function() { twx.app.fn.navigate("c"); }; $scope.app.god=function() { twx.app.fn.navigate("d"); }; $scope.app.goe=function() { twx.app.fn.navigate("e"); }; I also have 5 Application Events (a, b, c, d, e) each with the corresponding function to load the correct scene e.g. app.goa(); When I run the preview these application events work for all but 2 Views. And after clicking the Application Event to load a broken scene this prevents any other buttons from working. I have also tried changing view without using javascript and relying on bindings but th
Hi, I struggle with the colors in the styles. Whenever I past in a style like this: .headtable{ font-family: Courier New; background: #ff0005; font-weight: italic; font: black } It will NOT show the color #ff0005, which is a dark red but something that is more bright. Left what I get, right the intended color Left is what I get in the preview, right is what I want. MY question is: How can i solve this problem? Is there a built in filter? What am I doing wrong?
Hi, I am a newbie in Thingworx Studio. I have my first experience running on a tablet. That works fine. But on a Smartphone, it is not working. Obviously because I didn't pay attention to a "responsive design". Unfortunately I cant find much information and maybe tutorials related to this. Can someone share valuable links, documents, with which i can teach myself how to do it? I dont know how the pixel size, determined in the Canvas interfere with the design. If i want to develop it both for a tablet and smartphone, what do I start with? Which pixel size? So please feel free to share any content, that can help me. Thank you in advance!
I imported .PVZ file from Creo Illustrate but i am not getting same color like Illustrate in Vuforia Studio. It decreases brightness of model. How can i increase model brightness in VS. OR Is there any other way to import same color model in VS.
Hi, I am working on 2D eyewear project in vuforia studio. I need some help to navigate panels on single button click (Next, Previous). I created one application parameter (showPopup), Six Popup (popup-one, popup-two, popup-three, popup-four, popup-five, popup-six), and two button with Next & Previous labels. can anyone suggest me any code.
Hi, I have issues with Vuforia Studio. Its looking for a localhost: http://localhost:3000/ in my broswer but there is nothing loading. From Log: [09/25/2018 11:47:23] Studio 8.3.3.3744[09/25/2018 11:47:23] Status Message: Getting ready...[09/25/2018 11:47:23] Starting node.exe[09/25/2018 11:47:30] info: [twx-studio:initializer] Node version: 8.11.3[09/25/2018 11:47:30] info: [twx-studio:initializer] studio launched with the following arguments: _=[\\HCB-VNAS-E04.res.no.enterdir.com\E04_HOME01\113948\Personal], $0=..\..\..\..\..\..\Roaming\VuforiaStudio\studio-download.vuforia.io\dist\server\index.js[09/25/2018 11:47:30] info: [twx-studio:initializer] studio dir: C:\Users\113948\Documents\VuforiaStudio , home dir: C:\Users\113948\Documents[09/25/2018 11:48:10] warn: [twx-studio:gitUtils] nodegit is not installed.[09/25/2018 11:48:10] ar-extension version 8.3.3.3744 (1.29.1278)[09/25/2018 11:48:19] info: [twx-studio:versionCheck] Version Check will use the update location: h
Hello, Do i need Thingworx composer for put data into the vuforia studio applications? Thank You!
We are seeing that the main graphics area interface of Studio is now showing the colors as defined from Creo Illustrate after you select the sequence. However, the issue we are having is that the graphics information in the user interface does not display unless you are performing an action like hovering the mouse over the graphics or spinning the model. The image below shows the example...there is supposed to be the a-surface of an entire truck in the picture. This is repeatable for two user's in our environment. Anybody else seeing similar issues?
Hi, I created an experience with model target tracking, but can not publish to cloud server. Here are errors from the log:
Hi, I want to change the popup on the click of the next and the previous button.For example: If I am on the first popup/panel and when I click on previous then it will not work and when I click on next then it will go the second popup and similarly to the third and consecutive popups and when I am on the last popup and click on the next then it must give me message and when I click on previous pages from either of the pages or from the last popup it will perform accordingly.Here is my code snippet.Please help me in performing the same functionality. Thanks & regards, Swapnil More $scope.getPrev = function() { if ($scope.app.params.panelVisible > 0) { $scope.app.params.panelVisible --; } }; $scope.getNext = function() { if ($scope.app.params.panelVisible < 2) { $scope.app.params.panelVisible ++; } }
I have an assembly i'm running thru the CAD optimizer on import and the appearance of the HIGH output are great but it is eliminating one of parts, technically the .ol part is still there in the .pvz but it has not surfaces in it. It's a sizable part volume wise relative to the assembly (assembly is a bicycle, the missing part is the handle bar). The part goes "missing" form all three of optimized outputs. Does anyone have suggestions on .rcp file modifications that might fix this? or a location for good documentation on said files? I have a poor work around that involves replacing the "missing" part in the .pvz file with the unoptimized version from the inital .pvz file. This works but is manual labor every time I update the 3D and also bloats the file as this one part unoptimized is way higher detail ans size than it needs to be.
How the file appConfig.json act? The file in every projection files , such as C:\Users\Administrator\Documents\VuforiaStudio\Projects\demo1. My studio run some *.pvz files, the appConfig.json file will disappear, the studio get stuck, report errors
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.