File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ void showUsage() {
16
16
<< " --depth_res <width,height>" << std::endl
17
17
<< " --frame_rate <fps>" << std::endl
18
18
<< " --align, use orbbec sdk to align depth images to color images, note color camera might have smaller fov!" << std::endl
19
- << " --mono (-useStereo=false, rgb only & depth camera disabled)" << std::endl
20
19
<< " --print" << std::endl
21
20
<< " --exposure <value>" << std::endl
22
21
<< " --gain <value>" << std::endl
@@ -117,8 +116,6 @@ int main(int argc, char *argv[]) {
117
116
config.cameraFps = std::stoi (arguments.at (++i));
118
117
else if (argument == " --align" )
119
118
config.alignedDepth = true ;
120
- else if (argument == " --mono" )
121
- config.useStereo = false ;
122
119
else if (argument == " --print" )
123
120
print = true ;
124
121
else if (argument == " --exposure" )
You can’t perform that action at this time.
0 commit comments