pub unsafe extern "C" fn CAMU_IsFinishedReceiving(
    finishedReceiving: *mut bool,
    port: u32_
) -> Result
Expand description

Gets whether the specified camera port has finished receiving image data.

§Arguments

  • finishedReceiving - Pointer to output the receiving status to.
  • port - Port to check.