Function libcamera_sys::libcamera_pixel_format_str
source ยท pub unsafe extern "C" fn libcamera_pixel_format_str(
format: *const libcamera_pixel_format_t,
) -> *mut c_char
Expand description
@brief Converts pixel format to a human readable string representation @param format libcamera PixelFormat structure @return A heap allocated null-terminated string, that has to be deallocated with free()