EnoxSoftware / HoloLensWithOpenCVForUnityExample

HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
MIT License
262 stars 50 forks source link

OpenCV arUco ecample with HoLolens2 #55

Open medhavikamran4 opened 10 months ago

medhavikamran4 commented 10 months ago

Hi, I have uploaded all the examples and files associated with this OpenCVWithHoloLens project However I am interested in working only with the arUco marker detection example. So when I made settings for my project and tried to detect markers with my computer system web cam, the project worked absolutely fine. But when I am deploying the same solution to HoLolens, it is not detecting the game object, could you please help? do I need to change anything in the main script "HL arUco example" ?? which scripts are important for just detecting arUco marker for my game object which in this case is just a sphere? what procedure should I follow in unity to work only with this example?

Msx00 commented 1 month ago

Hi, Have you solved the problem? Can you share your experimence?

medhavikamran4 commented 1 month ago

I have not been able to solve the problem yet. It was too difficult to detect Aruco Markers through HoloLens because I did not find any references for working with HoloLens using OpenCV.

Msx00 commented 1 month ago

Thanks, maybe the error occured in HoloLens2 camera startup process. The code maybe can only be used on HoloLens1.

Msx00 commented 3 weeks ago

hi bro, I had solved the problem; If you still want to use opencv handle HoloLens2 RGB cam streaming, you can refer to this url"http://t.csdnimg.cn/5ROPM", Hope can help you