artoolkitx / arunityx

artoolkitX for Unity, providing high-performance video acquisition, marker and texture tracking and full Unity Editor support
https://www.artoolkitx.org/
Other
41 stars 22 forks source link

How to build ARX.dll file locally on windows #104

Closed Heyn1999 closed 2 months ago

Heyn1999 commented 4 months ago

I found that the sample works when I use a webcam, but Unity crashes when I use a local camera. I think this may be caused by me not building the ARX.dll file locally, how do I go about doing this

philip-lamb commented 4 months ago

You'll need wsl or git-bash installed (git-bash is the terminal environment provided by git for Windows). From a bash shell:

cd dev
./build.sh --dev windows
Heyn1999 commented 3 months ago

Hello author, first of all I have to say that artoolkit is a particularly excellent augmented reality tool. Not long ago I tried to use artoolkit and unity to complete an AR chess project, but I couldn't solve the problem of identifying multiple identical chess pieces at the same time. Later, I chose to use the current artoolkitx to try to solve this problem, because I noticed that you have an option for 2Dmarker in ARXController, but this function was not available after I tried it. I would like to ask if you have left the corresponding function in the code? In addition, I am very interested in artoolkitx, but there are few relevant learning materials. I would like to ask if you can provide me with some information so that I can understand how artoolkitx performs feature extraction and template matching.