summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/rkisp1
AgeCommit message (Expand)Author
2022-11-23ipa: rkisp1: add FrameDurationLimits controlNicholas Roth
2022-11-23ipa: rkisp1: Fail hard on empty CameraSensorInfoJacopo Mondi
2022-11-23ipa: rkisp1: Use IPAConfig in IPA::configure()Jacopo Mondi
2022-11-09pipeline: rkisp1: Pass info pointer to tryCompleteRequest()Laurent Pinchart
2022-11-09libcamera: pipeline_handler: Return unique_ptr from generateConfiguration()Laurent Pinchart
2022-10-10pipeline: rkisp1: Set bytesused before queuing parameters bufferLaurent Pinchart
2022-08-30libcamera: pipeline: rkisp1: Implement color space supportLaurent Pinchart
2022-08-21libcamera: pipeline: rkisp1: Remove unused assignmentChristian Rauch
2022-08-04pipeline: rkisp1: Move ControlInfoMap to IPA moduleLaurent Pinchart
2022-08-03libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat()Jacopo Mondi
2022-07-28ipa: rkisp1: Add support of ColorProcessing controlFlorian Sylvestre
2022-07-28ipa: rkisp1: Add support of Filter controlFlorian Sylvestre
2022-07-20pipeline: rkisp1: Support devices without self pathPaul Elder
2022-07-14pipeline: rkisp1: Support media graph with separate CSI RXPaul Elder
2022-06-29pipeline: rkisp1: Support IPA tuning fileFlorian Sylvestre
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-04-02ipa: rkisp1: Split queuing of request and parameter fillingUmang Jain
2022-03-25pipeline: rkisp1: Match sensor aspect ratio when generating configurationsLaurent Pinchart
2022-03-23ipa: rkisp1: Replace event-based ops with dedicated functionsUmang Jain
2021-12-11libcamera: pipeline: Introduce stopDevice()Jacopo Mondi
2021-11-29ipa: rkisp1: Report and use sensor controlsJean-Michel Hautbois
2021-11-29ipa: rkisp1: Pass IPASettings at init callJean-Michel Hautbois
2021-11-24libcamera: pipeline: Convert to pragma onceKieran Bingham
2021-09-07libcamera: v4l2_videodevice: Drop toV4L2PixelFormat()Laurent Pinchart
2021-08-17libcamera: pipeline: Cast to derived pipeline handler with helpersLaurent Pinchart
2021-08-17libcamera: pipeline_handler: Drop CameraData classLaurent Pinchart
2021-08-17libcamera: pipeline: rkisp1: Migrate to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: pipeline_handler: Move CameraData members to Camera::PrivateLaurent Pinchart
2021-08-16libcamera: camera: Pass Private pointer to Camera constructorLaurent Pinchart
2021-08-12libcamera: controls: Create ControlInfoMap with ControlIdMapJacopo Mondi
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
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-05-24ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfoUmang Jain
2021-05-06libcamera: rkisp1: Report sensor timestampJacopo Mondi
2021-05-06libcamera: rkisp1: Do not over-write metadataJacopo Mondi
2021-05-03pipeline: rkisp1: Add check for non-existent frame infoSebastian Fricke
2021-04-22libcamera: pipeline: rkisp1: Fail RkISP1FrameInfo can't be foundKieran Bingham
2021-04-14libcamera: pipeline: rkisp1: Allow requests to be cancelledNícolas F. R. A. Prado
2021-04-14libcamera: pipeline: rkisp1: Assert empty queuedRequests before clearing fram...Nícolas F. R. A. Prado
2021-04-14libcamera: pipeline: rkisp1: Stop IPA before streamsNícolas F. R. A. Prado
2021-03-12libcamera: delayed_controls: Add notion of priority writeNaushir Patuck
2021-03-11ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10Dafna Hirschfeld
2021-03-11ipa: rkisp1: Return error from IPA's configure method if it failsDafna Hirschfeld
2021-02-21libcamera: camera: Constify controls argument to start()Laurent Pinchart
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-01-29libcamera: pipeline: rkisp1: Avoid race when processing parameter buffersNiklas Söderlund