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
* Minimal update
* Add support for CMake 4
* xtensor updates
* nlohmann_json update
* Update basalt for new magic_enum
* Remove rgbd example temporarly since it doesn't compile
* Fix RTABMAP port
I've also tried to update to e19b0c3dc4571a75f60823f6efb622769f764f31
but while it builds, it freezes on startup and
no results are produced.
* Update xtensor-python
* Add updated VSLAM nodes
* Update README.md
* Fix rerun_sdk detection logic
* Only build the rerun example if there's PCL support
* Update xtensor-python
* Update xtensor with cmake < 3.29 support
* Update the CI workflow
* Don't build the GUI features in OpenCV if not needed
* Bump CMake version for Python wheels to 3.30
* Uncomment release logic
* Remove WIP changes
---------
Co-authored-by: Matevz Morato <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,18 @@ DepthAI library doesn't yet provide API stability guarantees. While we take care
18
18
19
19
## Examples
20
20
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.
21
+
To build the examples in C++ configure with the following option added:
22
+
```
23
+
cmake -S. -Bbuild -D'DEPTHAI_BUILD_EXAMPLES=ON'
24
+
cmake --build build
25
+
```
21
26
22
27
## Dependencies
23
-
- CMake >= 3.14 and <4.0
28
+
- CMake >= 3.20
24
29
- C/C++17 compiler
25
30
-[optional] OpenCV 4 (required if building examples and for record and replay)
26
31
-[optional] PCL (required for point cloud example)
0 commit comments