Function nokhwa::utils::yuyv444_to_rgb

source ·
pub fn yuyv444_to_rgb(y: i32, u: i32, v: i32) -> [u8; 3]
Expand description

Convert YCbCr 4:4:4 to a RGB888. For further reading