Searched refs:found_format (Results 1 – 1 of 1) sorted by relevance
324 bool found_format = false; in open() local325 for (int rate=5; rate>=0 && !found_format; rate--) in open()327 for (int color=CV_CAP_IEEE1394_COLOR_RGB; color>=0 && !found_format; color--) in open()329 for (int size=CV_CAP_IEEE1394_SIZE_1600X1200; size>=0 && !found_format; size--) in open()339 … found_format = (CMU_theCamera[_index].StartImageAcquisition() == CAM_SUCCESS); in open()346 if(!found_format){ in open()