PiCameraモジュールのインストール

2019/08/12

Raspbian10.0,Python2.7.16,picamera1.13

sudo apt-get update
sudo apt-get install python-picamera


python3の場合は

sudo apt-get install python3-picamera