CITRIC API

The CITRIC API source code is located in the citric/api directory. Making the Makefile will generate a static link library called libcitric.a in the lib directory.

In the include directory, there are 2 main header files that are used in CITRIC apps: cameraboard.h and citric_packet.h.

OpenCV

The CITRIC API includes OpenCV dynamic link libraries and header files. The root filesystem contains the libraries in citric/rootfs/lib, and the arm-linux compiler contains the libraries and header files for compiling without having to separately install OpenCV. These are provided as is and the functionality of the entire library is not guaranteed.