Skip to content

Instantly share code, notes, and snippets.

@kirinsannnnnnnnnn
Last active September 24, 2018 16:11
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 kirinsannnnnnnnnn/d4983708905abad3aca5751d145bd3cf to your computer and use it in GitHub Desktop.
Save kirinsannnnnnnnnn/d4983708905abad3aca5751d145bd3cf to your computer and use it in GitHub Desktop.
  • ラズパイでまずはじめに以下をやる
    • openCV, python, picameraのインストール、カメラの有効化、設定の反映のための再起動
# 参考: https://uepon.hatenadiary.com/entry/2018/02/12/113432
wget https://github.com/mt08xx/files/raw/master/opencv-rpi/libopencv3_3.4.0-20180115.1_armhf.deb
sudo apt install -y ./libopencv3_3.4.0-20180115.1_armhf.deb
sudo ldconfig
# 参考: https://qiita.com/mt08/items/e8e8e728cf106ac83218
pip3 install picamera
sudo raspi-config # 5 Interfacing Options > 1 camera でカメラを使用可能にしておく
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment