Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i use this code in Hololens2? #9

Open
euijaebilly opened this issue Sep 24, 2021 · 3 comments
Open

how can i use this code in Hololens2? #9

euijaebilly opened this issue Sep 24, 2021 · 3 comments

Comments

@euijaebilly
Copy link

First of all, thank you for your hard work.

my project is creating a 3D model on a specific color area as some kind of marker.

Basically it works like a point cloud that transformed a specific pixel area of color range in a color image into spatial coordinates.

In my opinion, It's a necessary process that pixel-by-pixel mapping between color and depth images, for this project.

So your code is a very good reference to me, but I don't know how to apply it in hololens2 .

https://github.com/petergu684/HoloLens2-ResearchMode-Unity

Apart from this, I am trying to translate a python script in the official repo of the link to c++, for frame-by-frame processing.

can you help me?

@A00107408
Copy link

@euijaebilly

I have used this project with HL2:

https://github.com/EnoxSoftware/HoloLensWithOpenCVForUnityExample/issues

It allows access to video camera feed.

@euijaebilly
Copy link
Author

@euijaebilly

I have used this project with HL2:

https://github.com/EnoxSoftware/HoloLensWithOpenCVForUnityExample/issues

It allows access to video camera feed.

I already can access and save each data(color and depth).
i have to made RGB-D data with them, but can't align them on device.
The repo of the link that I posted, there's some Python script what i want.
but this is a method of using saved files.
moreover. must be license free......

What I need is to make the depth data displayed as a curved surface into a flat image, and find a region within it that matches the color image.

@rgm-22
Copy link

rgm-22 commented Dec 17, 2022

Hi @euijaebilly!

Did you succeed with this repo and the HoloLens 2?

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants