summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi
AgeCommit message (Expand)Author
2022-10-28ipa: raspberrypi: awb: Update colour temperature whenever manual gains changeDavid Plowman
2022-10-28ipa: raspberry: replace abs() with std::abs()Nicholas Roth
2022-10-28ipa: add missing thread-safety annotationsNicholas Roth
2022-10-20ipa: raspberrypi: Rename ov9281.json to ov9281_mono.jsonNaushir Patuck
2022-10-18ipa: raspberrypi: Extract line length from the embedded data parserNaushir Patuck
2022-10-18ipa: raspberrypi: Allow full line length controlNaushir Patuck
2022-10-18ipa: raspberrypi: Add line length to DeviceStatusNaushir Patuck
2022-10-18ipa: raspberrypi: Add line length calculations helper functionsNaushir Patuck
2022-10-18ipa: raspberrypi: Add pixel clock rate to the CameraMode structureNaushir Patuck
2022-10-18pipeline: ipa: raspberrypi: Add HBLANK control to DelayedControlsNaushir Patuck
2022-10-18ipa: raspberrypi: Remove initialized_ field from CamHelperNaushir Patuck
2022-10-18ipa: raspberrypi: Pass lineLength into the CamHelper APINaushir Patuck
2022-10-18ipa: raspberrypi: Add minimum and maximum line length fields to CameraModeNaushir Patuck
2022-10-18camera_sensor: Add minimum and maximum line length to IPACameraSensorInfoNaushir Patuck
2022-10-07ipa: raspberrypi: Remove unneeded Span castsLaurent Pinchart
2022-10-05ipa: raspberrypi: Fix the imx296 mono tuning black levelNaushir Patuck
2022-10-05ipa: raspberrypi: Add a tuning file for the colour variant of IMX296Naushir Patuck
2022-10-05pipeline: raspberrypi: Update naming convention for tuning filesNaushir Patuck
2022-10-04ipa: raspberrypi: Limit minimum exposure time for the IMX296Naushir Patuck
2022-10-04ipa: raspberrypi: Fix sensor delays for the IMX296Naushir Patuck
2022-08-21libcamera: Remove unused headersChristian Rauch
2022-08-09libcamera: controls: Generate and use fixed-sized Span typesChristian Rauch
2022-08-02ipa: raspberrypi: Reset embedded data parser on configureDavid Plowman
2022-07-29ipa: raspberry: awb: Include <functional>Jacopo Mondi
2022-07-28ipa: raspberrypi: Add functional include to pwl.hEric Curtin
2022-07-28ipa: raspberrypi: Remove unused Controller constructorNaushir Patuck
2022-07-28ipa: raspberrypi: agc: Use YamlObject::getList()Laurent Pinchart
2022-07-28ipa: raspberrypi: Convert existing cameara tuning files to version 2.0Naushir Patuck
2022-07-28ipa: raspberrypi: Introduce version 2.0 format for the camera tuning fileNaushir Patuck
2022-07-28ipa: raspberrypi: Use YamlParser to replace dependency on boostLaurent Pinchart
2022-07-28ipa: raspberrypi: Replace Fatal log by error propagationLaurent Pinchart
2022-07-28ipa: raspberrypi: Propagate errors from AGC metering tuning data readLaurent Pinchart
2022-07-28ipa: raspberrypi: Return an error code from Algorithm::read()Laurent Pinchart
2022-07-28ipa: raspberrypi: Replace tabs with spaces in tuning data filesLaurent Pinchart
2022-07-27ipa: raspberrypi: agc: Fix log message prefixesNaushir Patuck
2022-07-27ipa: raspberrypi: Remove #define constantsNaushir Patuck
2022-07-27ipa: raspberryip: Remove all exception throw statementsNaushir Patuck
2022-07-27raspberrypi: Update Copyright statement in all Raspberry Pi source filesNaushir Patuck
2022-07-27ipa: raspberrypi: Rename header files from *.hpp to *.hNaushir Patuck
2022-07-27ipa: raspberrypi: Remove extern "C" declarationsNaushir Patuck
2022-07-27ipa: raspberrypi: Change to C style code commentsNaushir Patuck
2022-07-27ipa: raspberrypi: Code refactoring to match style guidelinesNaushir Patuck
2022-07-19libcamera: controls: Use std::optional to handle invalid control valuesChristian Rauch
2022-06-29pipeline: ipa: raspberrypi: Correctly report available control limitsNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPANaushir Patuck
2022-06-29ipa: raspberrypi: Use std::optional in DeviceStatusNaushir Patuck
2022-06-29ipa: raspberrypi: imx477: Get sensor temperature from embedded dataNaushir Patuck
2022-06-29ipa: raspberrypi: Add sensor temperature to DeviceStatusNaushir Patuck
2022-05-10libcamera: raspberrypi: Fetch correct value for SensorSensitivityDavid Plowman
2022-05-09ipa: raspberrypi: Demote noisy message to DebugLaurent Pinchart