This project will no longer be maintained by Intel.
Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates.
Patches to this project are no longer accepted by Intel.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.
Ubuntu 21.04
glib-2.0
gobject-2.0
gstreamer-1.0(Version 1.7.9 is preferred)
autoconf
libtool
libcamhal
autoreconf --install
CPPFLAGS="-I$LIBCAMHAL_INSTALL_DIR/include/ -I$LIBCAMHAL_INSTALL_DIR/include/api \
-I$LIBCAMHAL_INSTALL_DIR/include/utils " LDFLAGS="-L$LIBCAMHAL_INSTALL_DIR/lib/" \
CFLAGS="-O2" CXXFLAGS="-O2" \
./configure ${CONFIGURE_FLAGS} --prefix=$ICAMERASRC_INSTALL_DIR DEFAULT_CAMERA=0
make clean && make -j8
make rpm (RPM package is generated in rpm/)
sudo rpm -ivh icamerasrc-*.rpm --nodeps --force