Skip to content

fourdollars/ipu6-camera-hal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipu6-camera-hal

This repository supports MIPI cameras through the IPU6 on Intel Tiger Lake, Alder Lake, Raptor Lake and Meteor Lake platforms. There are 4 repositories that provide the complete setup:

Content of this repository:

  • IPU6 HAL

Build instructions:

  • Dependencies: ipu6-camera-bins Please follow https://github.com/intel/ipu6-camera-bins README to install.

  • Dependencies: libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdrm-dev

  • Build and install: Recommend to build together with icamerasrc and using build.sh in this repo.

  1. Put ipu6-camera-hal, icameasrc and build.sh parallel as below:

    cp build.sh .. && cd ..
    # work
    # ├── build.sh
    # ├── icamerasrc
    # ├── ipu6-camera-hal
    # └── out
    
  2. In work folder, run ./build.sh. Output binaries will be in out/install. (RPM build is not implemented yet)

  3. Install contents in out/install to your /usr:

    sudo cp -r ./out/install/etc/* /etc/
    sudo cp -r ./out/install/include/* /usr/include/
    sudo cp -r ./out/install/lib/* /usr/lib/
    sudo cp -r ./out/install/usr/* /usr/

For more building details please reference the build.sh.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.5%
  • C++ 42.5%
  • Other 1.0%