Skip to content

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

@maryjoohn

Description

@maryjoohn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions