Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build OpenCV in the “${SDK_DIR}/external/build/opencv/aarch64-linux-gnu“ directory.

Note

Be sure to use "make" instead of "sudo make". If you use "sudo" to "make", the implementation will be different and OpenCV may not be able to build.

Code Block
$ make
Info

Compiling OpenCV takes some time, so wait for a while.

...