aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipa
AgeCommit message (Expand)AuthorFilesLines
2021-05-11meson: Replace obselete join_paths() with '/' operatorUmang Jain3-3/+3
2021-05-11ipa: raspberrypi: Rate-limit the controller algorithmsNaushir Patuck1-4/+38
2021-05-11ipa: raspberrypi: Add a Merge method to RPiController::MetadataNaushir Patuck1-0/+6
2021-05-11ipa: raspberrypi: Add move/copy ctors and operators to Metadata classNaushir Patuck1-0/+23
2021-05-11ipa: raspberrypi: Switch to std::scoped_lock in the Metadata classNaushir Patuck1-5/+4
2021-05-11ipa: raspberrypi: Reformat RPiController::Metadata class headerNaushir Patuck1-7/+16
2021-05-11ipa: raspberrypi: Store dropped frame count in a member variableNaushir Patuck1-6/+8
2021-05-08ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsingDavid Plowman3-55/+90
2021-05-08ipa: raspberrypi: Make sensor embedded data parser use Span classDavid Plowman4-31/+28
2021-04-30src: meson: Define system pathsKieran Bingham1-7/+10
2021-04-27ipa: cam_helper: Correct a wrong choice of termSebastian Fricke1-1/+1
2021-04-27ipa: cam_helper_imx219: Rework commentSebastian Fricke1-2/+2
2021-04-26ipa: rkisp1: Move the IPA to the ipa::rkisp1 namespaceJean-Michel Hautbois1-12/+16
2021-04-22ipa: ipu3: fix coverity issues in AWBJean-Michel Hautbois1-2/+2
2021-04-22ipa: ipu3: Add support for IPU3 AEC/AGC algorithmJean-Michel Hautbois4-2/+277
2021-04-22ipa: ipu3: Add support for IPU3 AWB algorithmJean-Michel Hautbois4-9/+531
2021-04-22ipa: ipu3: Add a histogram classJean-Michel Hautbois3-0/+195
2021-04-22ipa: Add a common interface for algorithm objectsJean-Michel Hautbois3-1/+66
2021-04-17ipa: ipu3: Move the IPA to the ipa::ipu3 namespaceKieran Bingham1-13/+17
2021-04-15ipa: raspberrypi: cam_helper: Remove duplicate wordsSebastian Fricke1-2/+2
2021-03-29ipa: raspberrypi: Fix typo and improve wordingSebastian Fricke1-1/+1
2021-03-28ipa: raspberrrypi: Remove duplicate commentSebastian Fricke1-1/+0
2021-03-27ipa: rkisp1: Do not set controls during configureSebastian Fricke1-2/+8
2021-03-24ipa: ipu3: Do not set controls during configureKieran Bingham1-3/+8
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::configure()Naushir Patuck1-5/+6
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::start()Naushir Patuck1-9/+7
2021-03-23ipa: raspberrypi: Remove unused member variableNaushir Patuck1-5/+2
2021-03-23ipa: raspberrypi: Move the controller initialise to ipa::init()Naushir Patuck1-15/+7
2021-03-23pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init()Naushir Patuck1-34/+28
2021-03-17libcamera: ipu3: Pass the BDS rectangle at IPA configure callJean-Michel Hautbois1-2/+4
2021-03-14ipa: raspberrypi: Add support for imx327-based SE327M12 moduleDavid Plowman2-0/+342
2021-03-11ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10Dafna Hirschfeld1-4/+15
2021-03-11ipa: rkisp1: Return error from IPA's configure method if it failsDafna Hirschfeld1-9/+10
2021-03-09ipa: raspberrypi: Use direct return value for configure()Paul Elder1-19/+15
2021-03-09ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelayDavid Plowman1-1/+1
2021-03-09ipa: raspberrypi: Add support for imx290/imx327 sensorsDavid Plowman4-0/+234
2021-03-09ipa: raspberrypi: Make CamHelpers return the frame delay for vblankingDavid Plowman5-13/+22
2021-03-04ipa: raspberrypi: Remove MdParserRPiNaushir Patuck6-77/+6
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck1-52/+80
2021-03-03ipa: rkisp1: Update to kernel header changesLaurent Pinchart1-1/+1
2021-02-26ipa: raspberrypi: AWB: Ignore invalid statistics zones correctlyDavid Plowman2-2/+3
2021-02-26ipa: raspberrypi: AWB: Remove unused codeDavid Plowman2-9/+2
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart1-1/+1
2021-02-19ipa: ipu3: Don't call SetControls for each frameJean-Michel Hautbois1-3/+0
2021-02-19pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPiNaushir Patuck1-19/+19
2021-02-19pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changesNaushir Patuck1-4/+4
2021-02-19ipa: raspberrypi: Do not require SDN (spatial denoise) algorithmDavid Plowman1-1/+5
2021-02-17ipa: raspberrypi: Fix exposure and gain delays for imx477Naushir Patuck1-0/+7
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder10-569/+145
2021-02-16ipa: raspberrypi: meson: Add dependency on generated headersPaul Elder1-1/+1

Privacy Policy