Skip to content

Wotipati/ZED2RGBDImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZED2RGBDImage

This code can save RGB images and Depth images from the ZED.

Requirements

  • OpenCV
  • CUDA10.0

How to use

$ mkdir build && cd build
$ cmake ..
$ make 
$ ./ZED2RGBDImage

If you have a svo file ...

$ ./ZED2RGBDImage path_to_svo_file

Output

build
└── images
    ├── depth
    |   ├── 0.png
    |   ├── 1.png
    |   ...
    ├── right
    |   ├── 0.png
    |   ├── 1.png
    |   ...
    └── right
        ├── 0.png
        ├── 1.png
        ...

Depth Image

Left Image

Right Image

About

Save RGB images and Depth images from the ZED.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published