0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberry Piに接続したカメラをコマンドラインでセットアップ

Last updated at Posted at 2021-01-14

概要

Raspberry Piに接続したカメラをコマンドラインでセットアップする方法について記載します。

手順

有効化

  1. カメラを有効化する。

    sudo raspi-config nonint do_camera 0
    
  2. リブートする。

    sudo reboot
    

無効化

  1. カメラを無効化する。

    sudo raspi-config nonint do_camera 1
    
  2. リブートする。

    sudo reboot
    

確認方法

  1. 接続されているカメラが有効か確認する。

    raspi-config nonint get_camera
    
  • カメラが有効な場合

    0
    
  • カメラが無効な場合

    1
    
0
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?