pub unsafe extern "C" fn CAMU_SetAutoWhiteBalanceWindow(
    select: u32_,
    x: s16,
    y: s16,
    width: s16,
    height: s16
) -> Result
Expand description

Sets the region to base auto white balance off of for the specified camera.

§Arguments

  • select - Camera to use.
  • x - X of the region.
  • y - Y of the region.
  • width - Width of the region.
  • height - Height of the region.