Function ctru_sys::CAMU_SetReceiving
source · pub unsafe extern "C" fn CAMU_SetReceiving(
event: *mut Handle,
dst: *mut c_void,
port: u32_,
imageSize: u32_,
transferUnit: s16
) -> Result
Expand 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.