webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
220 stars 54 forks source link

Detection speed #251

Open th-ink opened 2 years ago

th-ink commented 2 years ago

Hey! First of all, thanks for this library and the NFT detection stability. I've come here after finding about this project in official ar.js github issue tracker.
After doing some tests with the provided examples ("arNFT_initialize_raw_example.html"), I was wondering is it possible to somehow speed up the detaction rate so that on the device movement the AR content gets to the correct position quicker? At the moment it seems that it needs few seconds to move to the correct place. Not sure if this is possible or not..

Thanks!

kalwalt commented 2 years ago

Hi @th-ink welcome to WebARKit, i have no so much free time, i will answer when i can. Because there Is no simple answer... 🙂

jknppp commented 1 year ago

Hello, I have a similar question, can we reduce the sliding time to the expected 3d position? I looked at your code but I can't find the place to set the sliding speed. thanks for your work!