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

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

$
0
0
This looks like you are rebuilding and run without installing the newly built libraries into the system path. You can do this with

Code:

sudo meson install
This should install the postprocessing object files into /usr/local/lib/aarch64-linux-gnu/rpicam-apps-postproc/.

If this still does not work, you will need to subsequently add the following command line argument to your rpicam-hello invocation:

Code:

--post-process-libs /usr/local/lib/aarch64-linux-gnu/rpicam-apps-postproc/
This tells rpicam-hello to look for the postprocessing libraries in the system local library.
Thank you, Naushir.
But it seems not working...

I am wondering why meson replies me in configuration:
"IMX500 postprocessing: NO"

There might be something missed to set.

Statistics: Posted by okeyla — Thu Jan 16, 2025 10:08 pm



Viewing all articles
Browse latest Browse all 4979

Trending Articles