pub unsafe extern "C" fn CAMU_SetTrimmingParamsCenter(
    port: u32_,
    trimWidth: s16,
    trimHeight: s16,
    camWidth: s16,
    camHeight: s16
) -> Result
Expand description

Sets the parameters used for trimming images, relative to the center of the image.

§Arguments

  • port - Port to use.
  • trimWidth - Trim width.
  • trimHeight - Trim height.
  • camWidth - Camera width.
  • camHeight - Camera height.