If you don't have OpenCV dev installed, the meson build script will throw an error when you try to configure rpicam-apps with OpenCV support.
To install OpenCV, you need to run the following:
To install OpenCV, you need to run the following:
Then manually remove your rpicam-apps build directory and try the following:sudo apt update && sudo apt install python3-opencv opencv-data
If OpenCV is not found, the last command should throw an error.meson setup build -Denable_opencv=enabled -Denable_imx500=true
Statistics: Posted by naushir — Fri Jan 17, 2025 8:12 am