This is a extension of basic code example Hello-realsense.
I have modified the example code and processed the RS frames using OpenCV such a way that, they will produce 3 different outputs as shown in above.
TO DO
-
Build
OpenCVfrom source using guide -
Build librealsense from source using these instrunction
-
clone this repository
$ git clone https://github.com/Ashutosh-Badave/RS_D435_Basics.git -
create build folder
$ cd RS_D435_Basics$ mkdir build && cd build -
cmake and run
$ cmake ..$ make$ ./RS_D435_launch
When you run it, you need to press a key to start and stop the video stream. If you press s to stop then all three
window outputs will gets saved in output folder.
