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.

Windows10 Python 3.8.3でOpenCVを使うためのメモ。

Last updated at Posted at 2020-05-18

Windows10 Python 3.8.3でOpenCVを使うためのメモ。

image.png

pip install opencv-python を打つ。

Installing collected packages: numpy, opencv-python
Successfully installed numpy-1.18.4 opencv-python-4.2.0.34

入ったみたいです。

あらかじめ書いておいたPCカメラから撮影するスクリプト(省略)を起動して確認します。

python C:\python\cvtest.py

image.png

はい、テレワークで子供たちのおもちゃになったデッサン人形君が撮影できました。
大丈夫みたいです。

以上。

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?