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

Is there any bindings for detectionImages from ARkit? #153

Closed
gregtap opened this issue Feb 21, 2018 · 3 comments
Closed

Is there any bindings for detectionImages from ARkit? #153

gregtap opened this issue Feb 21, 2018 · 3 comments

Comments

@gregtap
Copy link

gregtap commented Feb 21, 2018

https://developer.apple.com/documentation/arkit/arworldtrackingconfiguration/2941063-detectionimages

The idea would be to use flash cards as anchor points to spawn 3d model.

@macrozone
Copy link
Collaborator

not yet, but should be easy to do:

  • bridge this property detectionImages from JS world to ios (its basically an array of strings with the paths to the image assets)
  • then we should receive theses nodes in renderer didAddNode and didUpdateNode, they have a new type ARImageAnchor
  • handle this new type ARImageAnchor there and call onPlaneDetected, or better a new onFeatureDetected or onImageDetected callback

This is actually not that hard and would be a cool Feature to contribute to. PRs would be very welcome!
I don't know when i have time to do it, but it should be doable in 2-3hours.

We could also add support for VerticalPlanes in the same iteration

see also #124

@macrozone
Copy link
Collaborator

It‘s coming: #155

@macrozone
Copy link
Collaborator

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

2 participants