Skip to content

jia1sun/ipu6-camera-bins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 

Repository files navigation

ipu6-camera-bins

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

Content of this repository:

  • IPU6EP firmware
  • Library binary dependencies for IPU6EP HAL
  • Headerfiles for those libraries

Deployment

ipu6-camera-bins should be copied to build server and target

# For ADL/RPL, IPU_VER=ipu6ep
# For MTL, IPU_VER=ipu6epmtl
cp -r ipu6-camera-bins/<IPU_VER>/include/* /usr/include/
cp -r ipu6-camera-bins/<IPU_VER>/lib/* /usr/lib/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.9%
  • C++ 11.1%