jsartoolkit5
jsartoolkit5 copied to clipboard
Javascript ARToolKit v5.x
**Issue by [jensarps](https://github.com/jensarps)** _Wednesday Mar 16, 2016 at 11:38 GMT_ _Originally opened as https://github.com/artoolkit/jsartoolkit5/issues/18_ ---- As the camera param file seems to contain vital data regarding input aspect ration and...
This is the actual error shown in the console: artoolkit.api.js:1670 Uncaught ReferenceError: FS is not defined at writeByteArrayToFS (artoolkit.api.js:1670) at XMLHttpRequest.oReq.onload (artoolkit.api.js:1689) It points to this function in artoolkit.api.js: function...
I've been playing with AR.js a bit which is built off of this for WebGL. I am currently trying to get a qr code to double as a marker for...
I modified the 'threejs_from_scratch' example to use a 3/4 ratio video source, the 3D object gets stretched and dosen't attach to the marker correctly anymore. as you can see it...
Hello, Is there any documentation relative to the generation of the barcode markers? I want to make a simple tool that generates the barcode images based on the type (currently...
Hey there, firstly thanks for your great library and hard work it's really appreciated. I've been writing a little library that tries to bring together jartoolkit and ar.js under one...
I have been struggling between typescript and jsartoolkit5 for serveral days I'm using webpack to bundle them. typescript version: 3.2.2 inside webpack.config.js, I set an alias for lib ``` resolve:...
Hi, I tried to use jasartoolkit5 to detect matrix markers. And I experienced some strange displacement of the detected marker. The displacement gets stronger if the marker is away from...
Hi Have you though about making the library available thru a CDN, such as cdnjs or similar. It may be nice for people to have a stable URL from which...