pub unsafe extern "C" fn CAMU_SetTrimmingParams(
port: u32_,
xStart: s16,
yStart: s16,
xEnd: s16,
yEnd: s16,
) -> ResultExpand 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.