summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-20libcamera: yaml_parser: Add iterator APILaurent Pinchart
2022-06-19cam: drm: Support /dev/dri cards other than 0Eric Curtin
2022-06-18ipa: ipu3: awb: Correct the gains calculationJean-Michel Hautbois
2022-06-16libcamera: pipeline: simple: Support scaling on the sensorLaurent Pinchart
2022-06-16libcamera: pipeline: simple: Store sensor resolution in configurationLaurent Pinchart
2022-06-16libcamera: pipeline: simple: Factor out format test to separate functionLaurent Pinchart
2022-06-16libcamera: pipeline: simple: Document the pipeline traversal algorithmLaurent Pinchart
2022-06-16libcamera: pipeline: simple: Improve debug message on config failureLaurent Pinchart
2022-06-16libcamera: yaml_parser: Switch from FILE to FileLaurent Pinchart
2022-06-16libcamera: yaml_parser: Extend YamlObject::size() to dictionariesLaurent Pinchart
2022-06-16libcamera: yaml_object: Turn Type into an enum classLaurent Pinchart
2022-06-10android: camera_device: Print the correct number of completed streamsJacopo Mondi
2022-06-10android: camera_device: Use YUV post-processorHirokazu Honda
2022-06-10android: camera_device: Postpone mapped streams handlingJacopo Mondi
2022-06-10android: camera_stream: Create allocator unconditionallyJacopo Mondi
2022-06-10android: camera_stream: Add sourceStreamHirokazu Honda
2022-06-08py: examples: Add simple-cam.pyTomi Valkeinen
2022-06-08py: examples: Add simple-continuous-capture.pyTomi Valkeinen
2022-06-08py: examples: Add simple-capture.pyTomi Valkeinen
2022-06-06libcamera: base: log: Color the log prefixLaurent Pinchart
2022-06-06libcamera: base: log: Add coloring to the log outputLaurent Pinchart
2022-06-06camera_sensor: Suppress error message if test patterns are unavailableNaushir Patuck
2022-06-05libcamera: request: Add operator<<()Jacopo Mondi
2022-06-05libcamera: ipu3: Fix rogue whitespaceChristian Rauch
2022-06-04py: Merge read_event() and get_ready_requests()Tomi Valkeinen
2022-06-03libcamera: v4l2_subdevice: Add YUV8_1X24 media bus formatLaurent Pinchart
2022-06-03libcamera: v4l2_subdevice: Add RGB565_1X16 media bus formatLaurent Pinchart
2022-06-03libcamera: v4l2_subdevice: Use MEDIA_BUS_FMT_* macrosLaurent Pinchart
2022-06-03libcamera: formats: Add YUV444 and YVU444 pixel formatsLaurent Pinchart
2022-06-03libcamera: formats: Add YVU422 pixel formatLaurent Pinchart
2022-06-01py: cam: cam_qt: mmap the fbs only onceTomi Valkeinen
2022-06-01py: MappedFrameBuffer: Add 'fb' propertyTomi Valkeinen
2022-06-01py: MappedFrameBuffer: Support non-contextmanager useTomi Valkeinen
2022-06-01py: Implement FrameBufferPlaneTomi Valkeinen
2022-06-01py: Add FrameMetadataPlaneTomi Valkeinen
2022-06-01py: Add Request.__str__()Tomi Valkeinen
2022-06-01py: cam: Drop PIL dependencyTomi Valkeinen
2022-06-01py: cam: Move conversion funcs to helpers.pyTomi Valkeinen
2022-06-01libcamera: base: log: Log to std::cerr if log file can't be openedLaurent Pinchart
2022-06-01libcamera: base: log: Replace stderr with std::cerr in documentationLaurent Pinchart
2022-06-01libcamera: base: log: Remove unnecessary local variableLaurent Pinchart
2022-06-01libcamera: Use "..." instead of <...> consistently for internal headersLaurent Pinchart
2022-06-01libcamera: Fix incorrect toString() to operator<<() conversionsLaurent Pinchart
2022-05-27py: Use ln --relative to create symlinksTomi Valkeinen
2022-05-27py: Generate bindings for propertiesTomi Valkeinen
2022-05-27py: Rename 'efd' to 'event_fd'Tomi Valkeinen
2022-05-27py: Re-structure the controls APITomi Valkeinen
2022-05-27py: Re-implement controls genenerationTomi Valkeinen
2022-05-27py: cam: Convert ctx and state to classesTomi Valkeinen
2022-05-27py: cam: Drop WA_ShowWithoutActivatingTomi Valkeinen