[][src]Function realsense_sys::rs2_get_frame_data

pub unsafe extern "C" fn rs2_get_frame_data(
    frame: *const rs2_frame,
    error: *mut *mut rs2_error
) -> *const c_void

retrieve data from frame handle \param[in] frame handle returned from a callback \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored \return the pointer to the start of the frame data