You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
});
The text was updated successfully, but these errors were encountered:
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')
});
The text was updated successfully, but these errors were encountered: