Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

intel/ipu4-icamerasrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

PROJECT NOT UNDER ACTIVE MANAGEMENT

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.

User Guide

1. Setup build environment

System requirements:

  Ubuntu 21.04
  glib-2.0
  gobject-2.0
  gstreamer-1.0(Version 1.7.9 is preferred)
  autoconf
  libtool

Prerequisite packages:

  libcamhal

2. Configure icamerasrc

  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

3. Build icamerasrc

 make clean && make -j8
 make rpm (RPM package is generated in rpm/)

4. Install icamerasrc

 sudo rpm -ivh icamerasrc-*.rpm --nodeps --force

About

sustaining legacy IPU drivers

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •