0
0

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 1 year has passed since last update.

Raspberry pi へOpenCVのインストール

Last updated at Posted at 2022-04-03

OpenCVをインストールしようとしてうまくいかなかったので、OSのクリーンインストールから再挑戦したので、そのメモとして残しておきます。

インストールしたのは、bullseye(32bit版 DeskTop1)です。Raspberry Pi Imager v1.7.1でイメージを書き込み、ラズパイにSDカードを挿して、起動。初期設定とアップデートをまずやって、キーボードとマウスをまず片付けたいので、VNCを有効にしました。

VNCを有効にしても、HDMIケーブルを挿して、モニターをつけておかないと、ノートPCに画面が来ないので/boot/config.txtを書き換えます。

# uncomment if hdmi display is not detected and composite is being output
# hdmi_force_hotplug=1

この部分をuncommentすることで、VNCで繋がります。ただし、解像度は低いです。現時点で、この解像度を上げる方法が分かりません。

# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1

それは置いておいて、早速OpenCVのインストールをしてみます。
そぞらさんのブログを参考にしました。

しかし、エラーが出て、インストールが成功しません。numpyが文句を言っているようです。
そこで、文句で検索したら

こちらの記事で、numpyをインストールし直したらエラーが出なくなりました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?