You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,9 +15,6 @@ DepthAI library for interfacing with Luxonis DepthAI hardware. It's written in C
15
15
## Documentation
16
16
Documentation is available over at [Luxonis DepthAI API](https://docs.luxonis.com/software-v3/depthai/)
17
17
18
-
## Disclaimer
19
-
DepthAI library doesn't yet provide API stability guarantees. While we take care to properly deprecate old functions, some changes might still be breaking.
20
-
21
18
## Examples
22
19
Examples for both C++ and Python are available in the `examples` folder. To see how to build and run them see [README.md](./examples/README.md) for more information.
23
20
To build the examples in C++ configure with the following option added:
0 commit comments