summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-29ipa: rkisp1: Add support of Black Level Correction tuningFlorian Sylvestre
2022-06-29ipa: rkisp1: Add OV5640 tuning fileFlorian Sylvestre
2022-06-29ipa: rkisp1: Add IMX219 tuning fileLaurent Pinchart
2022-06-29ipa: rkisp1: Add YAML tuning file supportFlorian Sylvestre
2022-06-29ipa: rkisp1: Register algorithmsLaurent Pinchart
2022-06-29pipeline: rkisp1: Support IPA tuning fileFlorian Sylvestre
2022-06-29ipa: libipa: module: Make the Module class LoggableLaurent Pinchart
2022-06-29ipa: libipa: module: Add support for instantiation from YAMLLaurent Pinchart
2022-06-29ipa: libipa: algorithm: Add init() function to the Algorithm classFlorian Sylvestre
2022-06-29ipa: libipa: algorithm: Add an algorithm registration mechanismLaurent Pinchart
2022-06-29ipa: libipa: Move ipa namespace documentation to module.cppLaurent Pinchart
2022-06-29ipa: libipa: Introduce a Module class templateLaurent Pinchart
2022-06-29pipeline: raspberrypi: Advertise ScalerCrop from the pipeline handlerNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Correctly report available control limitsNaushir Patuck
2022-06-29pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPANaushir Patuck
2022-06-29ipa: raspberrypi: Use std::optional in DeviceStatusNaushir Patuck
2022-06-29ipa: raspberrypi: imx477: Get sensor temperature from embedded dataNaushir Patuck
2022-06-29ipa: raspberrypi: Add sensor temperature to DeviceStatusNaushir Patuck
2022-06-29libcamera: controls: Add SensorTemperature controlNaushir Patuck
2022-06-27libcamera: v4l2_videodevice: Identify non-zero stream startsKieran Bingham
2022-06-20cam: kms_sink: Remove limitation that camera and display must matchEric Curtin
2022-06-20libcamera: yaml_parser: Add get() specializations for 16-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Fix range checks for 32-bit integersLaurent Pinchart
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20android: Use the YamlObject iterator APILaurent Pinchart
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