Skip to content

Instantly share code, notes, and snippets.

@akashjobanputra
Last active October 4, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akashjobanputra/8dc0c4d7a96ffc72ac7885123f53f7e6 to your computer and use it in GitHub Desktop.
Save akashjobanputra/8dc0c4d7a96ffc72ac7885123f53f7e6 to your computer and use it in GitHub Desktop.
Opencv 3.1.0 in Raspberry Pi3 .deb and requirements from apt

Installing OpenCV 3.1 on Raspbian Jessie (RPi3 - easy way)

Installation

  • Run the following commands
    -$ sudo apt install $(cat cv2_requirements_apt.txt)
    -$ sudo ldconfig
    -$ sudo dpkg -i opencv_3.1.0_armhf.deb
libhdf5-dev libhdf5-serial-dev build-essential git cmake pkg-config libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev libavcodec-dev libavformat-dev libswscale-dev libv4l-dev libxvidcore-dev libx264-dev libpango1.0-dev libcario2-dev libgdk-pixbuf2.0-dev libgtk2.0-dev libatlas-base-dev gfortran python2.7-dev python3-dev python-pip python3-pip libhdf5-dev libhdf5-serial-dev libprotobuf-dev
This file has been truncated, but you can view the full file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment