Age | Commit message (Expand) | Author |
2019-02-06 | libcamera: pipeline: uvcvideo: Implement capture support | Kieran Bingham |
2019-02-06 | libcamera: camera: Extend the interface to support capture | Niklas Söderlund |
2019-02-06 | libcamera: camera: Cache the stream configuration in the stream object | Niklas Söderlund |
2019-02-06 | libcamera: camera: Add helper to check for exclusive access | Niklas Söderlund |
2019-02-06 | libcamera: pipeline_handler: Extend the interface to support capture | Niklas Söderlund |
2019-02-06 | libcamera: Provide a Request object | Jacopo Mondi |
2019-02-06 | libcamera: stream: Add stream configuration to the stream object | Niklas Söderlund |
2019-02-06 | libcamera: stream: Construct a stream | Kieran Bingham |
2019-02-06 | libcamera: Add V4L2Subdevice | Jacopo Mondi |
2019-02-06 | libcamera: Add geometry.h | Jacopo Mondi |
2019-02-06 | libcamera: v4l2_device: Add comments to method parameters | Jacopo Mondi |
2019-02-06 | libcamera: v4l2_device: Update dequeued buffer information | Niklas Söderlund |
2019-02-06 | test: v4l2_device: Provide asynchronous capture test | Kieran Bingham |
2019-02-06 | test: v4l2_device: Add StreamOn/StreamOff test | Kieran Bingham |
2019-02-06 | libcamera: v4l2_device: Implement stream{On,Off} | Kieran Bingham |
2019-02-06 | libcamera: v4l2_device: Implement queue/dequeue operations | Kieran Bingham |
2019-02-06 | test: v4l2_device: Add request_buffers test | Kieran Bingham |
2019-02-06 | libcamera: v4l2_device: Request buffers from the device | Kieran Bingham |
2019-02-06 | test: v4l2_device: Use DeviceEnumerator to find a UVCVideo | Kieran Bingham |
2019-02-06 | libcamera: Add Buffer Management | Kieran Bingham |
2019-02-05 | libcamera: v4l2_device: Improve documentation | Jacopo Mondi |
2019-02-05 | libcamera: v4l2_device: s_format: Return the device format | Jacopo Mondi |
2019-02-05 | libcamera: v4l2_device: Construct from MediaEntity* | Jacopo Mondi |
2019-02-04 | libcamera: pipeline: uvcvideo: set a default format | Niklas Söderlund |
2019-02-04 | libcamera: streams: extend stream configuration with buffer count | Niklas Söderlund |
2019-02-04 | libcamera: pipeline: vimc: create camera for Sensor B | Niklas Söderlund |
2019-02-04 | clang-format: Enable BreakBeforeTernaryOperators | Kieran Bingham |
2019-02-04 | libcamera: camera: Fix spelling error | Kieran Bingham |
2019-02-03 | libcamera: v4l2_device: Set bytesperline in single plane S_FMT | Jacopo Mondi |
2019-02-03 | libcamera: v4l2_device: Zero-initialize V4L2 format | Jacopo Mondi |
2019-02-03 | libcamera: v4l2_device: Rename plane format fields | Jacopo Mondi |
2019-02-03 | libcamera: v4l2_device: Rename parameters to s/g_fmt | Jacopo Mondi |
2019-02-03 | libcamera: v4l2_device: Fix getFormatSingleplane ioctl | Jacopo Mondi |
2019-02-03 | libcamera: v4l2_device: Rename format() method to getFormat() | Jacopo Mondi |
2019-02-01 | cam: options: Add explicit conversion methods to OptionValue | Laurent Pinchart |
2019-02-01 | cam: Add --format option to configure a stream | Niklas Söderlund |
2019-02-01 | cam: options: Add a key=value parser | Niklas Söderlund |
2019-02-01 | cam: options: Add option type handling to options parser | Laurent Pinchart |
2019-02-01 | cam: options: Store options in a list instead of a vector | Laurent Pinchart |
2019-02-01 | cam: options: Return whether addOption() succeeds or not | Niklas Söderlund |
2019-02-01 | cam: options: Create a template class for options | Niklas Söderlund |
2019-02-01 | cam: options: Move struct Option | Laurent Pinchart |
2019-02-01 | cam: options: Move enum OptionArgument | Niklas Söderlund |
2019-02-01 | libcamera: camera: extend camera object to support configuration of streams | Niklas Söderlund |
2019-02-01 | libcamera: pipeline: extend pipelines to support stream configuration | Niklas Söderlund |
2019-02-01 | libcamera: camera: extend camera object to support streams | Niklas Söderlund |
2019-02-01 | libcamera: camera: Add acquire() and release() | Laurent Pinchart |
2019-02-01 | libcamera: stream: add initial StreamConfiguration structure | Niklas Söderlund |
2019-02-01 | libcamera: stream: add initial Stream class | Niklas Söderlund |
2019-01-31 | libcamera: camera: Fix operator= definition | Laurent Pinchart |