Raul Portales
Raul Portales
This library is a very thin layer to connect ARToolkit with jPCT, so support for fbx friends on jPCT. This library is also quite old, you may want to take...
I'm afraid that issue is internal to ARToolkit and the library does is not maintained anymore. I'll try to take a look at it, but I'm not optimistic. On Wed,...
The NASA logo does not have a lot of features, it is not a great choice of a marker. The model is quite large and tall, the shaking is way...
It is not a miscalculation mistake as "the math is wrong"; it is due to jitter and image resolution quality + lack of features. The algorithm can not detect the...
Thanks for the heads up! The library is a very thin layer on top of ARToolkit and I am afraid that part in particular may be in the compiled NDK...
So, quick review. The initialization of the camera happens here: https://github.com/plattysoft/ArToolKitJpctBaseLib/blob/d53476ec5ae3ff52fec59103fc4eadef87223705/ArJpctBaseLib/src/main/java/org/artoolkit/ar/base/ARActivity.java#L294 There is a path to a camera params. That call goes straight into the NDK, so AFAIK, if the...
local.properties is a file generated by AndroidStudio when you import the project. As the name local.properties indicates, it contains properties that are particular of the local machine, therefore it is...
What do you mean by not running? Can you describe the behaviour you are getting in more detail?
it sounds like it is missing camera permission, I recall the examples were compiled against something pre-marshmallow, but if the targetSDK has changed I don't thin dynamic permission requests have...
maybe it has a different compileSDK, so, you can check if enabling the camera permission in settings makes it work.