summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-05-27py: MappedFrameBuffer: Add type hints & docsTomi Valkeinen
2022-05-27py: Move MappedFrameBuffer to libcamera.utilsTomi Valkeinen
2022-05-27py: Add CameraManager.read_event()Tomi Valkeinen
2022-05-27py: Fix None value in ControlType enumTomi Valkeinen
2022-05-27py: Fix SceneFlicker enum valuesTomi Valkeinen
2022-05-27py: cam: CleanupsTomi Valkeinen
2022-05-27py: cam_qt: Use libcamera.formatsTomi Valkeinen
2022-05-27py: Generate pixel formats listTomi Valkeinen
2022-05-27libcamera: ipa: Move IPA control serialization structures to libcamera namespaceLaurent Pinchart
2022-05-27libcamera: pipeline: uvcvideo: Infer camera location from removable attributeLaurent Pinchart
2022-05-27libipa: camera_sensor_helper: Add Sony IMX477 helperNaushir Patuck
2022-05-27libcamera: camera_sensor: Add IMX477 sensor propertiesNaushir Patuck
2022-05-26ipa: camera_sensor_helper: Fix equation in exponential gain documentationLaurent Pinchart
2022-05-25libcamera: controls: Controls for driving AF (autofocus) algorithmsDavid Plowman
2022-05-23cam: sdl_sink: Add MJPG support to SDL sinkEric Curtin
2022-05-23cam: sdl_sink: Add SDL sink with initial YUYV supportEric Curtin
2022-05-23cam: event_loop: Add timer events to event loopEric Curtin
2022-05-23cam: event_loop: Rename addEvent to addFdEventEric Curtin
2022-05-23pipeline: raspberrypi: Fix possible null dereferenceNaushir Patuck
2022-05-22cam: Use script parser to set controlsJacopo Mondi
2022-05-22cam: Queue requests through CameraSession::queueRequest()Jacopo Mondi
2022-05-22cam: Add a parser for capture scriptsJacopo Mondi
2022-05-20android: Drop gcc 7 compatibilityLaurent Pinchart
2022-05-19libcamera: formats: Add missing RGBX8888 infoTomi Valkeinen
2022-05-19libcamera: formats: Fix warning printTomi Valkeinen
2022-05-18py: Clean up control enums generationTomi Valkeinen
2022-05-18py: Rename pyxyz to py_xyzTomi Valkeinen
2022-05-18py: Use geometry classesTomi Valkeinen
2022-05-18py: Add geometry classesTomi Valkeinen
2022-05-18py: Implement PixelFormat classTomi Valkeinen
2022-05-18py: cam_qt: Cosmetic cleanupsTomi Valkeinen
2022-05-18py: cam_kms: Fix multistream displayTomi Valkeinen
2022-05-18py: cam_kms: Support multiplanar formatsTomi Valkeinen
2022-05-18py: cam.py: Exit on exceptionTomi Valkeinen
2022-05-18py: pymain: Fix indentTomi Valkeinen
2022-05-18py: Add comment about the symlinksTomi Valkeinen
2022-05-18py: meson: Fix comment about stubsTomi Valkeinen
2022-05-18py: meson: Use files() for custom_target input filesTomi Valkeinen
2022-05-18ipa: ipu3: Put IPAFrameContext(s) in a ring bufferUmang Jain