Commit bbffbe90 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

fixed waitKey delay for the GPU FD sample, it didn't work under Linux

parent a6aff185
...@@ -326,7 +326,7 @@ int main( int argc, const char** argv ) ...@@ -326,7 +326,7 @@ int main( int argc, const char** argv )
cv::imshow(wndTitle, frameDisp); cv::imshow(wndTitle, frameDisp);
switch (cvWaitKey(1)) switch (cvWaitKey(3))
{ {
case ' ': case ' ':
bUseOpenCV = !bUseOpenCV; bUseOpenCV = !bUseOpenCV;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment