Forum Discussion
BartP0204
Mar 31, 2021Copper Contributor
Image Processing or Video processing with OpenCV + Unity
Hello I am a student from Belgium and I 'm doing my thesis with a hololens2. I have to make an application on the hololens for bad sighted people. To do that, I have used the free OpenCV package w...
Roman5828
Jun 26, 2023Copper Contributor
HelloBartP0204
It's great to hear that you're working on an application for visually impaired people using Hololens 2 and OpenCV with Unity. While I don't have an exact example program that combines OpenCV with MRTK specifically for the Hololens 2, I can provide you with some general guidance on using them together.
To integrate OpenCV with MRTK in Unity for Hololens 2, you can follow these steps:
- Import the MRTK package into your Unity project.
- Import the OpenCV package or plugin into your Unity project. You can find the OpenCV for Unity package on the Unity Asset Store or use a compatible plugin.
- Set up your scene with the necessary MRTK components, such as the MRTK camera rig and input system.
- Write your OpenCV code to perform image or video processing tasks. You can access camera feeds from the Hololens 2 through MRTK.
- Combine the outputs of OpenCV with MRTK functionality to create your desired application features, such as object recognition, text extraction, or scene augmentation.
Remember to refer to the documentation and resources provided by the MRTK and OpenCV for Unity to understand their specific functionalities and how to integrate them effectively.
Best of luck with your thesis and the development of your application!
Find informations: howwmuch.net