Searched refs:vdofile (Results 1 – 2 of 2) sorted by relevance
106 string vdofile = cmd.get<string>("v"); in main() local130 if(vdofile.empty()) in main()133 capture.open(vdofile.c_str()); in main()137 if(vdofile.empty()) in main()140 cout << "Capture from file " << vdofile << " failed" <<endl; in main()
101 string vdofile = cmd.get<string>("video"); in main() local126 if(vdofile.empty()) in main()129 capture.open(vdofile.c_str()); in main()134 if(vdofile.empty()) in main()137 cout << "Capture from file " << vdofile << " failed" <<endl; in main()