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

issue with setTrackerOptionInt() #16

Open
kalwalt opened this issue Aug 23, 2019 · 0 comments
Open

issue with setTrackerOptionInt() #16

kalwalt opened this issue Aug 23, 2019 · 0 comments
Assignees
Labels
bug Something isn't working High priority !! High priority issue! javascript All about javascript related issues

Comments

@kalwalt
Copy link
Collaborator

kalwalt commented Aug 23, 2019

while developing this feature #15 and trying to set setThreshold(value) i get this error:

TypeError: Cannot convert "[object Object]" to int
    at Object.toWireType (artoolkitx.js:6)
    at Object.setTrackerOptionInt (eval at new_ (artoolkitx.js:6), <anonymous>:7:26)
    at ARController.setThreshold (artoolkitX.api.js:521)
    at simple_image.html:37
    at Object.Module.onRuntimeInitialized (artoolkitx.js:6)
    at doRun (artoolkitx.js:6)
    at run (artoolkitx.js:6)
    at runCaller (artoolkitx.js:6)
    at removeRunDependency (artoolkitx.js:6)
    at receiveInstance (artoolkitx.js:6)

i fixed this error in setThreshold() but we need to check if other part of artoolkitX.api.js is affected by this issue.
I will list here other possible functions affected by it.

@kalwalt kalwalt added bug Something isn't working javascript All about javascript related issues High priority !! High priority issue! labels Aug 23, 2019
@kalwalt kalwalt self-assigned this Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High priority !! High priority issue! javascript All about javascript related issues
Projects
None yet
Development

No branches or pull requests

1 participant