Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

intel/intel-ipu3-pipecfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUATION OF PROJECT

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contact: webadmin@linux.intel.com

intel-ipu3-pipecfg

Usage:

  1. Use following command to generate pipe config:

    # python3 pipe_config.py input=3280x2464 main=1920x1080

    # python3 pipe_config.py input=3280x2464 main=1600x1200 vf=1280x960

  2. This tool also allow user to provide a group of input parameters in a file and it can generate group of configurations. The file sensor.csv is an example which list some common resolution configuration of a camera sensor. You can generate your file based on your camera sensor and use cases. Use the following command to generate groups of pipe config, it will write the result into file 'result_xxx.csv' in same directory. For example:

    # python3 pipe_config_group.py sensor.csv

Notes:

  1. Do not specify vf value when you just want generate single stream pipe config
  2. input resolution should be bigger than main output, main output should be bigger than vf output if have.
  3. keep the order of parameters as $inpu $main $vf
  4. The main and vf output width should be multiple of 64, height should be multiple of 4

About

Intel Skylake Imaging Processing Unit pipe configuration generation tool

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages