index
:
libcamera/pinchartl/libcamera.git
master
mtk/camsv
mtk/multi-cam
rpi/streams/next
simple/imx8
Laurent Pinchart's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
raspberrypi
/
controller
/
rpi
/
awb.cpp
Age
Commit message (
Expand
)
Author
2023-02-09
ipa: raspberrypi: Use the generic statistics structure in the algorithms
Naushir Patuck
2023-02-09
ipa: raspberrypi: awb: Delay release of the statistics buffer
Naushir Patuck
2022-11-21
ipa: raspberrypi: Remove generic "pause" mechanism from Algorithm
Nick Hollinghurst
2022-10-28
ipa: raspberrypi: awb: Update colour temperature whenever manual gains change
David Plowman
2022-07-29
ipa: raspberry: awb: Include <functional>
Jacopo Mondi
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: Return an error code from Algorithm::read()
Laurent Pinchart
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
2022-02-08
ipa: raspberrypi: awb: Better handling of how we disable AWB
David Plowman
2021-06-25
libcamera/base: Move extended base functionality
Kieran Bingham
2021-02-26
ipa: raspberrypi: AWB: Ignore invalid statistics zones correctly
David Plowman
2021-02-26
ipa: raspberrypi: AWB: Remove unused code
David Plowman
2021-02-11
ipa: raspberrypi: AWB: Fix race condition setting manual gains
David Plowman
2021-02-10
ipa: raspberrypi: AWB: Remove unecessary frame count variable
David Plowman
2021-02-07
ipa: raspberrypi: AWB: Improve locking
David Plowman
2021-02-07
ipa: raspberrypi: AWB: Remove unnecessary locking for AWB settings
David Plowman
2021-01-26
ipa: raspberrypi: awb: Replace Raspberry Pi debug with libcamera debug
David Plowman
2020-12-11
ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou...
David Plowman
2020-12-11
ipa: raspberrypi: awb: Add GetConvergenceFrames method to AWB base class
David Plowman
2020-11-23
libcamera: ipa: raspberrypi: awb: Add SwitchMode method to output AWB status
David Plowman
2020-10-07
ipa: raspberrypi: fix access to uninitialized variables
Tomi Valkeinen
2020-09-29
ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController
Naushir Patuck
2020-05-11
libcamera: ipa: Raspberry Pi IPA
Naushir Patuck