HoloLensARToolKit icon indicating copy to clipboard operation
HoloLensARToolKit copied to clipboard

Support of NFT (Natural Feature Tracking)

Open qian256 opened this issue 8 years ago • 5 comments

qian256 avatar Feb 27 '17 15:02 qian256

Hey I need this feature and want to implement it. Could you hint me in the direction how this can be done?

janholo avatar Apr 03 '18 10:04 janholo

Hi @janholo , thanks for your interest! The NFT needs to involve some other dependencies. I think the direction is similar with the current setup:

  1. Build original ARToolKit libraries for UWP, excluding the video IO part.
  2. Create a wrapper or modify on current wrapper: ARToolKitUWP folder in my repo, to expose function calls for creating NFT marker, and expose the option to specify NFT tracking instead of barcode or pattern tracking.
  3. Modify the unity package so that user can specify options for NFT
  4. A sample scene to demo it.

qian256 avatar Apr 03 '18 17:04 qian256

Hi @qian256, first of all thanks a ton for the great job on porting ARToolkit 5 to HoloLens 1 & 2!

Finally, following your precious tips, I've been able to add the NFT support to your project! Last week I tried to reach you at your public email to inform you, but with no luck. I forked this project and created a new branch named "nft_detection". Next monday I'll create a pull request and provide you with all the required details. Thanks again!

actarus1975 avatar Jun 12 '21 22:06 actarus1975

@actarus1975 wow that's fantastic! Looking forward for the pull request!

qian256 avatar Jun 13 '21 02:06 qian256

Hey @qian256, the pull request is ready if you need it!

actarus1975 avatar Jun 16 '21 13:06 actarus1975