index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
raspberrypi
/
controller
/
rpi
/
agc.cpp
Age
Commit message (
Expand
)
Author
2023-03-31
ipa: raspberrypi: Generalise the agc algorithm
Naushir Patuck
2023-03-28
ipa: raspberrypi: Ensure shutter speed and gain are clipped in the AGC
Naushir Patuck
2023-03-07
ipa: raspberrypi: agc: Fix overflow in Y value calculation
David Plowman
2023-02-09
ipa: raspberrypi: Normalise region sums to 16-bits
Naushir Patuck
2023-02-09
ipa: raspberrypi: Use the generic statistics structure in the algorithms
Naushir Patuck
2022-11-29
ipa: raspberrypi: agc: Fix digital gain calculation for manual mode
Naushir Patuck
2022-11-21
ipa: raspberrypi: Remove generic "pause" mechanism from Algorithm
Nick Hollinghurst
2022-07-28
ipa: raspberrypi: agc: Use YamlObject::getList()
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Use YamlParser to replace dependency on boost
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Replace Fatal log by error propagation
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Propagate errors from AGC metering tuning data read
Laurent Pinchart
2022-07-28
ipa: raspberrypi: Return an error code from Algorithm::read()
Laurent Pinchart
2022-07-27
ipa: raspberrypi: agc: Fix log message prefixes
Naushir Patuck
2022-07-27
ipa: raspberrypi: Remove #define constants
Naushir Patuck
2022-07-27
ipa: raspberryip: Remove all exception throw statements
Naushir Patuck
2022-07-27
raspberrypi: Update Copyright statement in all Raspberry Pi source files
Naushir Patuck
2022-07-27
ipa: raspberrypi: Rename header files from *.hpp to *.h
Naushir Patuck
2022-07-27
ipa: raspberrypi: Change to C style code comments
Naushir Patuck
2022-07-27
ipa: raspberrypi: Code refactoring to match style guidelines
Naushir Patuck
2021-10-15
ipa: raspberrypi: agc: Remove using namespace in agc.hpp
Hirokazu Honda
2021-08-17
ipa: raspberrypi: Fix bcm2835-isp inclusion type.
Kieran Bingham
2021-08-05
ipa: raspberrypi: AGC: handle modes with different sensitivities
David Plowman
2021-07-12
ipa: raspberrypi: Add a constructor struct DeviceStatus
Naushir Patuck
2021-06-28
libcamera: ipa: raspberrypi: Demote warnings about lack of AWB results
David Plowman
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-06-08
ipa: raspberrypi: Switch the AGC/Lux code to use utils::Duration
Naushir Patuck
2021-06-08
ipa: raspberrypi: Switch AgcAlgorithm API to use utils::Duration
Naushir Patuck
2021-02-05
ipa: raspberrypi: Pass the maximum allowable shutter speed into the AGC
Naushir Patuck
2020-12-11
ipa: raspberrypi: agc: Add GetConvergenceFrames method to AGC base class
David Plowman
2020-12-01
src: ipa: raspberrypi: agc: Make AGC handle Pause/Resume for itself
David Plowman
2020-12-01
src: ipa: raspberrypi: Avoid AGC filtering when both gain and shutter specified
David Plowman
2020-11-23
libcamera: src: ipa: raspberrypi: agc: Improve AE locked logic
David Plowman
2020-11-23
libcamera: src: ipa: raspberrypi: agc: Improve gain update calculation for pa...
David Plowman
2020-11-23
libcamera: src: ipa: raspberrypi: agc: Fix uninitialised members in Agc const...
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Report fixed exposure/gain values during Sw...
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Fetch AWB status only once
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Improve centre-weighted luminance calucation
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Rename method to divideUpExposure
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Remove unnecessary locking
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: agc: Use libcamera debug
David Plowman
2020-09-29
ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController
Naushir Patuck
2020-08-25
meson: Remove -Wno-unused-parameter
Laurent Pinchart
2020-06-22
libcamera: ipa: raspberrypi: Recalculate camera exposure/gain when camera mod...
David Plowman
2020-05-11
libcamera: ipa: Raspberry Pi IPA
Naushir Patuck