libcamera/src/ipa/raspberrypi
Kieran Bingham cbdc93e9d1 libcamera/base: Move utils to the base library
Move the utils functionality to the libcamera/base library.

Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2021-06-25 16:11:02 +01:00
..
controller libcamera/base: Move utils to the base library 2021-06-25 16:11:02 +01:00
data meson: Replace obselete join_paths() with '/' operator 2021-05-11 11:50:45 +01:00
cam_helper.cpp ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration 2021-06-08 23:56:20 +03:00
cam_helper.hpp libcamera/base: Move utils to the base library 2021-06-25 16:11:02 +01:00
cam_helper_imx219.cpp ipa: raspberrypi: Set default values for member variables of MdParser 2021-06-15 12:50:05 +03:00
cam_helper_imx290.cpp ipa: raspberrypi: Add support for imx290/imx327 sensors 2021-03-09 00:54:23 +02:00
cam_helper_imx477.cpp ipa: raspberrypi: Set default values for member variables of MdParser 2021-06-15 12:50:05 +03:00
cam_helper_ov5647.cpp ipa: raspberrypi: Make CamHelpers return the frame delay for vblanking 2021-03-09 00:50:42 +02:00
md_parser.hpp ipa: raspberrypi: Set default values for member variables of MdParser 2021-06-15 12:50:05 +03:00
md_parser_smia.cpp ipa: raspberrypi: Fix possible buffer overrun in metadata parsing 2021-06-22 13:48:01 +03:00
meson.build ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp 2021-06-15 12:50:05 +03:00
raspberrypi.cpp ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration 2021-06-08 23:56:20 +03:00
README.md libcamera: Add missing SPDX headers to miscellaneous small files 2020-06-09 23:26:13 +03:00

.. 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.