GithubHelp home page GithubHelp logo

raspberry_opencv's People

raspberry_opencv's Issues

라즈베리파이3(라즈비안)와 Opencv 2.4.9 연동시 설치 오류발생

라즈베리파이3(라즈비안)와 Opencv 2.4.9 연동시 오류가 발생함

#설치과정
sudo apt-get install libopencv-dev # C/C++ 라이브러리
sudo apt-get install python-opencv # 파이썬 패키지

sudo apt-get update # 패키지 정보갱신
sudo apt-get upgrade

wget http://github.com/Itseez/opencv/archive/2.4.9.zip # opencv(2.4.9) 라이브러리 다운
unzip 2.4.9.zip
cd opencv-2.4.9
mkdir build
cd build

sudo apt-get install libv4l-dev libgtk2.0-dev # 카메라 입력 및 그래픽 출력관련 패키지

sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev # 비디오(동영상) 입력관련 패키지

sudo apt-get install python2.7-dev python-numpy # 파이썬 2.7 관련 패키지

cmake -DCMAKE_BUILD_TYPE=Release -DINSTALL_C_EXAMPLES=ON-DINSTALL_PYTHON_EXAMPLES=ON -DBUILD_EXAMPLES=ON ..

make -j4 <-- ffmpeg 관련 error 발생

sudo make install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.