[libcamera-devel] [PATCH 2/2] ipa: raspberrypi: Fix enumeration numbers

Sebastian Fricke sebastian.fricke at posteo.net
Sun Apr 18 19:27:11 CEST 2021


The README.md tries to list possibilities for the user with an
enumeration but it always uses the number 1 for each point. Fix it.

Signed-off-by: Sebastian Fricke <sebastian.fricke at posteo.net>
---
 src/ipa/raspberrypi/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/ipa/raspberrypi/README.md b/src/ipa/raspberrypi/README.md
index 26534af0..cfddfc4c 100644
--- a/src/ipa/raspberrypi/README.md
+++ b/src/ipa/raspberrypi/README.md
@@ -9,11 +9,11 @@ included for all existing Raspberry Pi camera modules.
 _libcamera_ for the Raspberry Pi allows users to:
 
 1. Use their existing Raspberry Pi cameras.
-1. Change the tuning of the image processing for their Raspberry Pi cameras.
-1. Alter or amend the control algorithms (such as AGC/AEC, AWB or any others)
+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.
-1. Implement their own custom control algorithms.
-1. Supply new tunings and/or algorithms for completely new sensors.
+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
 
-- 
2.25.1



More information about the libcamera-devel mailing list