Raspberry Pi/OpenCV: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „== precompiled == <pre> sudo apt-get update sudo apt-get install python3-opencv sudo apt-get install libqt4-test python3-sip python3-pyqt5 libqtgui4 libjasper-…“)
 
mNo edit summary
Line 9: Line 9:
sudo modprobe bcm2835-v4l2
sudo modprobe bcm2835-v4l2
</pre>
</pre>
== Links ==
* https://www.pyimagesearch.com/2019/09/16/install-opencv-4-on-raspberry-pi-4-and-raspbian-buster/
* https://core-electronics.com.au/tutorials/raspberry-pi/QR-codes-raspberry-pi.html

Revision as of 11:19, 10 January 2022

precompiled

sudo apt-get update
sudo apt-get install python3-opencv
sudo apt-get install libqt4-test python3-sip python3-pyqt5 libqtgui4 libjasper-dev libatlas-base-dev -y

pip3 install opencv-contrib-python==4.1.0.25

sudo modprobe bcm2835-v4l2


Links