Type Alias libcamera_stream_configuration_t

Source
pub type libcamera_stream_configuration_t = libcamera_stream_configuration;

Aliased Type§

#[repr(C)]
pub 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