File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ This package lets you use the ZED stereo camera in Python 3. The Python API is a
1111
1212To start using the ZED SDK in Python, you will need to install the following dependencies on your system:
1313
14- - [ ZED SDK 3.5 ] ( https://www.stereolabs.com/developers/ ) and its dependency [ CUDA] ( https://developer.nvidia.com/cuda-downloads )
15- - Python 3.6 + x64 (3.7 recommended, [ Windows installer] ( https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe ) )
14+ - [ ZED SDK 3.8 ] ( https://www.stereolabs.com/developers/ ) and its dependency [ CUDA] ( https://developer.nvidia.com/cuda-downloads )
15+ - Python 3.7 + x64 ([ Windows installer] ( https://www.python.org/ftp/python/3.7.6/python-3.7.6-amd64.exe ) )
1616- [ Cython 0.28] ( http://cython.org/#download )
1717- [ Numpy 1.13] ( https://www.scipy.org/scipylib/download.html )
1818- OpenCV Python (optional)
1919- PyOpenGL (optional)
2020
21- Please check your python version with the following command. The result should be 3.6 or higher.
21+ Please check your python version with the following command. The result should be 3.7 or higher.
2222
2323```
2424python --version
You can’t perform that action at this time.
0 commit comments