summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-14android: camera_device: Replace auto with explicit typeLaurent Pinchart
2020-12-14android: camera_device: Temporary fix sensor propertiesJacopo Mondi
2020-12-11ipa: raspberrypi: Move initial frame drop decision to AGC/AWBDavid Plowman
2020-12-11ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou...David Plowman
2020-12-11ipa: raspberrypi: Compute inverse of piecewise linear functionDavid Plowman
2020-12-11ipa: raspberrypi: awb: Add GetConvergenceFrames method to AWB base classDavid Plowman
2020-12-11ipa: raspberrypi: agc: Add GetConvergenceFrames method to AGC base classDavid Plowman
2020-12-11libcamera: pipeline: raspberrypi: Pass the drop frame count in start, not con...David Plowman
2020-12-11libcamera: pipeline: raspberrypi: Allow ScalerCrop to work when passed in Cam...David Plowman
2020-12-11android: camera_device: Reorder configurations before requestingHirokazu Honda
2020-12-11android: camera_device: Use Camera3StreamConfig in configureStreams()Hirokazu Honda
2020-12-11android: camera_device: Introduce Camera3StreamConfigHirokazu Honda
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08pipeline: ipa: raspberrypi: Pass controls to IPA on startNaushir Patuck
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07pipeline: ipa: raspberrypi: Handle failures during IPA configurationNaushir Patuck
2020-12-07android: camera_device: Stop camera when re-configuring itJacopo Mondi
2020-12-07android: camera_device: Initialize pixel array propertiesJacopo Mondi
2020-12-07libcamera: camera_sensor: Initialize PixelArray propertiesJacopo Mondi
2020-12-07libcamera: camera_sensor: Break out properties initializationJacopo Mondi
2020-12-07libcamera: camera_sensor: Adjust CameraSensorInfo::analogCropJacopo Mondi
2020-12-02android: camera_device: Check capture_request validityJacopo Mondi
2020-12-02android: camera_mode: Reserve 'data' vectorsJacopo Mondi
2020-12-01src: ipa: raspberrypi: Fix initial AGC oscillation for imx219 sensorDavid Plowman
2020-12-01libcamera: controls: Improve documentation for ExposureTime and AnalogueGainDavid Plowman
2020-12-01src: ipa: raspberrypi: Improve behaviour when AE disabledDavid Plowman
2020-12-01src: ipa: raspberrypi: agc: Make AGC handle Pause/Resume for itselfDavid Plowman
2020-12-01src: ipa: raspberrypi: Avoid AGC filtering when both gain and shutter specifiedDavid Plowman
2020-12-01qcam: Make log less verbose by defaultLaurent Pinchart
2020-12-01qcam: main: Fix comment incorrectly referring to the cam applicationLaurent Pinchart
2020-11-30libcamera: control_ids: Keep draft controls lastJacopo Mondi
2020-11-29cam: Update command line description for stream role optionNaushir Patuck
2020-11-26pipeline: raspberrypi: Fix erroneous bayer buffer requeue on buffer matchingNaushir Patuck
2020-11-24libcamera: camera: Document the camera and pipeline modelLaurent Pinchart
2020-11-23libcamera: controls: Improve Control documentation grammarKieran Bingham
2020-11-23libcamera: src: ipa: raspberrypi: agc: Improve AE locked logicDavid Plowman
2020-11-23libcamera: src: ipa: raspberrypi: agc: Improve gain update calculation for pa...David Plowman
2020-11-23libcamera: src: ipa: raspberrypi: agc: Fix uninitialised members in Agc const...David Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Report fixed exposure/gain values during Sw...David Plowman
2020-11-23libcamera: ipa: raspberrypi: awb: Add SwitchMode method to output AWB statusDavid Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Fetch AWB status only onceDavid Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Improve centre-weighted luminance calucationDavid Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Rename method to divideUpExposureDavid Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Remove unnecessary lockingDavid Plowman
2020-11-23libcamera: ipa: raspberrypi: agc: Use libcamera debugDavid Plowman
2020-11-23libcamera: pipeline: rkisp1: fix crop configurationHelen Koike
2020-11-20src: ipa: raspberrypi: Change 'sport' exposure mode name to 'short'David Plowman