Home
last modified time | relevance | path

Searched refs:opt_shutter (Results 1 – 1 of 1) sorted by relevance

/dports/misc/visp/visp-3.4.0/tutorial/grabber/
H A Dtutorial-grabber-ids-ueye.cpp26 std::string opt_shutter = ""; in main() local
42 opt_shutter = std::string(argv[i + 1]); in main()
149 if (! opt_shutter.empty()) { in main()
150 if (opt_shutter == "auto") { in main()
154 …l shutter : " << (g.setExposure(false, std::atof(opt_shutter.c_str())) ? (std::string(opt_shutt… in main()