Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_dc1394_v2.cpp422 dc1394framerate_t bestFps = (dc1394framerate_t) - 1; in startCapture() local
435 bestFps = ifps; in startCapture()
438 if ((int)bestFps >= 0) in startCapture()
439 code = dc1394_video_set_framerate(dcCam, bestFps); in startCapture()