summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi
AgeCommit message (Expand)Author
2021-07-14ipa: raspberrypi: Remove unused MetadataPtrJean-Michel Hautbois
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: Allow long exposure modes for imx477.Naushir Patuck
2021-07-12ipa: raspberrypi: Add frame_length to DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add an operator<< to struct DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Add a constructor struct DeviceStatusNaushir Patuck
2021-07-12ipa: raspberrypi: Make device_status.h C++ only header, and update commentsNaushir Patuck
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-07-02ipa: raspberrypi: Drop unneeded [[maybe_unused]]Laurent Pinchart
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-28libcamera: ipa: raspberrypi: Add support for ov9281 sensorDavid Plowman
2021-06-28libcamera: ipa: raspberrypi: Demote warnings about lack of AWB resultsDavid Plowman
2021-06-25libcamera/base: Validate internal headers as privateKieran Bingham
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
2021-06-22ipa: raspberrypi: Fix possible buffer overrun in metadata parsingNaushir Patuck
2021-06-15ipa: raspberrypi: Non-functional formatting fixes to md_parser_smia.cppNaushir Patuck
2021-06-15ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cppNaushir Patuck
2021-06-15ipa: raspberrypi: Set default values for member variables of MdParserNaushir Patuck
2021-06-15ipa: raspberrypi: Non-functional formatting fixes to md_parser.hppNaushir Patuck
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-11meson: Replace obselete join_paths() with '/' operatorUmang Jain
2021-05-11ipa: raspberrypi: Rate-limit the controller algorithmsNaushir Patuck
2021-05-11ipa: raspberrypi: Add a Merge method to RPiController::MetadataNaushir Patuck
2021-05-11ipa: raspberrypi: Add move/copy ctors and operators to Metadata classNaushir Patuck
2021-05-11ipa: raspberrypi: Switch to std::scoped_lock in the Metadata classNaushir Patuck
2021-05-11ipa: raspberrypi: Reformat RPiController::Metadata class headerNaushir 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-05-08ipa: raspberrypi: Make sensor embedded data parser use Span classDavid Plowman
2021-04-27ipa: cam_helper: Correct a wrong choice of termSebastian Fricke
2021-04-27ipa: cam_helper_imx219: Rework commentSebastian Fricke
2021-04-15ipa: raspberrypi: cam_helper: Remove duplicate wordsSebastian Fricke
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-14ipa: raspberrypi: Add support for imx327-based SE327M12 moduleDavid Plowman
2021-03-09ipa: raspberrypi: Use direct return value for configure()Paul Elder