Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satakagi authored Aug 11, 2024
1 parent 6d2c87d commit deef9bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pizero/src/esm-examples/gpio-camera/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
* sudo raspi-config
* Interface Option ⇒ P1 Legacy Camera ⇒ <はい> ⇒ <了解> ⇒ <Finish> (カーソルキーとEnterキーとTABキーで操作)
* 参考:[この情報を参考に](https://www.rs-online.com/designspark/raspberry-pi-camera-jp)
* カメラ単体テスト
* vcgencmd get_camera
* 出力:supported=1 detected=1
* raspistill -v -o test.jpg
* 出力:カメラの情報、画像ファイル保存
* cd ~/myApp
* npm install pi-camera-connect

Expand Down

0 comments on commit deef9bf

Please sign in to comment.