fourdollars / ipu6-camera-hal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • 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/include/* /usr/include
    sudo cp -r ./out/install/lib/* /usr/lib
    sudo cp -r ./out/install/share/* /usr/share

For more building details please reference the build.sh.

About

License:Apache License 2.0


Languages

Language:C 56.8%Language:C++ 42.2%Language:CMake 0.8%Language:Shell 0.1%Language:Makefile 0.0%