jsartoolkit5 icon indicating copy to clipboard operation
jsartoolkit5 copied to clipboard

Barcode recognition and No matter what picture is placed, the idMatrix in the result is 0?

Open maryjoohn opened this issue 4 years ago • 0 comments

const cameraPara = new ARCameraParam('./camera_para.dat',function(){ const arController = new ARController(window.innerWidth, window.innerHeight, cameraPara); arController.addEventListener('getMarker', function (ev) { console.log('found marker?', ev);//No matter what picture is placed, the idMatrix in the result is 0? }); arController.process(v1);

},function(){ console.log('error') });

maryjoohn avatar Mar 15 '21 06:03 maryjoohn