pub unsafe extern "C" fn CAMU_SetReceiving(
event: *mut Handle,
dst: *mut c_void,
port: u32_,
imageSize: u32_,
transferUnit: s16,
) -> ResultExpand description
Initiates the process of receiving a camera frame.
ยงArguments
event- Pointer to output the completion event handle to.dst- Buffer to write data to.port- Port to receive from.imageSize- Size of the image to receive.transferUnit- Transfer unit to use when receiving.