We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db313ec commit c4cd690Copy full SHA for c4cd690
demos/interactive_face_detection_demo/cpp_gapi/main.cpp
@@ -431,7 +431,6 @@ int main(int argc, char *argv[]) {
431
if (!tmp.data) {
432
throw std::runtime_error("Couldn't grab first frame");
433
}
434
- cv::Size frame_size = cv::Size{tmp.cols, tmp.rows};
435
cap = openImagesCapture(FLAGS_i, FLAGS_loop, 0, FLAGS_limit);
436
/** ---------------- The execution part ---------------- **/
437
stream.setSource<custom::CommonCapSrc>(cap);
0 commit comments