Hello,
I’m trying to build the samples provided in the Jetson Nano Developer kit, specifically those in the /usr/src/nvidia/tegra_multimedia_api/argus/samples/ directory.
I followed the steps outlined in the ReadMe and I’m unable to successfully run any of these samples. The error I keep getting is:
[b]CMake Error at CMakeLists.txt:33 (find_package):
By not providing “FindArgus.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “Argus”, but
CMake did not find one.
Could not find a package configuration file provided by “Argus” with any of
the following names:
ArgusConfig.cmake
argus-config.cmake
Add the installation prefix of “Argus” to CMAKE_PREFIX_PATH or set
“Argus_DIR” to a directory containing one of the above files. If “Argus”
provides a separate development package or SDK, be sure it has been
installed.
– Configuring incomplete, errors occurred!
See also “/usr/src/nvidia/tegra_multimedia_api/argus/CMakeFiles/CMakeOutput.log”.[/b]
Does anyone know where I can find those cmake files? Or how to fix this?
Thanks,
Monica