summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/raspberrypi.cpp
AgeCommit message (Expand)Author
2021-08-10libcamera: MappedFrameBuffer: Use typed Flags<MapModes>Kieran Bingham
2021-08-10libcamera: Give MappedFrameBuffer its own implementationKieran Bingham
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-05ipa: raspberrypi: Add sensitivity field to camera modeDavid Plowman
2021-07-28ipa: raspberrypi: Return controls::FrameDuration from the IPANaushir Patuck
2021-07-12ipa: raspberrypi: Make variable names consistentNaushir Patuck
2021-07-12ipa: raspberrypi: Increase the default max frame duration to 250sNaushir Patuck
2021-07-12ipa: raspberrypi: Add frame_length to DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add an operator<< to struct DeviceStatusNaushir Patuck
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-08ipa: raspberrypi: Switch the AGC/Lux code to use utils::DurationNaushir Patuck
2021-06-08ipa: raspberrypi: Switch AgcAlgorithm API to use utils::DurationNaushir Patuck
2021-06-08ipa: raspberrypi: Switch ipa and cam_helper to use utils::DurationNaushir Patuck
2021-05-27controls: Split FrameDurations into FrameDuration and FrameDurationLimitsPaul Elder
2021-05-24ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfoUmang Jain
2021-05-24ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPCUmang Jain
2021-05-11ipa: raspberrypi: Rate-limit the controller algorithmsNaushir Patuck
2021-05-11ipa: raspberrypi: Store dropped frame count in a member variableNaushir Patuck
2021-05-08ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsingDavid Plowman
2021-03-29ipa: raspberrypi: Fix typo and improve wordingSebastian Fricke
2021-03-28ipa: raspberrrypi: Remove duplicate commentSebastian Fricke
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::configure()Naushir Patuck
2021-03-23ipa: raspberrypi: Rationalise parameters to ipa::start()Naushir Patuck
2021-03-23ipa: raspberrypi: Remove unused member variableNaushir Patuck
2021-03-23ipa: raspberrypi: Move the controller initialise to ipa::init()Naushir Patuck
2021-03-23pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init()Naushir Patuck
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-09ipa: raspberrypi: Make CamHelpers return the frame delay for vblankingDavid Plowman
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
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-19ipa: raspberrypi: Do not require SDN (spatial denoise) algorithmDavid Plowman
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-09ipa: raspberrypi: Handle control::NoiseReductionMode in the controllerNaushir Patuck
2021-02-09ipa: raspberrypi: Rename SdnStatus to DenoiseStatusNaushir Patuck
2021-02-05ipa: raspberrypi: Pass the maximum allowable shutter speed into the AGCNaushir Patuck
2021-02-05ipa: raspberrypi: Limit the calculated vblank based on the sensor modeNaushir Patuck
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-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2020-12-20ipa: raspberrypi: Add digital gain to libcamera metadataDavid Plowman
2020-12-16ipa: raspberrypi: Only validate ISP and sensor control during configureNaushir Patuck
2020-12-16ipa: raspberrypi: Rename unicamCtrls_ to sensorCtrls_Naushir Patuck
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-11ipa: raspberrypi: Move initial frame drop decision to AGC/AWBDavid Plowman
2020-12-11libcamera: pipeline: raspberrypi: Pass the drop frame count in start, not con...David Plowman