[][src]Function realsense_sys::rs2_synthetic_frame_ready

pub unsafe extern "C" fn rs2_synthetic_frame_ready(
    source: *mut rs2_source,
    frame: *mut rs2_frame,
    error: *mut *mut rs2_error
)

This method will dispatch frame callback on a frame \param[in] source Frame pool provided by the processing block \param[in] frame Frame to dispatch, frame ownership is passed to this function, so you don't have to call release_frame after it \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored