[][src]Function realsense_sys::rs2_record_device_resume

pub unsafe extern "C" fn rs2_record_device_resume(
    device: *const rs2_device,
    error: *mut *mut rs2_error
)

Unpause the recording device. Resume will cause the device to continue writing new data to the file, in particular, frames and changes to extensions \param[in] device A recording device \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored