Ask Your Question

busybyte's profile - activity

2017-09-13 13:19:54 -0600 commented question V3.3 - imshow no response

Now i found the second/main-reason, cause i got the same problem with a facedetect-sample. The reason is in different s

2017-09-13 13:17:59 -0600 commented question V3.3 - imshow no response

Now i found the second/main-reason, cause i got the same problem with a facedetect-sample. The reason is in different s

2017-09-13 13:16:52 -0600 commented question V3.3 - imshow no response

Now i found the second/main-reason, cause i got the same problem with a facedetect-sample. The reason is in different s

2017-09-13 13:16:33 -0600 commented question V3.3 - imshow no response

Now i found the second/main-reson, cause i got the same problem with a facedetect-sample. The reason is in different se

2017-09-13 02:27:02 -0600 commented question V3.3 - imshow no response

Many thanks magic, you're also right, today i tested the restored backup without the waitkey command and i got the gray

2017-09-13 02:26:50 -0600 edited question V3.3 - imshow no response

V3.3 - imshow no response Hello, i just installed opencv3.3 under vs2017, windows 8.1, and tried imshow, which was runn

2017-09-13 02:23:09 -0600 received badge  Supporter (source)
2017-09-13 02:22:53 -0600 marked best answer V3.3 - imshow no response

Hello,

i just installed opencv3.3 under vs2017, windows 8.1, and tried imshow, which was runnin perfect under 3.2.

the result is a grey picture and the window state is: no response. i tried it with 2 different cams and with precompiled 3.3 as well as self compiled 3.3, same result.

image description

VideoCapture cap; if (!cap.open(1)) return 0; for (;;) { Mat frame;

        cap >> frame;
        //cap.read(frame);
        //cap.retrieve(frame, 1);
    if (frame.empty()) break; // end of video stream

        //frame.AUTO_STEP;
        cv::imshow("RoboCam", frame);
    }

the debugger steps permanent through the for loop while showing the window

do you have any ideas or same results with 3.3 ?

many thanks for your help !

2017-09-13 02:22:53 -0600 received badge  Scholar (source)
2017-09-12 17:35:37 -0600 commented answer V3.3 - imshow no response

the problem maybe has been a bad configuration in my project. i restored a backup made with 3.2, configured it to 3.3 an

2017-09-12 14:28:44 -0600 commented answer V3.3 - imshow no response

thanks magic, i tried the cv::waitKey after imshow but still the same result. (i7,geforce gtx,8gb-ram) i still wonder

2017-09-12 13:48:22 -0600 received badge  Editor (source)
2017-09-12 13:48:22 -0600 edited question V3.3 - imshow no response

V3.3 - imshow no response Hello, i just installed opencv3.3 under vs2017, windows 8.1, and tried imshow, which was runn

2017-09-12 13:47:38 -0600 asked a question V3.3 - imshow no response

V3.3 - imshow no response Hello, i just installed opencv3.3 under vs2017, windows 8.1, and tried imshow, which was runn