summaryrefslogtreecommitdiff
path: root/include/libcamera/ipa
AgeCommit message (Expand)Author
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::configure()Naushir Patuck
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::start()Naushir Patuck
2021-03-23pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init()Naushir Patuck
2021-03-23ipa: Add sensor model string to IPASettingsNaushir Patuck
2021-03-17libcamera: ipu3: Pass the BDS rectangle at IPA configure callJean-Michel Hautbois
2021-03-16ipa: ipa_interface: Add comment to defend the forward-declarationPaul Elder
2021-03-11ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10Dafna Hirschfeld
2021-03-11ipa: rkisp1: Return error from IPA's configure method if it failsDafna Hirschfeld
2021-03-09ipa: raspberrypi: Use direct return value for configure()Paul Elder
2021-03-09ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelayDavid Plowman
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart
2021-02-19pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPiNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changesNaushir Patuck
2021-02-18meson: ipa, proxy: Only build proxies for enabled pipelinesNiklas Söderlund
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16meson: ipa, proxy: Generate headers and proxy with mojoPaul Elder
2021-02-16ipa: Add core.mojomPaul Elder
2021-02-09ipa: raspberrypi: Handle control::NoiseReductionMode in the controllerNaushir Patuck
2021-02-05libcamera: ipa: ipu3: Add an IPA skeleton for the IPU3 pipelineNiklas Söderlund
2021-02-05ipa: raspberrypi: Rename RPi::ConfigParameters enum valuesNaushir Patuck
2021-02-02ipa: raspberrypi: Warn when control algorithms are missing; do not failDavid Plowman
2021-01-29libcamera: raspberrypi: Switch to DelayedControlsNiklas Söderlund
2021-01-27ipa: raspberrypi: Cast FrameDurations limits to 64-bit integerNaushir Patuck
2021-01-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2020-12-08pipeline: ipa: raspberrypi: Pass controls to IPA on startNaushir Patuck
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-07pipeline: ipa: raspberrypi: Handle failures during IPA configurationNaushir Patuck
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-26ipa: raspberry: Initialize ControlInfo with values listJacopo Mondi
2020-10-23libcamera: Declare empty virtual destructors as defaultedLaurent Pinchart
2020-10-20ipa: Skip doxygen parsing for pipeline-specific IPA headersLaurent Pinchart
2020-10-20ipa: Rename ipa_vimc.h to vimc.hLaurent Pinchart
2020-09-29ipa: raspberrypi: Tidy up variable names to be consistentNaushir Patuck
2020-09-29ipa: raspberrypi: Move IPA parameters to the RPi namespaceNaushir Patuck
2020-09-21pipeline: ipa: raspberrypi: Handle any externally allocated FrameBufferNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Rework drop frame signallingNaushir Patuck
2020-07-25libcamera: raspberrypi: Add ColourCorrectionMatrix controlDavid Plowman
2020-07-17ipa: raspberrypi: Pass sensor config back from configure()Laurent Pinchart
2020-07-17ipa: raspberrypi: Pass lens shading table through configure() functionLaurent Pinchart
2020-07-17libcamera: ipa_interface: Add support for custom IPA data to configure()Laurent Pinchart
2020-06-25libcamera: ipa: raspberrypi: Plumb in the libcamera sharpness controlDavid Plowman
2020-05-18meson: Rename variables storing headers listsLaurent Pinchart
2020-05-16libcamera: Move IPA headers from include/ipa/ to include/libcamera/ipa/Laurent Pinchart
2019-09-15libcamera: Move ipa includes to the same level as libcameraLaurent Pinchart
2019-07-12libcamera: ipa_module_info: add license fieldPaul Elder
2019-07-02libcamera: ipa_module_info: remove cplusplus guardsPaul Elder
2019-06-05libcamera: ipa_module_info: update struct to allow IPA matchingPaul Elder
2019-06-05libcamera: ipa_interface: add headerPaul Elder
2019-05-21libcamera: ipa_module: add IPA shared library modulePaul Elder