pub unsafe extern "C" fn CAMU_IsAutoExposure(
autoExposure: *mut bool,
select: u32_,
) -> ResultExpand 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.