Function CAMU_FlipImage

Source
pub unsafe extern "C" fn CAMU_FlipImage(
    select: u32_,
    flip: CAMU_Flip,
    context: CAMU_Context,
) -> Result
Expand description

Flips the image of the specified camera in the specified context.

ยงArguments

  • select - Camera to use.
  • flip - Flip mode to use.
  • context - Context to use.