artoolkit5
artoolkit5 copied to clipboard
ARToolKit v5.x
Instead of providing my camera parameters as an argument in the command line like --cpara " " , I would like to fix it in the code. Any idea where...
the documentation ([current README](https://github.com/artoolkit/ARToolKit5/blob/5bf0b671ff16ead527b9b892e6aeb1a2771f97be/README.md#L59-L61)) says, to run this command: ```bash cd ~/SDKs/ARToolKit5/ ./share/artoolkit5-setenv ``` i think this information is incomplete: after running the script you cannot use ARToolKit right away:...
https://github.com/godotengine/godot https://github.com/nyatla/NyARToolkitCS Could you create two repositories? One for Godot and one for Csharp on monodevelop win and linux.
i just tried this example on linux using my laptop webcam on a xps13 9380, and it doesnt do any tracking. however when trying the asm examples using jsartoolkit5, the...
Hi all, I'm trying to port ofxArtool5 with NFT tracking with openFrameworks. Everything works very well under Mac OS but I'm having several issues with NFT tracking under linux systems....
Hello guys, i want to test the ARMovie example on arm64-v8a devices. However, there are some errors in the project. D:/code/artoolkit5src/artoolkit5-master/AndroidStudioProjects/ARMovieProj/aRMovi e/src/main/jni/ARMovie.cpp:370:26: error: use of undeclared identifier 'AR_VIDEO_PARAM_ANDROID_WIDTH' ar2VideoSetParami(gVid, AR_VIDEO_PARAM_ANDROID_WIDTH,...
Well like the title said, im trying tu run simpleLite example, but if i press 'd' to look into the threshold image it is allways the same, only catch the...
This time I built the ARToolKit5-bin-util with win32 in release mode. (I wonder why there are errors in x64?) The whole solution could be successfully built but when I ran...
Project ARvideo is a dependent project to project ARWrapper. There are two libjpeg.lib in win64-x64 and win32-i386 folder. Also I made one by my own through source jpeg-6b. First I...