summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-04pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controlsNaushir Patuck
2021-03-03libcamera: camera_sensor: Accept entities exposing the ISP functionLaurent Pinchart
2021-03-03libcamera: camera_sensor: Use active area size as resolutionLaurent Pinchart
2021-03-03ipa: rkisp1: Update to kernel header changesLaurent Pinchart
2021-03-03cros: Support the new cros camera API with set_up and tear_downPaul Elder
2021-03-03android: Introduce Chromium OS buffer managerJacopo Mondi
2021-03-03android: mm: Provide helper macro for PIMPLJacopo Mondi
2021-03-03android: jpeg: Use CameraBuffer::jpegBufferSize()Jacopo Mondi
2021-03-03android: camera_buffer: Add method to get the JPEG blob sizeJa# SPDX-License-Identifier: CC0-1.0 libcamera_base_sources = files([ 'backtrace.cpp', 'class.cpp', 'bound_method.cpp', 'event_dispatcher.cpp', 'event_dispatcher_poll.cpp', 'event_notifier.cpp', 'file.cpp', 'flags.cpp', 'log.cpp', 'message.cpp', 'mutex.cpp', 'object.cpp', 'semaphore.cpp', 'shared_fd.cpp', 'signal.cpp', 'thread.cpp', 'timer.cpp', 'unique_fd.cpp', 'utils.cpp', ]) libdw = dependency('libdw', required : false) libunwind = dependency('libunwind', required : false) if cc.has_header_symbol('execinfo.h', 'backtrace') config_h.set('HAVE_BACKTRACE', 1) endif if libdw.found() config_h.set('HAVE_DW', 1) endif if libunwind.found() config_h.set('HAVE_UNWIND', 1) endif libcamera_base_deps = [ libatomic, libdw, libthreads, libunwind, ] # Internal components must use the libcamera_base_private dependency to enable # the use of headers which must not be exposed to the libcamera public api. libcamera_base_args = [ '-DLIBCAMERA_BASE_PRIVATE' ] libcamera_base_lib = shared_library('libcamera-base', [libcamera_base_sources, libcamera_base_headers], version : libcamera_version, soversion : libcamera_soversion, name_prefix : '',
2021-03-03libcamera: pipeline: simple: Enable multiple streams for compatible devicesLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support usage of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Support configuration of multiple streamsLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Hardcode the number of internal buffersLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Move converter data to camera dataLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Add output formats to ConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Cache pipeline config in SimpleCameraConfigurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Rename Configuration::pixelFormatLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Document the pipeline handler designLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Drop unused members of configurationLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Store streams in a vectorLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Add multi-stream supportLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Decouple input and output completionLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Replace open() with isValid()Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Differentiate input and output buffer...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Configure input strideLaurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Use StreamConfiguration for input con...Laurent Pinchart
2021-03-03libcamera: pipeline: simple: converter: Group query functions togetherLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Don't override stride at configure timeLaurent Pinchart
2021-03-03libcamera: pipeline: simple: Manage converter with std::unique_ptr<>Laurent Pinchart
2021-02-26ipa: raspberrypi: AWB: Ignore invalid statistics zones correctlyDavid Plowman
2021-02-26ipa: raspberrypi: AWB: Remove unused codeDavid Plowman
2021-02-25libcamera: ipu3: Initialize V|H flip supportJacopo Mondi
2021-02-24android: camera_device: Set the camera location to Front if ExternalPaul Elder
2021-02-24libcamera: camera_sensor: Print warning when orientation is unknownPaul Elder
2021-02-23libcamera: Enable vimc pipeline handler when tests are enabledLaurent Pinchart
2021-02-23libcamera: ipu3: Add rotation to ipu3 pipelineFabian Wüthrich
2021-02-22libcamera: raspberrypi: Drop std::move() where misleadingLaurent Pinchart
2021-02-22libcamera: ipu3: Do not over-write metadataJacopo Mondi
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-19ipa: ipu3: Don't call SetControls for each frameJean-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