summaryrefslogtreecommitdiff
path: root/src/ipa
AgeCommit message (Expand)Author
2022-11-12ipa: rkisp1: Add rudimentary LSC tables for imx219Paul Elder
2022-11-12ipa: rkisp1: Take into account color temperature during LSC algorithmFlorian Sylvestre
2022-11-09ipa: rkisp1: Move shutter speed and analogue gain limits from agc to sensorLaurent Pinchart
2022-11-09ipa: Sort algorithm operations based on calling orderLaurent Pinchart
2022-11-03ipa: rkisp1: Compute LSC algorithm parameter during configureFlorian Sylvestre
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-24ipa: ipu3: Fill AGC and AWB metadata in algorithmsLaurent Pinchart
2022-10-24ipa: rkisp1: Fill AGC and AWB metadataLaurent Pinchart
2022-10-24ipa: Pass metadata to Algorithm::process() functionLaurent Pinchart
2022-10-20ipa: raspberrypi: Rename ov9281.json to ov9281_mono.jsonNaushir Patuck
2022-10-19ipa: rkisp1: Downgrade sensor controls range message to DebugLaurent Pinchart
2022-10-19ipa: Drop period at end of \brief or \paramLaurent Pinchart
2022-10-18ipa: vimc: Add Flags to parametersPaul Elder
2022-10-18ipa: vimc: Add IPAOperationCode to init() parameter listPaul Elder
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-10ipa: rkisp1: Drop use of utils::defoptLaurent Pinchart
2022-10-07ipa: raspberrypi: Remove unneeded Span castsLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Implement factories through class templatesLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Return unique_ptr from createInstanceLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make registerType() and createInstance() privateLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make factory createInstance() function constLaurent Pinchart
2022-10-07ipa: ipu3: Fix minor Doxygen issues in IPAFrameContextLaurent 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-10-03ipa: ipu3: Correct context during configure()Kieran Bingham
2022-10-01ipa: rkisp1: Remove initialized_ flags from algorithmsLaurent Pinchart
2022-09-30Documentation: Add missing SPDX headersLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Remove bias from gain calculationLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Freeze AWB when means are too smallLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Clamp gains to prevent divisions by zeroLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Prevent RGB means from being negativeLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Log means, gains and temperature in debug messageLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Add support for RGB meansQuentin Schulz
2022-09-28ipa: rkisp1: awb: Store color temperature as an integerLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Use frame context to fix gains calculationsLaurent Pinchart
2022-09-28ipa: rkisp1: Document the active state and frame contextLaurent Pinchart