pub unsafe extern "C" fn CAMU_SetFrameRate(
    select: u32_,
    frameRate: CAMU_FrameRate
) -> Result
Expand description

Sets the frame rate of the given camera.

§Arguments

  • select - Camera to use.
  • frameRate - Frame rate to use.