Vuforia Studio
Recently active
Hi Everyone,Good Morning, We have a project in thingworx which have different things, thing templates, data table etc. with different services. I am able to run those services if I login to Vuforia View through Administrator user but not able to run those services through other users. Do I need to configure anything to do so? Thanks in advance.Regards,Aditya Gupta
Hii would like to visualize a signal from a cable to a sps using vuforia studio. the signal should then be displayed with ptc creo view. unfortunately i can't figure out how to go about the whole thing. Could anyone help me?thanks in advance
Hi Everyone,Good Afternoon, I want to exit Vuforia View app on click of a button.Can anyone please help me out. Thanks in advance. Regards,Aditya Gupta
HelloHow do i get back from the experince to the library with a command. I found the command $scope.goToLibrary(); but it doesn't work. I know that i get back to the scan process with a voice command, but i want to get back with a button press.Can someone help me please, thanks in advance
How does one go about getting rid of showing a product in an environment? Can the product be displayed in a white background? Trying to replicate the CAD environment - product on a white background in Vuforia View?
Hi, which Creo Illustrate version do support Vuforia Studio for sequences. At the moment i have the latest Vuforia Studio version and Illustrate 8.1. Does 9/10... support it already? And which of them support Windows 11? Found that https://community.ptc.com/t5/Vuforia-Studio/Creo-Illustrate-latest-supported-version/m-p/848864/highlight/true#M11463 but not more.Thanks,Steve
Hello Developers, I am confused that how my url needs to look like in order to play video with this webframe widget. My URL : "/Thingworx/FileRepositoryDownloader?download-repository=AssemblyApproval.FileRepository&directRender=true&download-path=//troop/kroop/loop/alter/Sequences/l-Creo3D-Abbildung1.pvi/Gewindering_(32570024)_aufsetzen_(Stauchen)/Videos/101.mp4" but my video is unable to pay on the widget.. can anyone please tell me about url creation of it... thanks
Hey Community, So I have this service and it has four parameters and one of them is intervalCount, which i have given here 150 but now i want to give an additional interval which would be 50 so i want to run this service twice with 150 and 50 but on success both will give me results. I am confused a bit. what can be the best approach here should i change the service architecture on the thingworx side? to accept as an array or should i do something on experience side to make it run. any ideas are welcome. this service runs everytime i start the expereince and what this service is doing that it takes interval count and divide by total entries to give me modus and if its 0 then i know its 150 product so that i do something on exp side thanks $scope.every50thEntryCounter = function () { twx.app.fn.triggerDataService("QControl.Data.Helper", "intervalCountForProductCategory", { // Hand over variables to the service lineName: $scope.app.params['lineName'], Location: $scope.ap
Hello Community, So i start my experience and fetch the model from thingworx and then jump to new view and there i have this below code to show the sequences in the list but unfortunately it works perfectly fine in browser but not in view app. The view app is unable to show the list of sequences to select.. Can someone please see that what is a problem in the below code? or how can i resolve this issue. As you guys can see binding also in the below from model to show the sequences. The modelLoaded function is not getting executed and that is an issue.@RolandRaytchev may be you have an idea...? angular.element(document).ready(function () { $timeout(function () { $scope.setWidgetProp('model-1','src',$scope.app.params.modelPVZFile); $scope.$applyAsync(); $rootScope.$on('modelLoaded', function() { $scope.view.wdg["spinner-1"].visible = false; console.log("Model and Sequence both are loaded!"); }); }, 100); })
Hello Community, I can say that it seems possible to get the videos saved which are saved in thingworx repository and show in vuforia studio on the video widget. There are 10 videos which i change with the click of a button. What do you think is a best solution that should i get the video on click everytime or first fetch all the videos together and then show it one by one with the button click. i mean store them as an array. Any suggestions in this regard... Problem let videos = [ { id: 'video-2', src: 'app/resources/Uploaded/Illustration-1.mp4' },//1 { id: 'video-2', src: 'app/resources/Uploaded/Illustration-2.mp4' },//2 { id: 'video-2', src: 'app/resources/Uploaded/Illustration-3.mp4' },//3 { id: 'video-2', src: 'app/resources/Uploaded/Illustration-5.mp4' },//4 { id: 'video-2', src: 'app/resources/Uploaded/Illustration-6.mp4' },//5 { id: 'video-2', src: 'app/resources/Uploaded/Illustration-7.mp4' },//6 { id: 'video-2', src: 'app/resou
Hello Everyone,Good Afternoon, I want to send Start Time & End Time of experience from Vuforia Studio into ThingWorx.Can anyone guide me how can I achieve it? Thanks in advance. Regards,Aditya Gupta
hey @GianVal if you have already done with this connectivity would you please give some feedback or write a procedure in steps to achieve this task... from your valuable time. 🙂 My usecase is that i have different PVZ (ilu ) files in windchill and what i want is that to dynamically assign my model in vuforia studio this pvz file so that customer can see animation by playing it. I dont want to upload every time the pvz file in vuforia studio. I want this process to work dynamically. I have been working on thingworx ( NOT THINGWORX NAVIGATE ) and vuforia studio since 1.5 years. Would you please let me know about it that how can i achieve this task so that our customer can get the pvz files in experience from windchill. I have read a quite few docs but its not very clear.
Display your Thingworx mashups confidently in Vuforia Studio (popups, panels, etc.). Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- Vuforia Studio에서(팝업, 패널 등)에서 Thingworx 매시업을 표시하고 자신있습니다.
Dear Community, I have one model and i want to walk around it after placing it. This is possible in the Area target which i have tried. But i am unable to walk around the model in Spatial target. Any one has an idea about it? Please let me know... With the camera when i detect the twin its always ahead of me and i cannot walk around it or through it.. Thank you! There is an option called track and i dont know that either i have to bind it with something... please let me know if anyone has an idea about it.
I want to link the file on Thingworx repository to the 3D Video widget of the Hololens project. What should I do?
Hi Everyone,Good Morning, I want the pinger on 2D layout can anyone help me out. Thanks in advance. Regards,Aditya Gupta
I'm using vuforia and unity(2022.3.16) together to do my final year project. when in play mode, the application works however, after i've built the app, installed it on an android phone and given camera access, the screen is black. I can see on the top right corner there's a button I added to the canvas so I'm pretty sure the issue is with the camera. Please help as I do not understand where I went wrong.
I am creating a Unity project with Vuforia for my final year and encountered an issue when the app is installed on my mobile device. The project works in Play Mode, but after building and running it on my mobile device, the screen appears black. However, the texts are still visible.Issue
Dear Community, I have a strange issue that my view app works well for sometime and then afterwards it just get freezes/hanged. Does anyone has an idea why is such a behaviour is coming because in the past it has never happened. Reason may be that experience service has a lot of experiences published? or what could be the reason please give me some suggestions?
Hello Community members, Im a new in this community.Im wrote from Italy and I have a question for your.Can I converted a file .pkg to .iges, .stp, .pk2, .prt or .assembly ?? Thank you for support.
Dear all I think it would be amazing if we have ability to download published projects' project files (for Vuforia Studio) from Experience Service. Occasionally, we need to delete(unpublish) projects from Experience Service to conserve disk space.(And we re-publish them when they're in need again)Before deleting, we need to export and save project files(.zip) from Vuforia Studio to publish again. However, sometimes (like when the project is too old) the project file is not saved as zip file and only exists on ES server.On such occasions, as of now, we need to recover project file from ES server by following steps below.https://www.ptc.com/en/support/article/CS326325Those steps are complicated and difficult to complete, so these "published but deleted from Vuforia Studio" kind of projects are effectively lost and not able to back-up or edit. So I think it would be amazing if we can recover them more easily, by being able to download project files back from ES server.
Hello community,I have just seen this article online: Microsoft abandons Hololens 2 This could have a HUGE impact on Vuforia Studio applications with Hololens 2. PTC, could you please give us more information about it?There will be new devices compatible with Vuforia Studio? Many thanks for considering my request.
Hi Everyone,Good Morning, I want to send data from Vuforia Studio into Thingworx but unless & untill I don't assign es-public-access to thingworx service the data is not getting transferred. So is this correct or what if I don't want to give public access to thingworx service & still transfer data from Vuforia Studio to Thingworx is this possible? Thanks in advance. Regards,Aditya Gupta
Greetings,I’m experiencing performance issues when using a 4K video feed (3840x2160) in Unity with Vuforia. Despite optimizing settings in Unity, the frame rate remains at around 20-25 FPS, even when using high-end hardware. Below are the details:Mac Mini M1 (Apple Silicon, Metal API enabled) and Windows 11 with RTX 4090 and Intel 13th Gen CPU.Unity version: 2022.3.50f1 (Apple Silicon support on Mac, DX12 on Windows).4K feed stutters in Unity, but works fine in OBS.I've tried disabling VSync, optimizing the scene, and adjusting other Unity settings like multithreaded rendering, but the performance issue persists.Is there any specific configuration or optimization in Vuforia that would help improve 4K AR performance across these platforms? Your advice would be greatly appreciated.Thank you!
Hello Community, I have installed the extension CreoViewRWExtension in thingworx platform and it does show a lot of information about pvz file in thingworx but i am unable to get the stepsname and stepsdescription. It does shows a sequence names though and a lot of other stuff. here is the extension link:EXTENSIONhttps://github.com/mvonhasselbach/CreoViewRWExtension/tree/master I have already raised an issue in the community the link is as below for further clearance:- THINGWORX QUERYhttps://community.ptc.com/t5/ThingWorx-Developers/Thingworx-extension-to-compress-videos/m-p/972096# Please let me know how can i achieve that.
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.