Thank you, Naushir.This looks like you are rebuilding and run without installing the newly built libraries into the system path. You can do this withThis should install the postprocessing object files into /usr/local/lib/aarch64-linux-gnu/rpicam-apps-postproc/.Code:
sudo meson install
If this still does not work, you will need to subsequently add the following command line argument to your rpicam-hello invocation:This tells rpicam-hello to look for the postprocessing libraries in the system local library.Code:
--post-process-libs /usr/local/lib/aarch64-linux-gnu/rpicam-apps-postproc/
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