summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-14ipa: algorithms: af: Do not inherit from Algorithmjmondi/rockpi/af/imx519Jacopo Mondi
2022-07-14[HACK] camera_lens: Rescale position in AK7375 rangeJacopo Mondi
2022-07-14ipa: rkisp1: Add IMX519 tuning fileJacopo Mondi
2022-07-14libcamera: camera_sensor_properties: Add Sony IMX519Jacopo Mondi
2022-07-14ipa: libipa: Add Sony IMX519 supportJacopo Mondi
2022-07-14ipa: rkisp1: af: Skip one frame after changing the AF windowDaniel Semkowicz via libcamera-devel
2022-07-14ipa: rkisp1: af: Skip few frames after changing lens positionDaniel Semkowicz via libcamera-devel
2022-07-14ipa: af_hill_climb: Skip the first frame after triggering auto focusDaniel Semkowicz via libcamera-devel
2022-07-14ipa: rkisp1: Add "Windows" Metering mode to auto focus algorithmDaniel Semkowicz via libcamera-devel
2022-07-14ipa: rkisp1: Add OV5675 tuning fileDaniel Semkowicz via libcamera-devel
2022-07-14ipa: rkisp1: Pass requests setting AF controls to the AF algorithmDaniel Semkowicz via libcamera-devel
2022-07-14ipa: module: Add getAlgorithm() methodDaniel Semkowicz via libcamera-devel
2022-07-14pipeline: rkisp1: Add basic AF controls to the supported controls listDaniel Semkowicz via libcamera-devel
2022-07-14ipa: rkisp1: Add AF algorithm basing on common AfHillClimbing classDaniel Semkowicz via libcamera-devel
2022-07-14ipa: Add class that implements base AF control algorithmDaniel Semkowicz via libcamera-devel
2022-07-14ipa: Add base class defining AF algorithm interfaceDaniel Semkowicz via libcamera-devel
2022-07-14libcamera: rkisp1: Control the lens from IPADaniel Semkowicz via libcamera-devel
2022-07-14libcamera: rkisp1: ipa: Rename ctrls_ to sensorCtrls_Daniel Semkowicz via libcamera-devel
2022-07-14libcamera: rkisp1: Control the lens from pipelineDaniel Semkowicz via libcamera-devel
2022-07-14pipeline: raspberrypi: Fix incorrect advertising of ScalerCropNaushir Patuck
2022-07-14pipeline: rkisp1: Support media graph with separate CSI RXPaul Elder
2022-07-13libcamera: base: Suppress clang-11 compile error on ARM32Naushir Patuck
2022-07-05libcamera: camera: Reset request sequence number on stop/startUmang Jain
2022-07-05delayed_controls: Remove reduandant firstSequence_Kieran Bingham
2022-07-04gstreamer: Fix race conditions in task pause/resumeLaurent Pinchart
2022-07-04gstreamer: Split completed request processing to a separate functionLaurent Pinchart
2022-07-04gstreamer: Split request creation to a separate functionLaurent Pinchart
2022-07-04gstreamer: Fix pads lockingLaurent Pinchart
2022-07-04gstreamer: Use dedicated lock for request queuesLaurent Pinchart
2022-07-04gstreamer: Combine the two pad loops in the task run handlerLaurent Pinchart
2022-07-04gstreamer: Handle completed requests in the libcamerasrc taskLaurent Pinchart
2022-07-04gstreamer: Rename queued requests queue to queuedRequests_Laurent Pinchart
2022-07-04gstreamer: Move timestamp calculation out of pad loopLaurent Pinchart
2022-07-04gstreamer: Pass Stream to RequestWrap::addBuffer()Laurent Pinchart
2022-07-04gstreamer: Move variable to loop scopeLaurent Pinchart
2022-07-04gstreamer: Use gst_task_resume() when availableLaurent Pinchart
2022-06-29ipa: rkisp1: Add support of Black Level Correction tuningFlorian Sylvestre
2022-06-29ipa: rkisp1: Add OV5640 tuning fileFlorian Sylvestre
2022-06-29ipa: rkisp1: Add IMX219 tuning fileLaurent Pinchart
2022-06-29ipa: rkisp1: Add YAML tuning file supportFlorian Sylvestre
2022-06-29ipa: rkisp1: Register algorithmsLaurent Pinchart
2022-06-29pipeline: rkisp1: Support IPA tuning fileFlorian Sylvestre
2022-06-29ipa: libipa: module: Make the Module class LoggableLaurent Pinchart
2022-06-29ipa: libipa: module: Add support for instantiation from YAMLLaurent Pinchart
2022-06-29ipa: libipa: algorithm: Add init() function to the Algorithm classFlorian Sylvestre
2022-06-29ipa: libipa: algorithm: Add an algorithm registration mechanismLaurent Pinchart
2022-06-29ipa: libipa: Move ipa namespace documentation to module.cppLaurent Pinchart
2022-06-29ipa: libipa: Introduce a Module class templateLaurent Pinchart
2022-06-29pipeline: raspberrypi: Advertise ScalerCrop from the pipeline handlerNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Correctly report available control limitsNaushir Patuck