ラズパイの純正カメラモジュールが動かなくて困った話
使用機材
raspberrypi3
赤外線カメラモジュール camera v2.1
問題点
ラズパイの純正カメラモジュールを正確に挿して、raspi-configでカメラモジュールを有効にしたのに以下のエラーが出て動きませんでした…
mmal: camera component couldn’t be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
色々調べて動くようになったのでメモ
解決方法
まず、以下のコマンドを実行して再起動する。
sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
私の場合、それでも動かなかったため、以下のコマンドを実行して再起動。
sudo apt-get install --reinstall libraspberrypi0 libraspberrypi-{bin,dev,doc} raspberrypi-bootloader
sudo reboot
これやったらうまくいった。
Author And Source
この問題について(ラズパイの純正カメラモジュールが動かなくて困った話), 我々は、より多くの情報をここで見つけました https://qiita.com/t764ew/items/6de87ba07de0ab34f8c0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .