diff --git a/camera control/README.md b/camera control/README.md index a3137104..8094c5e3 100644 --- a/camera control/README.md +++ b/camera control/README.md @@ -9,7 +9,7 @@ This sample shows how to capture images with the ZED SDK and adjust camera setti ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) - OpenCV diff --git a/camera control/src/main.cpp b/camera control/src/main.cpp index 14adf4ca..6886d550 100644 --- a/camera control/src/main.cpp +++ b/camera control/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/camera streaming/receiver/README.md b/camera streaming/receiver/README.md index 18e11c89..52414140 100644 --- a/camera streaming/receiver/README.md +++ b/camera streaming/receiver/README.md @@ -15,7 +15,7 @@ To retrieve a depth map of the scene, see [Depth Sensing](https://github.com/ste ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/camera streaming/receiver/src/main.cpp b/camera streaming/receiver/src/main.cpp index 53e702dc..b144088b 100644 --- a/camera streaming/receiver/src/main.cpp +++ b/camera streaming/receiver/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2019, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/camera streaming/sender/README.md b/camera streaming/sender/README.md index a763db31..f2572945 100644 --- a/camera streaming/sender/README.md +++ b/camera streaming/sender/README.md @@ -9,7 +9,7 @@ This sample shows how to enable streaming module of the ZED SDK as image sender. ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/camera streaming/sender/src/main.cpp b/camera streaming/sender/src/main.cpp index 332ddef4..d62909f1 100644 --- a/camera streaming/sender/src/main.cpp +++ b/camera streaming/sender/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2019, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/depth sensing/README.md b/depth sensing/README.md index 655a61cf..249332f2 100644 --- a/depth sensing/README.md +++ b/depth sensing/README.md @@ -14,7 +14,7 @@ To retrieve a depth map of the scene, see [Depth Sensing](https://github.com/ste ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/depth sensing/src/main.cpp b/depth sensing/src/main.cpp index 73b122ba..7a5d2571 100644 --- a/depth sensing/src/main.cpp +++ b/depth sensing/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/other/cuda refocus/README.md b/other/cuda refocus/README.md index a95f33d6..47ba1426 100644 --- a/other/cuda refocus/README.md +++ b/other/cuda refocus/README.md @@ -12,7 +12,7 @@ It is based on the separable convolution CUDA samples to provide optimal perform ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/other/cuda refocus/src/main.cpp b/other/cuda refocus/src/main.cpp index 5537ea85..2f488b08 100644 --- a/other/cuda refocus/src/main.cpp +++ b/other/cuda refocus/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2016, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/plane detection/README.md b/plane detection/README.md index 77d388a6..d4d37547 100644 --- a/plane detection/README.md +++ b/plane detection/README.md @@ -9,7 +9,7 @@ This sample shows how to retrieves the floor plane from the scene and the plane ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/plane detection/src/main.cpp b/plane detection/src/main.cpp index b3d9721a..6fbf60cf 100644 --- a/plane detection/src/main.cpp +++ b/plane detection/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/positional tracking/README.md b/positional tracking/README.md index 05e4ea40..0ed62dc8 100644 --- a/positional tracking/README.md +++ b/positional tracking/README.md @@ -14,7 +14,7 @@ This sample shows how to track camera motion in space and display it in an OpenG ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/positional tracking/src/main.cpp b/positional tracking/src/main.cpp index f272fa66..0c939a03 100644 --- a/positional tracking/src/main.cpp +++ b/positional tracking/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/spatial mapping/README.md b/spatial mapping/README.md index fb48e32a..bc7e24ec 100644 --- a/spatial mapping/README.md +++ b/spatial mapping/README.md @@ -14,7 +14,7 @@ This sample shows how to capture a real-time 3D map of the scene with the ZED AP ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/spatial mapping/src/main.cpp b/spatial mapping/src/main.cpp index a199e263..dbd7cd1d 100644 --- a/spatial mapping/src/main.cpp +++ b/spatial mapping/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/svo recording/export/README.md b/svo recording/export/README.md index 95bc0567..3766982b 100644 --- a/svo recording/export/README.md +++ b/svo recording/export/README.md @@ -11,7 +11,7 @@ It can also convert a SVO in the following png image sequences: LEFT+RIGHT, LEFT ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) - OpenCV diff --git a/svo recording/export/src/main.cpp b/svo recording/export/src/main.cpp index 82e38a2c..48db6c14 100644 --- a/svo recording/export/src/main.cpp +++ b/svo recording/export/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/svo recording/playback/README.md b/svo recording/playback/README.md index 56735a49..96214010 100644 --- a/svo recording/playback/README.md +++ b/svo recording/playback/README.md @@ -10,7 +10,7 @@ We use OpenCV to display the video. ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) - OpenCV diff --git a/svo recording/playback/src/main.cpp b/svo recording/playback/src/main.cpp index c00a0c86..4237ad88 100644 --- a/svo recording/playback/src/main.cpp +++ b/svo recording/playback/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/svo recording/recording/README.md b/svo recording/recording/README.md index e80c6825..95b225a2 100644 --- a/svo recording/recording/README.md +++ b/svo recording/recording/README.md @@ -10,7 +10,7 @@ SVO video files can be played with the ZED API and used with its different modul ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/svo recording/recording/src/main.cpp b/svo recording/recording/src/main.cpp index 8a5a1a87..5f11bcc3 100644 --- a/svo recording/recording/src/main.cpp +++ b/svo recording/recording/src/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/tutorials/tutorial 1 - hello ZED/README.md b/tutorials/tutorial 1 - hello ZED/README.md index d6b10bbb..8679260c 100644 --- a/tutorials/tutorial 1 - hello ZED/README.md +++ b/tutorials/tutorial 1 - hello ZED/README.md @@ -9,7 +9,7 @@ This tutorial simply shows how to configure and open the ZED, then print its ser ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/tutorials/tutorial 1 - hello ZED/main.cpp b/tutorials/tutorial 1 - hello ZED/main.cpp index 1d92c050..4780ee43 100644 --- a/tutorials/tutorial 1 - hello ZED/main.cpp +++ b/tutorials/tutorial 1 - hello ZED/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/tutorials/tutorial 2 - image capture/README.md b/tutorials/tutorial 2 - image capture/README.md index 06ce179a..8bb4748c 100644 --- a/tutorials/tutorial 2 - image capture/README.md +++ b/tutorials/tutorial 2 - image capture/README.md @@ -10,7 +10,7 @@ We assume that you have read the tutorial 1 and successfully opened your ZED. ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/tutorials/tutorial 2 - image capture/main.cpp b/tutorials/tutorial 2 - image capture/main.cpp index 5c2242a0..3e866ed5 100644 --- a/tutorials/tutorial 2 - image capture/main.cpp +++ b/tutorials/tutorial 2 - image capture/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/tutorials/tutorial 3 - depth sensing/README.md b/tutorials/tutorial 3 - depth sensing/README.md index 73892476..8233bf19 100644 --- a/tutorials/tutorial 3 - depth sensing/README.md +++ b/tutorials/tutorial 3 - depth sensing/README.md @@ -5,7 +5,7 @@ We assume that you have followed previous tutorials (opening the ZED and image c ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/tutorials/tutorial 3 - depth sensing/main.cpp b/tutorials/tutorial 3 - depth sensing/main.cpp index 0d147aa8..c78bffb9 100644 --- a/tutorials/tutorial 3 - depth sensing/main.cpp +++ b/tutorials/tutorial 3 - depth sensing/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/tutorials/tutorial 4 - positional tracking/README.md b/tutorials/tutorial 4 - positional tracking/README.md index 813e1d3c..6613d1cc 100644 --- a/tutorials/tutorial 4 - positional tracking/README.md +++ b/tutorials/tutorial 4 - positional tracking/README.md @@ -5,7 +5,7 @@ We assume that you have followed previous tutorials. ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/tutorials/tutorial 4 - positional tracking/main.cpp b/tutorials/tutorial 4 - positional tracking/main.cpp index 8a4f961d..0ef33e5c 100644 --- a/tutorials/tutorial 4 - positional tracking/main.cpp +++ b/tutorials/tutorial 4 - positional tracking/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. // diff --git a/tutorials/tutorial 5 - spatial mapping/README.md b/tutorials/tutorial 5 - spatial mapping/README.md index d6a08316..3cb5fe4b 100644 --- a/tutorials/tutorial 5 - spatial mapping/README.md +++ b/tutorials/tutorial 5 - spatial mapping/README.md @@ -5,7 +5,7 @@ We assume that you have followed previous tutorials. ### Prerequisites -- Windows 7 64bits or later, Ubuntu 16.04 +- Windows 10, Ubuntu LTS - [ZED SDK](https://www.stereolabs.com/developers/) and its dependencies ([CUDA](https://developer.nvidia.com/cuda-downloads)) ## Build the program diff --git a/tutorials/tutorial 5 - spatial mapping/main.cpp b/tutorials/tutorial 5 - spatial mapping/main.cpp index a5737cb7..c8807c4c 100644 --- a/tutorials/tutorial 5 - spatial mapping/main.cpp +++ b/tutorials/tutorial 5 - spatial mapping/main.cpp @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////// // -// Copyright (c) 2017, STEREOLABS. +// Copyright (c) 2020, STEREOLABS. // // All rights reserved. //