# Does ouster-sdk git start supporting rev8 sensor osf files?

**URL:** https://community.ouster.com/t/does-ouster-sdk-git-start-supporting-rev8-sensor-osf-files/494
**Category:** Software
**Tags:** sdk
**Created:** [June 2, 2026, 9:19am UTC](https://community.ouster.com/t/does-ouster-sdk-git-start-supporting-rev8-sensor-osf-files/494 "2026-06-02T09:19:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![krisg](https://avatars.discourse-cdn.com/v4/letter/k/96bed5/32.png) [@krisg](https://community.ouster.com/u/krisg)
#### Post date: [June 2, 2026, 9:19am UTC](https://community.ouster.com/t/does-ouster-sdk-git-start-supporting-rev8-sensor-osf-files/494/1 "2026-06-02T09:19:45Z")

</div>

I got this error while checking to process _ **Billboards-RGB\_rgb16.osf** _ with current sdk ([https://github.com/ouster-lidar/ouster-sdk[)](https://github.com/ouster-lidar/ouster-sdk):](https://github.com/ouster-lidar/ouster-sdk%5B)%5D(https://github.com/ouster-lidar/ouster-sdk):)

ouster\_sdk\_test$ python3 osf\_read\_test.py  
[2026-06-02 14:16:17.003] [ouster::sdk::core] [warning] The OSF file was created with schema version 2.2.0, but this reader only supports up to 2.1. Continuing to read using best-effort compatibility mode. Some fields introduced in newer versions may be ignored or unrecognized. For full feature support, consider updating to the latest version of the OusterSDK.

---

<div class="post-metadata">

### Author: ![mbries](https://avatars.discourse-cdn.com/v4/letter/m/ee7513/32.png) [@mbries](https://community.ouster.com/u/mbries)
#### Post date: [June 2, 2026, 7:19pm UTC](https://community.ouster.com/t/does-ouster-sdk-git-start-supporting-rev8-sensor-osf-files/494/2 "2026-06-02T19:19:05Z")

</div>

Hi,

Someone saved this file using an in-development version of the SDK. That message is just a warning in case someone saved something using backwards incompatible features in the file. The file should still work as expected with SDK 0.16.2 (the latest publicly available version) as it does not use such unsupported features.
