pub unsafe extern "C" fn CAMU_IsFinishedReceiving(
finishedReceiving: *mut bool,
port: u32_,
) -> ResultExpand 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.