Age | Commit message (Expand) | Author |
2021-03-29 | libcamera: pipeline: ipu3: Fix typos | Laurent Pinchart |
2021-03-28 | pipeline: uvcvideo: Avoid reference to temporary object | Khem Raj |
2021-03-28 | pipeline: raspberryPi: Fix typo in comment | Sebastian Fricke |
2021-03-28 | ipa: raspberrrypi: Remove duplicate comment | Sebastian Fricke |
2021-03-28 | meson: Summarize which applications and adaptation layers are built | Laurent Pinchart |
2021-03-27 | ipa: rkisp1: Do not set controls during configure | Sebastian Fricke |
2021-03-25 | libcamera: camera_manager: Document the CameraManager destructor | Laurent Pinchart |
2021-03-25 | Documentation: contributing: Add link to bugs.libcamera.org | Laurent Pinchart |
2021-03-25 | android: meson: Remove unneeded android_enabled check | Laurent Pinchart |
2021-03-25 | android: CameraDevice: Mark getResultMetadata() const function | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Manage requestTemplates_ with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Manage staticMetadata_ with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: Camera3RequestDescriptor: Manage buffers with std::vector | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Return const shared_ptr& by camera() | Hirokazu Honda |
2021-03-25 | android: CameraDevice: Take shared_ptr in constructor | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Fix a function call of a moved Camera | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Hold CameraManager with std::unique_ptr | Hirokazu Honda |
2021-03-25 | android: CameraHalManager: Hold CameraDevice with std::unique_ptr | Hirokazu Honda |
2021-03-24 | libcamera: v4l2_videodevice: Prevent queueing buffers without a cache | Kieran Bingham |
2021-03-24 | ipa: ipu3: Do not set controls during configure | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: frames: Associate buffers with the request | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: frames: Group FrameBuffer operations | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: Do not mark metadata complete early | Kieran Bingham |
2021-03-24 | libcamera: pipeline: ipu3: Stop IPA before stopping devices | Kieran Bingham |
2021-03-24 | utils: ipc: proxy: Process pending messages | Laurent Pinchart |
2021-03-24 | utils: ipc: proxy: Assert asynchronous calls execute in the running state | Laurent Pinchart |
2021-03-23 | meson: Add configuration option to build the cam application | Laurent Pinchart |
2021-03-23 | meson: Use subdir_done() to reduce indentation | Laurent Pinchart |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::configure() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::start() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Remove unused member variable | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Move the controller initialise to ipa::init() | Naushir Patuck |
2021-03-23 | pipeline: raspberrypi: Conditionally open the embedded data node | Naushir Patuck |
2021-03-23 | pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init() | Naushir Patuck |
2021-03-23 | ipa: Add sensor model string to IPASettings | Naushir Patuck |
2021-03-23 | android: Return -EUSERS when failed to open a Camera that's in use | Paul Elder |
2021-03-23 | libcamera: device_enumerator: Remove unnecessary rvalue references | Hirokazu Honda |
2021-03-22 | android: camera_device: Do not default External to Front | Jacopo Mondi |
2021-03-22 | libcamera: camera_sensor: Do not register Location if not available | Jacopo Mondi |
2021-03-22 | cam: Do not assume Location is available | Jacopo Mondi |
2021-03-20 | pipeline: simple: Update documentation on pipeline setup | Marian Cichy |
2021-03-20 | Documentation: guides: pipeline-handler: Fix capture flag usage | Nícolas F. R. A. Prado |
2021-03-19 | Documentation: guides: pipeline-handler: Update code, commands and logs | Nícolas F. R. A. Prado |
2021-03-19 | Documentation: sensor-driver: Fix links to V4L2 documentation | Nícolas F. R. A. Prado |
2021-03-19 | Documentation: environment-variables: Use standard rST link syntax | Nícolas F. R. A. Prado |
2021-03-19 | Documentation: Fix typos and wrong rST syntax for literals | Nícolas F. R. A. Prado |
2021-03-19 | libcamera: request: Fix documentation of controls() method | Marian Cichy |
2021-03-17 | libcamera: ipu3: Pass the BDS rectangle at IPA configure call | Jean-Michel Hautbois |
2021-03-17 | libcamera: ipu3: Move ipa configuration from start() to configure() | Jean-Michel Hautbois |
2021-03-16 | ipa: ipa_interface: Add comment to defend the forward-declaration | Paul Elder |