[][src]Function realsense_sys::rs2_loopback_enable

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

Enter the given device into loopback operation mode that uses the given file as input for raw data \param[in] device Device to enter into loopback operation mode \param[in] from_file Path to bag file with raw data for loopback \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored