Closed HorstBaerbel closed 1 year ago
Hey thanks a lot for the script. I will retest it and will add a functional version to the repository.
On my Raspberry Pi 3B+ with the latest Buster release (2020-12-02) I was able to install opencv (and successfully use with this module) directly using pip3:
pip3 install opencv-python==4.4.0.46
(I don't think the version specification is required)
Is in version 2.0 and pipenv
I tried your module with OpenCV 4.2.0 from git and it works fine. Here's what I did to make it compile (rough draft of install script; might not work, but you get the idea):