tree: bc4e622245b3a46248bd31717670e96aa068d746 [path history] [tgz]
  1. controller/
  2. data/
  3. cam_helper.cpp
  4. cam_helper.hpp
  5. cam_helper_imx219.cpp
  6. cam_helper_imx290.cpp
  7. cam_helper_imx477.cpp
  8. cam_helper_imx519.cpp
  9. cam_helper_ov5647.cpp
  10. cam_helper_ov9281.cpp
  11. md_parser.hpp
  12. md_parser_smia.cpp
  13. meson.build
  14. raspberrypi.cpp
  15. README.md
src/ipa/raspberrypi/README.md

.. SPDX-License-Identifier: BSD-2-Clause

libcamera for the Raspberry Pi

Raspberry Pi provides a fully featured pipeline handler and control algorithms (IPAs, or “Image Processing Algorithms”) to work with libcamera. Support is included for all existing Raspberry Pi camera modules.

libcamera for the Raspberry Pi allows users to:

  1. Use their existing Raspberry Pi cameras.
  2. Change the tuning of the image processing for their Raspberry Pi cameras.
  3. Alter or amend the control algorithms (such as AGC/AEC, AWB or any others) that control the sensor and ISP.
  4. Implement their own custom control algorithms.
  5. Supply new tunings and/or algorithms for completely new sensors.

How to install and run libcamera on the Raspberry Pi

Please follow the instructions here.

Documentation

Full documentation for the Raspberry Pi Camera Algorithm and Tuning Guide can be found here.