summaryrefslogtreecommitdiff
path: root/src/libcamera/pipeline/raspberrypi
AgeCommit message (Expand)Author
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-11-26pipeline: raspberrypi: Fix erroneous bayer buffer requeue on buffer matchingNaushir Patuck
2020-11-17pipeline: raspberrypi: Rework bayer/embedded data buffer matchingNaushir Patuck
2020-11-16pipeline: raspberrypi: Use MappedFrameBuffer for embedded data buffersNaushir Patuck
2020-11-07libcamera: Drop unnecessary explicit initialization of V4L2DeviceFormatLaurent Pinchart
2020-10-27pipeline: raspberrypi: return an error if setFormat() failsTomi Valkeinen
2020-10-27libcamera: pipeline: raspberrypi: Implementation of digital zoomDavid Plowman
2020-10-27libcamera: raspberrypi: Initialise the SensorCropMaximum propertyDavid Plowman
2020-10-21libcamera: pipeline: rpi_stream: Explicitly name requestBufferKieran Bingham
2020-10-21libcamera: pipeline: Use existing variable definitionsKieran Bingham
2020-10-21libcamera: pipeline: Prevent variable shadowingKieran Bingham
2020-10-20libcamera: Omit extra semicolonsHirokazu Honda
2020-10-07pipeline: ipa: raspberrypi: Switch to use C++17 features where possibleNaushir Patuck
2020-10-02pipeline: raspberrypi: Sensor flips should be applied unconditionallyNaushir Patuck
2020-09-30libcamera: stream: Rename StillCaptureRaw to RawNiklas Söderlund
2020-09-29ipa: raspberrypi: Tidy up variable names to be consistentNaushir Patuck
2020-09-29ipa: raspberrypi: Move IPA parameters to the RPi namespaceNaushir Patuck
2020-09-29pipeline: raspberrypi: Rename RPi::RPiStream and RPi::RPiDeviceNaushir Patuck
2020-09-29libcamera: raspberrypi: Plumb user transform through to IPADavid Plowman
2020-09-29libcamera: raspberrypi: Set camera flips correctly from user transformDavid Plowman
2020-09-29libcamera: Add user Transform to CameraConfigurationDavid Plowman
2020-09-29libcamera: pipeline: raspberrypi: Revert "Set sensor default orientation befo...David Plowman
2020-09-21pipeline: ipa: raspberrypi: Handle any externally allocated FrameBufferNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_set to store IPA buffer idsNaushir Patuck
2020-09-21pipeline: raspberrypi: Use an unordered_map for the stream buffer listNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Remove use of FrameBuffer cookieNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add more robust stream buffer logicNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Fix bug in passing configuration to IPANaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Rework stream buffer logic for zero-copyNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Remove const qualifier from RPiStreamNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Increase the number of RAW buffersNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Add some debug loggingNaushir Patuck
2020-09-21libcamera: pipeline: ipa: raspberrypi: Rework drop frame signallingNaushir Patuck
2020-09-21libcamera: pipeline: raspberrypi: Move RPiStream into a separate fileNaushir Patuck
2020-08-28libcamera: raspberrypi: Check dma heap allocatorJacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Add isValid()Jacopo Mondi
2020-08-28libcamera: raspberrypi: dmaheaps: Improve device openJacopo Mondi
2020-08-27pipeline: raspberrypi: Set sensor default orientation before configure()Naushir Patuck
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-25libcamera: Drop explicit construction of std::queueLaurent Pinchart
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-07-23libcamera: v4l2_videodevice: Add using statement for format mapNiklas Söderlund
2020-07-17libcamera: pipeline: ipa: raspberrypi: Use dma heap allocs for LS tablesNaushir Patuck
2020-07-17libcamera: pipeline: raspberrypi: Start IPA when starting cameraLaurent Pinchart
2020-07-17ipa: raspberrypi: Pass sensor config back from configure()Laurent Pinchart
2020-07-17ipa: raspberrypi: Pass lens shading table through configure() functionLaurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Set sensor flip based on rotationLaurent Pinchart
2020-07-17libcamera: pipeline: raspberrypi: Move configureIPA() to RPiCameraDataLaurent Pinchart