libcamera/utils/tuning/libtuning/modules
Laurent Pinchart d0478c41f4 libcamera: Rename "shutter speed" to "exposure time"
The terms "shutter" and "shutter speed" are used through libcamera to
mean "exposure time". This is confusing, both due to "speed" being used
as "time" while it should be the inverse (i.e. a maximum speed should
correspond to the minimum time), and due to "shutter speed" and
"exposure time" being used in different places with the same meaning.

To improve clarity of the code base and the documentation, use "exposure
time" consistently to replace "shutter speed".

This rename highlighted another vocabulary issue in libcamera. The
ExposureModeHelper::splitExposure() function used to document that it
splits "exposure time into shutter time and gain". It has been reworded
to "split exposure into exposure time and gain". That is not entirely
satisfactory, as "exposure" has a defined meaning in photography (see
https://en.wikipedia.org/wiki/Exposure_(photography)) that is not
expressed as a duration. This issue if left to be addressed separately.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
2024-11-26 19:05:17 +02:00
..
agc libcamera: Rename "shutter speed" to "exposure time" 2024-11-26 19:05:17 +02:00
ccm libtuning: modules: Add initial CCM module 2024-07-05 22:38:18 +02:00
lsc libtuning: lsc: Prevent negative values 2024-07-05 22:38:20 +02:00
__init__.py utils: tuning: libtuning: Implement extensible components of libtuning 2022-11-25 15:37:30 +09:00
module.py libcamera: Drop file name from header comment blocks 2024-05-08 22:39:50 +03:00
static.py libtuning: Add static module 2024-07-05 22:38:19 +02:00