Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4861

AI Camera - IMX500 • Re: how to install postprocessing related distro?

$
0
0
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:
sudo apt update && sudo apt install python3-opencv opencv-data
Then manually remove your rpicam-apps build directory and try the following:
meson setup build -Denable_opencv=enabled -Denable_imx500=true
If OpenCV is not found, the last command should throw an error.

Statistics: Posted by naushir — Fri Jan 17, 2025 8:12 am



Viewing all articles
Browse latest Browse all 4861

Trending Articles