pub unsafe extern "C" fn CAMU_IsAutoWhiteBalance(
autoWhiteBalance: *mut bool,
select: u32_,
) -> Result
Expand description
Gets whether auto white balance is enabled on the specified camera.
§Arguments
autoWhiteBalance
- Pointer to output the auto white balance state to.select
- Camera to use.