pub unsafe extern "C" fn CAMU_SetTrimmingParamsCenter(
port: u32_,
trimWidth: s16,
trimHeight: s16,
camWidth: s16,
camHeight: s16,
) -> ResultExpand 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.