Home
last modified time | relevance | path

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

/external/opencv3/samples/tapi/
Dhog.cpp62 string vdo_source; member in App
122 vdo_source = cmd.get<string>("v"); in App()
165 if (vdo_source!="") in run()
167 vc.open(vdo_source.c_str()); in run()
169 throw runtime_error(string("can't open video file: " + vdo_source)); in run()
232 if (vdo_source!="" || camera_id!=-1) vc >> frame; in run()