En Patreon encontraras más tutoriales de con la Raspberry PI5 y OpenCv totalmente
actualizados
https://www.patreon.com/c/InnovaDomotics
COMANDOS DE INSTALACION OPEN CV
clear
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install --upgrade pip
Instalación de herramientas de compilación y bibliotecas de imágenes:
Estas herramientas y bibliotecas son esenciales para compilar y manejar diversos formatos de
imagen.
sudo apt-get install build-essential cmake pkg-config
sudo apt-get install libjpeg-dev libtiff5-dev libpng-dev
Instalacion de OpenCV
sudo apt-get install libopencv-dev python3-opencv
python3 -c "import cv2; print(cv2.__version__)"