Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maryjoohn opened this issue Mar 15, 2021 · 0 comments

Comments

@maryjoohn
Copy link

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')
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant