pub unsafe extern "C" fn CAMU_SetPhotoMode(
    select: u32_,
    photoMode: CAMU_PhotoMode
) -> Result
Expand description

Sets the photo mode of the given camera.

§Arguments

  • select - Camera to use.
  • photoMode - Photo mode to use.