pub unsafe extern "C" fn CAMU_GetTrimmingParams(
xStart: *mut s16,
yStart: *mut s16,
xEnd: *mut s16,
yEnd: *mut s16,
port: u32_,
) -> ResultExpand description
Gets the parameters used for trimming images.
ยงArguments
xStart- Pointer to write the start X coordinate to.yStart- Pointer to write the start Y coordinate to.xEnd- Pointer to write the end X coordinate to.yEnd- Pointer to write the end Y coordinate to.port- Port to use.