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

This commit is contained in:
Alexey Spizhevoy 2011-02-10 13:27:50 +00:00
parent a6aff1856b
commit bbffbe904a

View File

@ -326,7 +326,7 @@ int main( int argc, const char** argv )
cv::imshow(wndTitle, frameDisp);
switch (cvWaitKey(1))
switch (cvWaitKey(3))
{
case ' ':
bUseOpenCV = !bUseOpenCV;