I’ve installed python3.8 by:
sudo apt update && \
sudo apt install -y python3.8 python3.8-venv python3.8-dev python3-pip \
libopenmpi-dev libomp-dev libopenblas-dev libblas-dev libeigen3-dev libcublas-dev
And then create a venv
and activate it by:
python3.8 -m venv venv
source venv/bin/activate
What should I do next for the right way to build opencv 4.7.0 with gstreamer and cuda enabled?