Skip to content

Commit 0d7bcc6

Browse files
author
Messier
committed
style(depth_mode)
1 parent b4f93d9 commit 0d7bcc6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/src/get_all_with_options.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ int main(int argc, char const* argv[]) {
5555
.metavar("MODE").help("Color mode, default %default (COLOR_RAW)"
5656
"\n 0: COLOR_RAW, color raw"
5757
"\n 1: COLOR_RECTIFIED, color rectified");
58-
op_group.add_option("--dm").dest("depth_mode")
59-
.type("int").set_default(2)
60-
.metavar("MODE").help("Depth mode, default %default (DEPTH_COLORFUL)"
61-
"\n 0: DEPTH_RAW"
62-
"\n 1: DEPTH_GRAY"
63-
"\n 2: DEPTH_COLORFUL");
6458
op_group.add_option("--sm").dest("stream_mode")
6559
.type("int").set_default(2)
6660
.metavar("MODE").help("Stream mode of color & depth, "

0 commit comments

Comments
 (0)