Crate libcamera

Crate libcamera 

Source
Expand description

Safe Rust bindings for libcamera.

Notable helper modules:

  • formats: generated pixel format constants matching libcamera::formats.
  • controls and properties: generated identifiers for the installed libcamera version.

Modulesยง

camera
camera_manager
color_space
control
control_value
controls
fence
formats
Pixel format constants generated from the installed libcamera/formats.h.
framebuffer
framebuffer_allocator
framebuffer_map
geometry
logging
pixel_format
properties
request
stream
transform
utils
vendor_features
Generated vendor feature flags. The flat module exposes LIBCAMERA_HAS_* const bools as produced by libcamera control headers.
version
Compile-time libcamera version information (from libcamera/version.h) and runtime version string.