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
DepthAI library for interfacing with Luxonis DepthAI hardware.
7
+
DepthAI library for interfacing with Luxonis DepthAI hardware. It's written in C++ and offers Python bindings out of the box.
8
8
9
9
> **Important — You’re viewing the `v3.x.y`_release-candidate_ branch.**
10
10
>
@@ -19,7 +19,7 @@ Documentation is available over at [Luxonis DepthAI API](https://stg.docs.luxoni
19
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
20
21
21
## Examples
22
-
Examples for both C++ and Python are available in the `examples` folder. To see hwo to build and run them see [README.md](./examples/README.md) for more information.
22
+
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
23
To build the examples in C++ configure with the following option added:
0 commit comments