summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/raspberrypi.cpp
AgeCommit message (Expand)Author
2023-05-04pipeline: ipa: raspberrypi: Refactor and move the Raspberry Pi codeNaushir Patuck
2023-04-12ipa: raspberrypi: agc: Add "shadows" constraint modeDavid Plowman
2023-03-31ipa: raspberrypi: Generalise the focus reporting codeNaushir Patuck
2023-03-31ipa: raspberrypi: Generalise the contrast algorithmNaushir Patuck
2023-03-31ipa: raspberrypi: Generalise the ALSC algorithmNaushir Patuck
2023-03-31ipa: raspberrypi: Add hardware configuration to the controllerNaushir Patuck
2023-03-31ipa: raspberrypi Store the target string in the controllerNaushir Patuck
2023-03-28ipa: raspberrypi: Fix default frame durations calculationNaushir Patuck
2023-03-28ipa: raspberrypi: Use the new sensor limits fields in CameraModeNaushir Patuck
2023-03-28ipa: raspberrypi: Add sensor mode limits to CameraModeNaushir Patuck
2023-03-07ipa: raspberrypi: Better heuristics for calculating Unicam timeoutNaushir Patuck
2023-03-07pipeline: ipa: raspberrypi: Change Unicam timeout handlingNaushir Patuck
2023-02-09ipa: raspberrypi: Normalise region sums to 16-bitsNaushir Patuck
2023-02-09ipa: raspberrypi: Use the generic statistics structure in the algorithmsNaushir Patuck
2023-01-30ipa: raspberrypi: Add lens position to DeviceStatusNaushir Patuck
2023-01-30ipa: raspberrypi: Handle autofocus algorithm resultsNick Hollinghurst
2023-01-30ipa: raspberrypi: Handle autofocus controlsNick Hollinghurst
2023-01-30ipa: raspberrypi: Include autofocus controls in the IPA ControlInfoMapNaushir Patuck
2023-01-30ipa: raspberrypi: Reorder header file inclusionNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Validate lens controlsNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Replace entityControlsNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Remove unused streamConfigNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Check if lens actuator is availableNaushir Patuck
2022-11-30ipa: raspberrypi: Fix bug in IPA frame drop logicNaushir Patuck
2022-11-29ipa: raspberrypi: agc: Fix digital gain calculation for manual modeNaushir Patuck
2022-11-29pipeline: ipa: raspberrypi: Use IPA cookiesNaushir Patuck
2022-11-29ipa: raspberrypi: Use an array of RPiController::Metadata objectsNaushir Patuck
2022-11-23pipeline: raspberrypi: Remove enum BuffferMask from the mojom interfaceNaushir Patuck
2022-11-21ipa: raspberrypi: Remove generic "pause" mechanism from AlgorithmNick Hollinghurst
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 pixel clock rate to the CameraMode structureNaushir Patuck
2022-10-18pipeline: ipa: raspberrypi: Add HBLANK control to DelayedControlsNaushir 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-08-21libcamera: Remove unused headersChristian Rauch
2022-08-09libcamera: controls: Generate and use fixed-sized Span typesChristian Rauch
2022-07-28ipa: raspberrypi: Use YamlParser to replace dependency on boostLaurent Pinchart
2022-07-28ipa: raspberrypi: Return an error code from Algorithm::read()Laurent Pinchart
2022-07-27ipa: raspberrypi: Remove #define constantsNaushir 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: 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: Add sensor temperature to DeviceStatusNaushir Patuck
2022-05-10libcamera: raspberrypi: Fetch correct value for SensorSensitivityDavid Plowman