mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
fixed waitKey delay for the GPU FD sample, it didn't work under Linux
This commit is contained in:
parent
a6aff1856b
commit
bbffbe904a
@ -326,7 +326,7 @@ int main( int argc, const char** argv )
|
||||
|
||||
cv::imshow(wndTitle, frameDisp);
|
||||
|
||||
switch (cvWaitKey(1))
|
||||
switch (cvWaitKey(3))
|
||||
{
|
||||
case ' ':
|
||||
bUseOpenCV = !bUseOpenCV;
|
||||
|
Loading…
Reference in New Issue
Block a user