pub unsafe extern "C" fn CAMU_SetDetailSize(
    select: u32_,
    width: s16,
    height: s16,
    cropX0: s16,
    cropY0: s16,
    cropX1: s16,
    cropY1: s16,
    context: CAMU_Context
) -> Result
Expand description

Sets the image resolution of the given camera in the given context, in detail.

§Arguments

  • select - Camera to use.
  • width - Width to use.
  • height - Height to use.
  • cropX0 - First crop point X.
  • cropY0 - First crop point Y.
  • cropX1 - Second crop point X.
  • cropY1 - Second crop point Y.
  • context - Context to use.