summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-23libcamera: transform: Add operations with OrientationJacopo Mondi
2023-10-23libcamera: transform: Invert operator*() operandsJacopo Mondi
2023-10-23libcamera: transform: Add functions to convert OrientationJacopo Mondi
2023-10-23libcamera: properties: Make 'Rotation' the mounting rotationJacopo Mondi
2023-10-23Documentation: Add figures to document OrientationJacopo Mondi
2023-10-23libcamera: camera: Introduce OrientationJacopo Mondi
2023-10-23libcamera: camera_sensor: Cache rotationTransform_Jacopo Mondi
2023-10-23apps: qcam: Add support for RGB565Daniel Scally
2023-10-18pipeline: rpi: vc4: Allocate more embedded data buffersWilliam Vinnicombe
2023-10-18ipa: rpi: agc: When AGC channels are changed, start with the 1st channelNaushir Patuck
2023-10-18ipa: rpi: agc: Avoid overwriting caller's statistics pointerDavid Plowman
2023-10-18ipa: rpi: denoise: Support different denoise configurationsDavid Plowman
2023-10-18ipa: rpi: contrast: Allow adaptive contrast enhancement to be disabledDavid Plowman
2023-10-18ipa: rpi: agc: Add an AGC stable regionDavid Plowman
2023-10-18pipeline: rpi: Make color space members in RPiCameraConfiguration publicNaushir Patuck
2023-10-18pipeline: rpi: Move flip handling validation codeNaushir Patuck
2023-10-18pipeline: rpi: Add SW downscale status to RPi::StreamNaushir Patuck
2023-10-18ipa: rpi: Add new algorithms for PiSPNaushir Patuck
2023-10-18ipa: rpi: Prepare AWB for PiSP supportNaushir Patuck
2023-10-18ipa: rpi: Prepare ALSC for PiSP supportNaushir Patuck
2023-10-18ipa: rpi: Add PiSP definitions to the Controller hardware descriptionNaushir Patuck
2023-10-18ipa: rpi: Add statsInline to the Controller hardware descriptionNaushir Patuck
2023-10-18ipa: rpi: Add try_lock() to RPiController::MetadataNaushir Patuck
2023-10-18mojom: pipeline: ipa: rpi: Add fields for PiSP objectsNaushir Patuck
2023-10-18ipa: rpi: Add IpaBase::platformStart() member functionNaushir Patuck
2023-10-18pipeline: rpi: Add SharedMemObject classNaushir Patuck
2023-10-18pipeline: rpi: Add Recurrent and Needs32bitConv flags to RPi::StreamNaushir Patuck
2023-10-18pipeline: rpi: Add RequiresMmap flag to RPi::StreamNaushir Patuck
2023-10-16py: gen-py-controls: Remove SceneFlicker workaroundKieran Bingham
2023-10-16py: Add the SensorConfiguration classDavid Plowman
2023-10-06libcamera: converter: drop unnecessary #include directiveAndrey Konovalov
2023-10-06libcamera: converter: A few fixes to ConverterFactoryBase documentationAndrey Konovalov
2023-10-05ipa: rpi: Avoid skipping IPAs on the first frame after the drop framesDavid Plowman
2023-09-27libcamera: rpi: Simplify validate() and configure() for YUV/RGB streamsNaushir Patuck
2023-09-27libcamera: rpi: Change default stream formatsNaushir Patuck
2023-09-27libcamera: rpi: Simplify validate() and configure() for RAW streamsNaushir Patuck
2023-09-27libcamera: rpi: Add some helpers to PipelineHandlerBaseNaushir Patuck
2023-09-27libcamera: rpi: Cache rawStreams and outStreamsNaushir Patuck
2023-09-27libcamera: rpi: Make isRaw/isYuv/isRgb static functionsNaushir Patuck
2023-09-27libcamera: rpi: Fix wrong comment indentationJacopo Mondi
2023-09-27libcamera: rpi: Allow platformValidate() to adjust format stridesNaushir Patuck
2023-09-27libcamera: rpi: Handle SensorConfigurationJacopo Mondi
2023-09-27libcamera: camera_sensor: Support SensorConfigurationJacopo Mondi
2023-09-27libcamera: camera: Introduce SensorConfigurationJacopo Mondi
2023-09-25pipeline: rpi: Reset the frame lengths queue during configureNaushir Patuck
2023-09-25ipa: rpi: Fix frame count logic when running algorithmsNaushir Patuck
2023-09-25libcamera: formats: Fix typo in YV444 V4L2PixelFormat listingNaushir Patuck
2023-09-21android: camera_device: Fix requestedStream handlingHarvey Yang
2023-09-16ipa: rpi: Fix segfault when parsing invalid json fileNaushir Patuck
2023-09-16ipa: rpi: agc: Use channel constraints in the AGC algorithmDavid Plowman