Can the ARUnityX package (or another part of ARToolkitX) recognize/track 3D targets by any means (in builds for Android/iOS)?
If not, can the current software generate and track a 3D point cloud / feature set from 2D input? (easier said than done, I'm aware
How do the scripts store a 2D target pattern and its real-time recognized/tracked features? I would check this myself but can't get the Unity Editor to run the example scenes-- (ARX.dll missing; I commented on forum https://github.com/artoolkitx/arunityx/issues/13 )
3D model
-
- Posts:8
- Joined:Wed Nov 29, 2017 2:24 am
Re: 3D model
artoolkitX doesn't at present support 3D model tracking, except through the very limited use case of attaching square markers to 3D object surfaces, e.g. faces of a cube or other shape.
2D feature sets: there are currently two tracking engines which provide this. The newest of these generates the feature sets on the fly from a JPEG input, although you can serialise the state of the tracker and reload it later. The older 2D tracker stores image and feature sets offline. See the tool genTexData for its function.
2D feature sets: there are currently two tracking engines which provide this. The newest of these generates the feature sets on the fly from a JPEG input, although you can serialise the state of the tracker and reload it later. The older 2D tracker stores image and feature sets offline. See the tool genTexData for its function.
-
- Posts:3
- Joined:Tue Mar 12, 2019 6:55 pm
Re: 3D model
Hi Philip--
Thanks for reply. I will look into a 3D model/target representation for use with the ARCamera.
Let me know if you know anyone who might want to collaborate on this!
Also, I still can't find ARX.dll for Unity/windows. In fact, the x86_64 folder is missing under Assets/Plugins. Is there an older build that has all of the necessary libraries?
Thanks,
--Marc
Thanks for reply. I will look into a 3D model/target representation for use with the ARCamera.
Let me know if you know anyone who might want to collaborate on this!
Also, I still can't find ARX.dll for Unity/windows. In fact, the x86_64 folder is missing under Assets/Plugins. Is there an older build that has all of the necessary libraries?
Thanks,
--Marc
-
- Posts:8
- Joined:Wed Nov 29, 2017 2:24 am
Re: 3D model
Hi, you can grab ARX.dll from any artoolkitX for Windows release build. Go to http://www.artoolkitx.org/docs/downloads/, download the lastest Windows build, and grab ARX.dll from the folder `SDK\bin` in the downloaded package.
-
- Posts:3
- Joined:Tue Mar 12, 2019 6:55 pm
Re: 3D model
Thanks, I downloaded artoolkitX.for.Windows.v1.0, and imported the asset ARX.dll (placed in Assets/artoolkitX-Unity/), but according to this runtime error and others like it, the DLL is not found:
DllNotFoundException: Assets/artoolkitX-Unity/ARX.dll
PluginFunctionsARX.arwInitialiseAR (Int32 pattSize, Int32 pattCountMax) (at Assets/artoolkitX-Unity/Scripts/PluginFunctionsARX.cs:102)
ARController.InitializeAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:400)
ARController.StartAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:575)
ARController.UpdateAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:748)
ARController.Update () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:474)
Any precedent/dependent DLLs to load there, or other placement/script changes needed?
Best,
--Marc
DllNotFoundException: Assets/artoolkitX-Unity/ARX.dll
PluginFunctionsARX.arwInitialiseAR (Int32 pattSize, Int32 pattCountMax) (at Assets/artoolkitX-Unity/Scripts/PluginFunctionsARX.cs:102)
ARController.InitializeAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:400)
ARController.StartAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:575)
ARController.UpdateAR () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:748)
ARController.Update () (at Assets/artoolkitX-Unity/Scripts/ARController.cs:474)
Any precedent/dependent DLLs to load there, or other placement/script changes needed?
Best,
--Marc
Re: 3D model
Hello,
Do you have an update for the DLL issue? I am using Unity and Windows.
Thank you,
Sis Moon
Do you have an update for the DLL issue? I am using Unity and Windows.
Thank you,
Sis Moon
Re: 3D model
Hello, I'm trying to create a new topic but there are issues on the forum itself...
And the whole thing seems dead
However I would need to know if someone has a copy of the c/c++ source for the ARToolKit v6.
If someone reads this thanks in advance
And the whole thing seems dead
However I would need to know if someone has a copy of the c/c++ source for the ARToolKit v6.
If someone reads this thanks in advance