Raspberry Pi でカメラを認識しない時
Raspberry Pi Camra Module V2 を買って、ウキウキしながら早速 Raspberry Pi 3B に接続
code:shell
$ vcgencmd get_camera
supported=0 detected=0
詰まるところ、認識できていない。
おぼろげな記憶から、カメラのIOが有効化されていないのでは?と思い出す。
$ sudo raspi-config
5 Interfacing Options Configure connections to peripheralsを選択、
P1 Camera Enable/Disable connection to the Raspberry Pi Cameraを選択、
Would you like the camera interface to be enabled?でYES/はいを選択。
再起動するかと聞かれるので、再起動する。
再起動すると、
code:shell
$ vcgencmd get_camera
supported=1 detected=1
認識した!
めでたしめでたし