Forum Widgets
Latest Discussions
Helpful Resources: Dynamics 365 Remote Assist and Guides
So YOU'RE a fan of mixed reality solutions - now all you need is to get your company excited and onboard! Here are a few resources you can leverage to help you pitch that case (and not just so that you get to play with a HoloLens 2 at work): Help educate your team on how D365 Remote Assist works: Read the full overview here, including tips and tricks on how to launch Remote Assist, join meetings, adding MR annotations etc: Overview of Dynamics 365 Remote Assist on HoloLens and HoloLens 2 - Dynamics 365 Mixed Reality | Microsoft Docs. and Deploying HoloLens 2 to External Clients with Remote Assist | Microsoft Docs. You can also view the FULL Deployment Guide – Cloud connected HoloLens 2 with Remote Assist - Overview | Microsoft Docs. There is also a Remote Assist GitHub page with great tips: GitHub - microsoft/MTC_RemoteAssistTeaching Interested in learning more about Dynamics 365 Guides as well? Read this deployment playbook: Basic concepts for deploying Dynamics 365 Guides - Dynamics 365 Mixed Reality | Microsoft Docs Convince your team/boss that using Mixed Reality technologies like Dynamics 365 Remote Assist and Guides are not just a shiny object, but tangible, practical solutions that can actually help save your company money and achieve substantial ROI. Want the facts? Send them this 2020 commissioned study conducted by Forrester Consulting that outlines the financial advantages realized over 3 years, including an ROI of 138%, over USD6.3 million in benefits versus USD2.6 million in costs and a payback period in ~12 months: Forrester TEI Report | Microsoft Dynamics 365 Learn more about Mixed Reality as a new dimension of work and how it is reshaping how employees work across physical and digital boundaries in this report from Harvard Business Review Analytic Services: Mixed Reality Report (microsoft.com) Hope this was useful- now go forth and make mixed reality a... well, reality in YOUR organization! #XR #RemoteAssistShonaBangDec 08, 2020Former Employee3KViews0likes0CommentsFree 3D viewer app to preview glTF models as holograms
I would like to share with you 3D model viewer app that is available for free in HoloLens Store. Short video preview: https://vimeo.com/690542724 IF 3D Viewer is a simple app for HoloLens 2 headset to showcase 3D models in Mixed Reality. It allows you to browse files stored on your device and load them as holograms in front of you. 3D models can be moved around, rotated, or adjusted as you need. You can disable user interaction to avoid accidental movement during a presentation. We understand that 3D or CAD models are often confidential and should not be stored in the cloud or leave the organization's network. Therefore, our app doesn't upload your files anywhere and works completely offline. IF 3D Viewer is available for free for HoloLens 2 in the Microsoft Store https://www.microsoft.com/en-us/p/if-3d-viewer/9plxwqxws4xglukaszdudziakMay 18, 2022Copper Contributor1.9KViews0likes0Comments[READ] Mixed Reality in Healthcare
Did you know that mixed reality solutions such as Dynamics 365 Remote Assist on HoloLens 2 has been successfully used in healthcare? Learn how Mt Sinai Hospital and the Imperial College NHS Trust are using mixed reality to empower doctors, surgeons and clinicians to collaborate and provide essential, life-saving care to patients, especially those in underserved communities: How Dynamics 365 Remote Assist enables shared surgery in underserved communities - Microsoft Dynamics 365 Blog #HealthcareTech #MixedRealityShonaBangMar 15, 2021Former Employee1.9KViews2likes2CommentsUnity3d & MRTK open Hololens 2 camera on button click and display the image in the Untiy scene after
As described in the title I have a scene wich contains a button. I attached a script with the code you see below to a ```PhotoManager``` GameObject. The button runs ```TakePhoto()``` from the script below when the button gets pressed. I expected that when you click the button, the HoloLens will open the camera and you can take a picture. Once the picture has been taken, the user should see it in the scene. However, nothing happens when you click the button... When i run the scene in unity and press the button in the game window i'm getting this error: ```InvalidOperationException: Sequence contains no elements```. (I dont have a webcam connected to my computer) The code is form the https://docs.unity3d.com/2018.4/Documentation/Manual/windowsholographic-photocapture.html. using UnityEngine; using System.Collections; using System.Linq; using UnityEngine.Windows.WebCam; public class PhotoCaptureExample : MonoBehaviour { PhotoCapture photoCaptureObject = null; Texture2D targetTexture = null; // Use this for initialization public void TakePhoto() { Resolution cameraResolution = PhotoCapture.SupportedResolutions.OrderByDescending((res) => res.width * res.height).First(); targetTexture = new Texture2D(cameraResolution.width, cameraResolution.height); // Create a PhotoCapture object PhotoCapture.CreateAsync(false, delegate (PhotoCapture captureObject) { photoCaptureObject = captureObject; CameraParameters cameraParameters = new CameraParameters(); cameraParameters.hologramOpacity = 0.0f; cameraParameters.cameraResolutionWidth = cameraResolution.width; cameraParameters.cameraResolutionHeight = cameraResolution.height; cameraParameters.pixelFormat = CapturePixelFormat.BGRA32; // Activate the camera photoCaptureObject.StartPhotoModeAsync(cameraParameters, delegate (PhotoCapture.PhotoCaptureResult result) { // Take a picture photoCaptureObject.TakePhotoAsync(OnCapturedPhotoToMemory); }); }); } void OnCapturedPhotoToMemory(PhotoCapture.PhotoCaptureResult result, PhotoCaptureFrame photoCaptureFrame) { // Copy the raw image data into the target texture photoCaptureFrame.UploadImageDataToTexture(targetTexture); // Create a GameObject to which the texture can be applied GameObject quad = GameObject.CreatePrimitive(PrimitiveType.Quad); Renderer quadRenderer = quad.GetComponent<Renderer>() as Renderer; quadRenderer.material = new Material(Shader.Find("Custom/Unlit/UnlitTexture")); quad.transform.parent = this.transform; quad.transform.localPosition = new Vector3(0.0f, 0.0f, 3.0f); quadRenderer.material.SetTexture("_MainTex", targetTexture); // Deactivate the camera photoCaptureObject.StopPhotoModeAsync(OnStoppedPhotoMode); } void OnStoppedPhotoMode(PhotoCapture.PhotoCaptureResult result) { // Shutdown the photo capture resource photoCaptureObject.Dispose(); photoCaptureObject = null; } }FelixWaFeb 15, 2022Copper Contributor1.9KViews0likes0CommentsReal world object detection
Hi All, I hope this is the right place to ask this question. If it is not, please point me to the right location. Thanks. I have been asked to develop a HoloLens 2 healthcare application that should work as guide for patients on how to handle different devices for blood sugar measurements, insulin pumps etc. But I need some help/information for how to do this the best way. The HoloLens 2 application must be able to recognize the device (blood sugar measurement device) on the table, so that it can start telling what to do with it. Are you able to help me with this? Thank you in advanceClausThorApr 29, 2024Copper Contributor1.2KViews3likes13CommentsWifi Handoff Issues...
I am experiencing issues with a business application that has been developed for HoloLens. I am running the application over the wifi and the application needs to handoff between access points over a 200,000 sq. ft. area. When the handoff occurs the application isn't handling this correctly and I get an API timeout error when the wifi handoff occurs. Are there any recommended HoloLens, Network, or Application configuration settings or best practices that should be followed so that this doesn't happen or is handled more gracefully? Thanks.thejwc3Aug 16, 2022Copper Contributor1.1KViews0likes1Comment[LEARN] Remote Assist 101
Interested to learn more about D365 Remote Assist mixed reality and how it works? Check out this Microsoft Learn module primer here: https://docs.microsoft.com/en-us/learn/modules/remote-assist/1-introduction Want to watch video demos instead? Check out the Mixed Reality YouTube channel here: https://www.youtube.com/playlist?list=PLE8_akGzEn_z_qRTst3OFZf1fC8VIao8F ANYONE can get started on Mixed Reality - try it out for yourself today. Remote Assist is also available on mobile (if you don't have a HoloLens handy!); simply download the Microsoft Remote Assist app on iOS or Android and you're good to go!ShonaBangNov 16, 2020Former Employee931Views1like0CommentsGreetings & Rapid prototyping using PowerApps (Mixed Reality) + SPO API/Python + Solidworks & Dremel
Greetings all, hope you, family & friends are ok. Here's offering a small prayer for things to get better soon. Staying positive & continuing the monthly post. Here's a quick view of rapid prototyping, from CAD design to 3D printing/running a motor assembly: 1. Design components in CAD (Solidworks). 2. Import file into Power Apps & visualize, check form/fit with housing using the Mixed Reality feature. 3. 3D print (Dremel 3D45) & run system with PowerApps + SPOl API & Python coder (easy IOT). Kindly see LinkedIn post here: https://www.linkedin.com/posts/sanjiv-venkatram_aseansmsbizappsug-aseansmswomenintech-powerapps-activity-6800953732071874560-PfDtSanjiv_VenkatramJun 15, 2021Copper Contributor909Views0likes0Comments[WATCH] Dynamics 365 Remote Assist on HoloLens 2 in Pharma/BioTech
Hi all, we just published the MedLab Clinical D365 Remote Assist on HoloLens 2 customer webinar today! Register now to watch the on-demand webinar featuring Medlab Clinical CIO Ian Curtinsmith talk about their transformative journey in using mixed reality in pharma/biotech: https://info.microsoft.com/ww-landing-bringing-mixed-reality... This story is already making a splash in the media, so come discover how YOU can use mixed reality business applications like Remote Assist in your organization! Link to official Microsoft customer story: Microsoft Customer Story-Medlab Clinical prescribes mixed reality to speed time to market with Dynamics 365 Remote Assist on HoloLens 2 Media coverage: CIO Tech Asia: Conquering pandemic’s tyranny of distance with mixed reality - CIO Tech Asia IT Wire: iTWire - Medlab selects Microsoft Dynamics remote assist for pandemic lab work Microsoft Australia News Center: Medlab Clinical conquers pandemic’s tyranny of distance with mixed reality – Microsoft Australia News Centre #MixedReality #HealthcareTech #PharmaTechShonaBangApr 19, 2021Former Employee872Views0likes0Comments
Resources
Tags
- MRTK Unity2 Topics
- unity3d2 Topics
- HoloLens 21 Topic
- webcam1 Topic
- Capture1 Topic
- Unity1 Topic
- licences1 Topic
- powerpoint1 Topic
- presenter view1 Topic