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

Linux Raspberry Pi 3 (Ubuntu) #1

Closed
samelie opened this issue Apr 12, 2017 · 2 comments
Closed

Linux Raspberry Pi 3 (Ubuntu) #1

samelie opened this issue Apr 12, 2017 · 2 comments

Comments

@samelie
Copy link

samelie commented Apr 12, 2017

Hi, thanks for your efforts.

I have opencv 2.4.13 installed.
First I had to run npm config set unsafe-perm true then install node-gyp

When I run make server I get this error.

/home/pi/github/nodecv-server/node_modules/bindings/bindings.js:83
        throw e
        ^
Error: libopencv_nonfree.so.2.4: cannot open shared object file: No such file or directory

Are you generating this file? Any ideas what to do?

@xudafeng
Copy link
Member

xudafeng commented Apr 13, 2017

@samelie

Missing dynamic-link library file?

try this:

$ ldconfig

https://github.com/xudafeng/nodecv/blob/master/Dockerfile

@samelie
Copy link
Author

samelie commented Apr 13, 2017

@xudafeng Excellent! Your demo works. Nice! Learning more about what's going on under the hood.
This opencv RP3 install guide worked just fine.
You should also build ffmpeg from source before.

@samelie samelie closed this as completed Apr 13, 2017
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