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