ニュース

ラズパイでカメラを使ったプロジェクトに挑戦しようと、画像処理のサンプルコードを動かしてみたら、import cv2の一行目でいきなりエラーが…。 『ModuleNotFoundError: No module named 'cv2'』と表示され、先に進めなくて困った経験はありませんか?
Description What steps will reproduce the problem? Since I updated the cv2 library to version 4.8.1, I am unable to run my code in Spyder that utilizes this library. When attempting to execute the ...
I have installed OpenCV from source. I can import it in Spyder editor, and run object detection models using cmd windows. I want to create an exe file from my python code. Initially, I got config.py ...