[][src]Function realsense_sys::rs2_process_frame

pub unsafe extern "C" fn rs2_process_frame(
    block: *mut rs2_processing_block,
    frame: *mut rs2_frame,
    error: *mut *mut rs2_error
)

This method is used to pass frame into a processing block \param[in] block Processing block \param[in] frame Frame to process, ownership is moved to the block object \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored