pub unsafe extern "C" fn CAMU_SetTrimmingParams(
    port: u32_,
    xStart: s16,
    yStart: s16,
    xEnd: s16,
    yEnd: s16
) -> Result
Expand description

Sets the parameters used for trimming images.

§Arguments

  • port - Port to use.
  • xStart - Start X coordinate.
  • yStart - Start Y coordinate.
  • xEnd - End X coordinate.
  • yEnd - End Y coordinate.