starter_video.cpp changed CV WINDOW KEEPRATIO to just WINDOW KEEPTATIO to fix build error
This commit is contained in:
@@ -37,7 +37,7 @@ int process(VideoCapture& capture) {
|
|||||||
char filename[200];
|
char filename[200];
|
||||||
string window_name = "video | q or esc to quit";
|
string window_name = "video | q or esc to quit";
|
||||||
cout << "press space to save a picture. q or esc to quit" << endl;
|
cout << "press space to save a picture. q or esc to quit" << endl;
|
||||||
namedWindow(window_name, CV_WINDOW_KEEPRATIO); //resizable window;
|
namedWindow(window_name, WINDOW_KEEPRATIO); //resizable window;
|
||||||
Mat frame;
|
Mat frame;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
|
Reference in New Issue
Block a user