From b437e9596960f4dcdbd46e2f89b06e113009e8c9 Mon Sep 17 00:00:00 2001 From: Benjamin Vallon Date: Tue, 18 Oct 2022 09:04:02 +0200 Subject: [PATCH] Fix SDK version in Readme --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 1d98076..ba9b90f 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -11,7 +11,7 @@ This package lets you use the ZED stereo camera in C .The C API is a wrapper aro To start using the ZED SDK in C, you will need to install the following dependencies on your system: -- [ZED SDK 3.7](https://www.stereolabs.com/developers/release/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads) +- [ZED SDK 3.8](https://www.stereolabs.com/developers/release/) and its dependency [CUDA](https://developer.nvidia.com/cuda-downloads) ## Installing the C API