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

Detecting real world barriers #9

Open
laurenweinstein1 opened this issue Jun 24, 2018 · 7 comments
Open

Detecting real world barriers #9

laurenweinstein1 opened this issue Jun 24, 2018 · 7 comments

Comments

@laurenweinstein1
Copy link

laurenweinstein1 commented Jun 24, 2018

Is there a practical method to use signals or cues from the camera to detect and warn (audibly or visually or both) of real world barriers or other hazards -- e.g. walls or other obstacles?

@ChristophGeske
Copy link
Owner

That's a fantastic idea and I started working on it yesterday. By measuring the distance between detected feature point and head position it should be possible to only show the boundary when coming to close to an object.

@laurenweinstein1
Copy link
Author

Excellent! Thanks!

@ChristophGeske
Copy link
Owner

I added a kind a boundary system that can be turned on with the press of the index finger trigger button.
I did not use the distance to barriers for enabling the boundary detection and instead gave the user the power to turn the feature on and of manually giving him more control.

It's a very simple solution as a first step and there is much that could be improved. For example the point cloud could be stored for longer (right now it only displays the currently detected feature points in the surrounding)

@laurenweinstein1
Copy link
Author

Will try this ASAP. Thanks!

@ChristophGeske ChristophGeske added the enhancement New feature or request label Jul 10, 2018
@Heath123
Copy link

Could you make it work on the Cardboard version and show detected walls, and also only show when you get close to it? I think that would improve it.

@Heath123
Copy link

Maybe making the points bigger too would help.

@ChristophGeske
Copy link
Owner

ChristophGeske commented Nov 30, 2018

In this unity talk a good solution is presented which I will try to use for improving the boundary detection. https://www.youtube.com/watch?v=jD1gBuVRtZs
@Heath123 your suggestion to show the detected walls only when you get close is good I think that's the way to go and I have some ideas already. Thanks for the suggestion.

@ChristophGeske ChristophGeske added feature request and removed enhancement New feature or request labels Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants