Type Alias libcamera_sys::libcamera_stream_configuration_t
source · pub type libcamera_stream_configuration_t = libcamera_stream_configuration;
Aliased Type§
struct libcamera_stream_configuration_t {
pub pixel_format: libcamera_pixel_format,
pub size: libcamera_size,
pub stride: u32,
pub frame_size: u32,
pub buffer_count: u32,
}
Fields§
§pixel_format: libcamera_pixel_format
§size: libcamera_size
§stride: u32
§frame_size: u32
§buffer_count: u32