summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/cam_helper.cpp
AgeCommit message (Expand)Author
2023-05-04pipeline: ipa: raspberrypi: Refactor and move the Raspberry Pi codeNaushir Patuck
2023-03-21ipa: raspberrypi: Fix crash under LTODave Jones
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 calculations helper functionsNaushir 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-08-02ipa: raspberrypi: Reset embedded data parser on configureDavid Plowman
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-06-29ipa: raspberrypi: Add sensor temperature to DeviceStatusNaushir Patuck
2021-08-09libcamera: Rename 'method' to 'function'Laurent Pinchart
2021-08-05ipa: raspberrypi: Add sensitivity field to camera modeDavid Plowman
2021-07-12ipa: raspberrypi: Add frame_length to DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add an operator<< to struct DeviceStatusNaushir Patuck
2021-06-30ipa: raspberrypi: Generalise the SMIA metadata parserNaushir Patuck
2021-06-30ipa: raspberrypi: Use a unique_ptr for the metadata parserNaushir Patuck
2021-06-08ipa: raspberrypi: Switch the AGC/Lux code to use utils::DurationNaushir Patuck
2021-06-08ipa: raspberrypi: Switch ipa and cam_helper to use utils::DurationNaushir Patuck
2021-05-08ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsingDavid Plowman
2021-03-09ipa: raspberrypi: Make CamHelpers return the frame delay for vblankingDavid Plowman
2021-03-04ipa: raspberrypi: Remove MdParserRPiNaushir Patuck
2021-02-05ipa: raspberrypi: Limit the calculated vblank based on the sensor modeNaushir Patuck
2021-01-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2020-12-11ipa: raspberrypi: Move initial frame drop decision to AGC/AWBDavid Plowman
2020-09-29ipa: raspberrypi: Rename the controller namespace from Rpi to RpiControllerNaushir Patuck
2020-07-17ipa: raspberrypi: Drop CameraHelper::GetOrientation()Laurent Pinchart
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-05-11libcamera: ipa: Raspberry Pi IPANaushir Patuck