You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/opencv_demo.cc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
68
68
}
69
69
70
70
cout << "Enabling video capture" << endl;
71
-
71
+
72
72
TickMeter meter;
73
73
meter.start();
74
74
@@ -111,7 +111,7 @@ int main(int argc, char *argv[])
111
111
printf("Unable to add family to detector due to insufficient memory to allocate the tag-family decoder with the default maximum hamming value of 2. Try choosing an alternative tag family.\n");
0 commit comments