LoginSignup
1
1

More than 5 years have passed since last update.

Raspberry Pi で OpenCV(失敗編)

Last updated at Posted at 2016-05-25

これは、失敗したことを書き留めたものである。
失敗(ブートできなくなった)した原因は不明
後日、リベンジ予定

環境

  • Raspberry Pi 2 Model B
  • SDカード 16GB(Class10)
$ cat /etc/debian_version
8.0
$ cat /etc/issue
Raspbian GNU/Linux 8 \n \l

python はインストールされている

$ python
Python 2.7.9 (default, Mar  8 2015, 00:52:26)
[GCC 4.9.2] on linux2

OpenCV のインストール

$ sudo apt-get update
$ sudo apt-get install libopencv-dev

インストールに 10 分程度かかった

$ sudo apt-get install python-opencv

OpenGL API

$ sudo apt-get install libgl1-mesa-dri
$ sudo reboot

ブートできなくなった

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1