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

Error with libueye_api 4.82.02-6 : #2

Open
lionep opened this issue Jun 22, 2017 · 1 comment
Open

Error with libueye_api 4.82.02-6 : #2

lionep opened this issue Jun 22, 2017 · 1 comment

Comments

@lionep
Copy link

lionep commented Jun 22, 2017

On camera.init() call, I have this error :

/home/user/video-capture-ueye/node_modules/ffi/lib/dynamic_library.js:112
    throw new Error('Dynamic Symbol Retrieval Error: ' + this.error())
    ^

Error: Dynamic Symbol Retrieval Error: /usr/lib/libueye_api.so: undefined symbol: fx_Calibrate
    at DynamicLibrary.get (/home/user/video-capture-ueye/node_modules/ffi/lib/dynamic_library.js:112:11)
    at /home/user/video-capture-ueye/node_modules/ffi/lib/library.js:50:19
    at Array.forEach (native)
    at new Library (/home/user/video-capture-ueye/node_modules/ffi/lib/library.js:47:28)
    at Object.<anonymous> (/home/user/video-capture-ueye/node_modules/ueye/lib/binding.js:82:19)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)

With which version of libueye api your module work ?

Thanks

@beno54
Copy link

beno54 commented Oct 22, 2018

Hello,
i've received the same error by doing the same thing than lionep.

I've corrected this by removing the lines relating to the "fx_Calibrate" in the binding.js. But is it a good solution ?

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

2 participants