Problème :
La dernière version d’opencv ne semble pas fonctionner sous python et raspberry (avec pip3 install opencv-python) :
Solution :
Installer la version 3.4.6.27 est une solution
Dans un terminal :
sudo apt-get install python-opencv
pip3 install opencv-python==3.4.6.27
sudo apt install libqt4-test
sudo apt-get install libhdf5-dev
sudo apt-get install libhdf5-serial-dev
sudo apt-get install libatlas-base-dev
sudo apt-get install libjasper-dev
sudo apt-get install libqtgui4
Test :