summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline
AgeCommit message (Expand)Author
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
2021-02-19libcamera: ipu3: set V4L2_CID_INTEL_IPU3_MODEJean-Michel Hautbois
2021-02-19libcamera: pipeline: ipu3: Prevent unintialised memory useKieran Bingham
2021-02-19pipeline: raspberrypi: Update the lens shading control in-placeNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPiNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changesNaushir Patuck
2021-02-19pipeline: ipa: raspberrypi: Fix pipeline running on in a stopped stateNaushir Patuck
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16libcamera: pipeline: rkisp1: configure IPA from configure method instead of s...Dafna Hirschfeld
2021-02-09pipeline: raspberrypi: Set the ISP Output1 to 1/4 resolution if unusedNaushir Patuck
2021-02-09pipeline: raspberrypi: Refactor stream configuration routineNaushir Patuck
2021-02-08libcamera: ipu3: Get request from information structure instead of bufferNiklas Söderlund
2021-02-05libcamera: ipu3: Fix RAW sizes selectionJacopo Mondi
2021-02-05libcamera: ipu3: Always report crop regionJacopo Mondi
2021-02-05libcamera: ipu3: Share parameter and statistic buffers with IPANiklas Söderlund
2021-02-05libcamera: ipu3: Add helper for parameter and statistic buffersNiklas Söderlund
2021-02-05libcamera: ipu3: Map buffers in IPANiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Allocate buffers for stats and paramNiklas Söderlund
2021-02-05libcamera: ipu3: Attach to an IPA and allow it to set sensor controlsNiklas Söderlund
2021-02-05libcamera: ipu3: cio2: Generate start of frame eventNiklas Söderlund
2021-02-05libcamera: ipu3: cio2: Return the FrameBuffer pointer usedNiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Add parameters video deviceNiklas Söderlund
2021-02-05libcamera: ipu3: imgu: Configure the stat video device as part of configure()Niklas Söderlund
2021-02-05libcamera: pipeline: raspberrypi: Always save sensor params on IPA_RESULT_SEN...Naushir Patuck
2021-02-05ipa: raspberrypi: Rename RPi::ConfigParameters enum valuesNaushir Patuck
2021-02-04libcamera: bayer_format: Add the fromV4L2PixelFormat functionSebastian Fricke
2021-02-02libcamera: ipu3: cio2: Fix line breakJacopo Mondi
2021-01-29libcamera: pipeline: rkisp1: Avoid race when processing parameter buffersNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Remove TimelineNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Use SOF event to warn about late parametersNiklas Söderlund
2021-01-29libcamera: pipeline: rkisp1: Use delayed controlsNiklas Söderlund
2021-01-29libcamera: raspberrypi: Remove StaggeredCtrlNiklas Söderlund
2021-01-29libcamera: raspberrypi: Switch to DelayedControlsNiklas Söderlund
2021-01-25libcamera: ipu3: Report ScalerCrop in metadataJacopo Mondi
2021-01-25libcamera: ipu3: Register ScalerCrop controlJacopo Mondi
2021-01-25libcamera: ipu3: Register Exposure controlJacopo Mondi
2021-01-20libcamera: raspberrypi: Add control of sensor vblankingNaushir Patuck
2021-01-18libcamera: uvc: Initialize the pixel array propertiesJacopo Mondi
2021-01-12libcamera: pipelines: ipu3: Simplify error bail out path on start()Umang Jain
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: pipeline: simple: Remove the unused configs_ variablePhi-Bang Nguyen
2020-12-18libcamera: pipeline: simple: Remove non-implemented methodsJacopo Mondi
2020-12-14libcamera: pipeline: Manage resources with std::unique_ptr<>Laurent Pinchart
2020-12-14libcamera: pipeline: vimc: Use V4L2*::fromEntityName() where possibleLaurent Pinchart
2020-12-14libcamera: pipeline: raspberrypi: Don't leak RPiCameraData::sensor_Laurent Pinchart
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-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