Skip to content

Commit 5046d66

Browse files
committed
Move sample to unified zed-examples repo
1 parent 29d41f8 commit 5046d66

File tree

29 files changed

+4
-3446
lines changed

29 files changed

+4
-3446
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This package lets you use the ZED stereo camera in Python 3.
1212
- [ZED SDK 3.0](https://www.stereolabs.com/developers/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads)
1313
- Python 3.5+ x64 (3.7 recommended, [Windows installer](https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe))
1414
- C++ compiler (VS2017 recommended)
15-
- [Cython 0.26](http://cython.org/#download)
16-
- [Numpy 1.13.1](https://www.scipy.org/scipylib/download.html)
15+
- [Cython 0.28](http://cython.org/#download)
16+
- [Numpy 1.13](https://www.scipy.org/scipylib/download.html)
1717

1818
The ZED SDK 2.X compatible API can be found in the [zedsdk_2.X branch](https://github.com/stereolabs/zed-python-api/tree/zedsdk_2.X).
1919

@@ -72,11 +72,11 @@ Numpy package.
7272

7373
### Run the tutorials
7474

75-
The [tutorials](tutorials) provide simple projects to show how to use each module of the ZED SDK. For a similar version using the C++ API checkout the [Cpp tutorials](https://github.com/stereolabs/zed-examples/tree/master/tutorials).
75+
The [tutorials](https://github.com/stereolabs/zed-examples/tree/master/tutorials) provide simple projects to show how to use each module of the ZED SDK.
7676

7777
### Run the examples
7878

79-
Please refer to the [examples](examples) README for more informations.
79+
Please refer to the [examples](https://github.com/stereolabs/zed-examples) README for more informations.
8080

8181
## Contributing
8282

examples/README.md

-64
This file was deleted.

examples/camera control/camera_control.py

-174
This file was deleted.

examples/camera streaming/receiver/streaming_receiver.py

-66
This file was deleted.

examples/camera streaming/sender/streaming_sender.py

-59
This file was deleted.

0 commit comments

Comments
 (0)