About 95 results
Open links in new tab
  1. Welcome — libcamera

    The libcamera team is working to bring up open-source support for Arm’s Mali-C55 Image Signal Processor. This ISP is a new offering from Arm building on the C52 ISP and offering up to 48 MP …

  2. Documentation — libcamera

    The libcamera framework is the core part of the stack. It handles all control of the camera devices in its core component, libcamera, and exposes a native C++ API to upper layers. Optional language …

  3. Introduction — libcamera

    The libcamera adaptation is an umbrella term designating the components that interface to libcamera in other frameworks. Notable examples are a V4L2 compatibility layer, a gstreamer libcamera element, …

  4. Getting Started — libcamera

    The libcamerasrc element has two log categories, named libcamera-provider (for the video device provider) and libcamerasrc (for the operation of the camera). All corresponding debug messages can …

  5. libcamera API reference

    Jan 8, 2013 · Welcome to the API reference for libcamera, a complex camera support library for Linux, Android and ChromeOS. These pages are automatically generated from the libcamera source code …

  6. libcamera Architecture

    While offering a unified API towards upper layers, and presenting itself as a single library, libcamera isn’t monolithic. It exposes multiple components through its public API and is built around a set of …

  7. Frequently Asked Questions — libcamera

    libcamera aims to encourage the development of new embedded camera applications by limiting the complexity that developers have to deal with. The interface is designed around the way that modern …

  8. Open Projects — libcamera

    libcamera is a library for applications to use for access and control of cameras. This project aims to add support for libcamera to other applications that need to use cameras in Linux, as they will benefit …

  9. libcamera: libcamera::Camera Class Reference

    Jan 8, 2013 · It is the central object exposed by libcamera. To support the central nature of Camera objects, libcamera manages the lifetime of camera instances with std::shared_ptr<>.

  10. libcamera: Camera Model

    Jan 8, 2013 · In libcamera, a Camera is defined as a device that can capture frames continuously from a camera sensor and store them in memory. If supported by the device and desired by the application, …