pub unsafe extern "C" fn CAMU_SetAutoWhiteBalance(
    select: u32_,
    autoWhiteBalance: bool
) -> Result
Expand description

Sets whether auto white balance is enabled on the specified camera.

§Arguments

  • select - Camera to use.
  • autoWhiteBalance - Whether auto white balance is enabled.