Skip to content

Instantly share code, notes, and snippets.

@vinceallenvince
Created January 19, 2016 04:01
Show Gist options
  • Select an option

  • Save vinceallenvince/9aa8a2b53e907e33e75f to your computer and use it in GitHub Desktop.

Select an option

Save vinceallenvince/9aa8a2b53e907e33e75f to your computer and use it in GitHub Desktop.
Install opencv on RPi
Follow these instructions.
http://robertcastle.com/2014/02/installing-opencv-on-a-raspberry-pi/
Configure shared libraries
http://stackoverflow.com/questions/12335848/opencv-program-compile-error-libopencv-core-so-2-4-cannot-open-shared-object-f
Add `pkg-config opencv --cflags --libs` to your compile command
http://stackoverflow.com/questions/7816607/opencv-2-3-compiling-issue-undefined-refence-ubuntu-11-10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment