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

Sets whether auto exposure is enabled on the specified camera.

§Arguments

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