Age | Commit message (Expand) | Author |
2022-06-20 | android: Use the YamlObject iterator API | Laurent Pinchart |
2022-06-20 | test: yaml_parser: Extend tests to cover the iterator API | Laurent Pinchart |
2022-06-20 | libcamera: yaml_parser: Add iterator API | Laurent Pinchart |
2022-06-20 | libcamera: yaml_parser: Use std::is_same_v<> | Laurent Pinchart |
2022-06-19 | cam: drm: Support /dev/dri cards other than 0 | Eric Curtin |
2022-06-18 | ipa: ipu3: awb: Correct the gains calculation | Jean-Michel Hautbois |
2022-06-17 | Documentation: Update the "Start an event loop" section | Daniel Semkowicz |
2022-06-17 | Documentation: Update code examples to use the Request::reuse() method | Daniel Semkowicz |
2022-06-17 | Documentation: Add the missing const to the example code | Daniel Semkowicz |
2022-06-17 | Documentation: Fix createRequest unique_ptr | Tommaso Merciai |
2022-06-16 | libcamera: pipeline: simple: Support scaling on the sensor | Laurent Pinchart |
2022-06-16 | libcamera: pipeline: simple: Store sensor resolution in configuration | Laurent Pinchart |
2022-06-16 | libcamera: pipeline: simple: Factor out format test to separate function | Laurent Pinchart |
2022-06-16 | libcamera: pipeline: simple: Document the pipeline traversal algorithm | Laurent Pinchart |
2022-06-16 | libcamera: pipeline: simple: Improve debug message on config failure | Laurent Pinchart |
2022-06-16 | test: yaml-parser: Use write() instead of fwrite() | Laurent Pinchart |
2022-06-16 | libcamera: yaml_parser: Switch from FILE to File | Laurent Pinchart |
2022-06-16 | libcamera: yaml_parser: Extend YamlObject::size() to dictionaries | Laurent Pinchart |
2022-06-16 | libcamera: yaml_object: Turn Type into an enum class | Laurent Pinchart |
2022-06-10 | android: camera_device: Print the correct number of completed streams | Jacopo Mondi |
2022-06-10 | android: camera_device: Use YUV post-processor | Hirokazu Honda |
2022-06-10 | android: camera_device: Postpone mapped streams handling | Jacopo Mondi |
2022-06-10 | android: camera_stream: Create allocator unconditionally | Jacopo Mondi |
2022-06-10 | android: camera_stream: Add sourceStream | Hirokazu Honda |
2022-06-08 | py: examples: Add simple-cam.py | Tomi Valkeinen |
2022-06-08 | py: examples: Add simple-continuous-capture.py | Tomi Valkeinen |
2022-06-08 | py: examples: Add simple-capture.py | Tomi Valkeinen |
2022-06-08 | Documentation: Add python-bindings.rst | Tomi Valkeinen |
2022-06-06 | libcamera: base: log: Color the log prefix | Laurent Pinchart |
2022-06-06 | libcamera: base: log: Add coloring to the log output | Laurent Pinchart |
2022-06-06 | camera_sensor: Suppress error message if test patterns are unavailable | Naushir Patuck |
2022-06-05 | libcamera: request: Add operator<<() | Jacopo Mondi |
2022-06-05 | libcamera: ipu3: Fix rogue whitespace | Christian Rauch |
2022-06-04 | py: Merge read_event() and get_ready_requests() | Tomi Valkeinen |
2022-06-03 | utils: checkstyle.py: Fix color bleed | Tomi Valkeinen |
2022-06-03 | libcamera: v4l2_subdevice: Add YUV8_1X24 media bus format | Laurent Pinchart |
2022-06-03 | libcamera: v4l2_subdevice: Add RGB565_1X16 media bus format | Laurent Pinchart |
2022-06-03 | libcamera: v4l2_subdevice: Use MEDIA_BUS_FMT_* macros | Laurent Pinchart |
2022-06-03 | libcamera: formats: Add YUV444 and YVU444 pixel formats | Laurent Pinchart |
2022-06-03 | libcamera: formats: Add YVU422 pixel format | Laurent Pinchart |
2022-06-01 | py: cam: cam_qt: mmap the fbs only once | Tomi Valkeinen |
2022-06-01 | py: MappedFrameBuffer: Add 'fb' property | Tomi Valkeinen |
2022-06-01 | py: MappedFrameBuffer: Support non-contextmanager use | Tomi Valkeinen |
2022-06-01 | py: Implement FrameBufferPlane | Tomi Valkeinen |
2022-06-01 | py: Add FrameMetadataPlane | Tomi Valkeinen |
2022-06-01 | py: Add Request.__str__() | Tomi Valkeinen |
2022-06-01 | py: cam: Drop PIL dependency | Tomi Valkeinen |
2022-06-01 | py: cam: Move conversion funcs to helpers.py | Tomi Valkeinen |
2022-06-01 | py: unittests: Fix test_select() | Tomi Valkeinen |
2022-06-01 | py: unittests: Fix test_sleep() | Tomi Valkeinen |