libcamera: camera_sensor: Add V4L2 control operations

Add operations to get and set control and to retrieve the informations
on a V4L2 control. For simple camera sensors, the operations are
directly called on the underlying V4L2 subdevice.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2 files changed
tree: 48b01926133c28747f04c1025967bd6927451bec
  1. Documentation/
  2. include/
  3. licenses/
  4. package/
  5. src/
  6. test/
  7. utils/
  8. .clang-format
  9. .gitignore
  10. meson.build
  11. meson_options.txt
  12. README.md
README.md

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install