You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered below message during installation. Please help!!!
CMake Warning at video4linux/CMakeLists.txt:13 (FIND_PACKAGE):
By not providing "FindARM.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ARM", but
CMake did not find one.
Could not find a package configuration file provided by "ARM" with any of
the following names:
ARMConfig.cmake
arm-config.cmake
Add the installation prefix of "ARM" to CMAKE_PREFIX_PATH or set "ARM_DIR"
to a directory containing one of the above files. If "ARM" provides a
separate development package or SDK, be sure it has been installed.
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/luarocks_camera-1.1-0-2868/lua---camera/build
Scanning dependencies of target camopencv
[ 50%] Building C object opencv/CMakeFiles/camopencv.dir/opencv.c.o
/tmp/luarocks_camera-1.1-0-2868/lua---camera/opencv/opencv.c:29:16: fatal error: cv.h: No such file or directory
#include <cv.h>
^
compilation terminated.
make[2]: *** [opencv/CMakeFiles/camopencv.dir/opencv.c.o] Error 1
make[1]: *** [opencv/CMakeFiles/camopencv.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Encountered below message during installation. Please help!!!
The text was updated successfully, but these errors were encountered: