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);
|
cv::imshow(wndTitle, frameDisp);
|
||||||
|
|
||||||
switch (cvWaitKey(1))
|
switch (cvWaitKey(3))
|
||||||
{
|
{
|
||||||
case ' ':
|
case ' ':
|
||||||
bUseOpenCV = !bUseOpenCV;
|
bUseOpenCV = !bUseOpenCV;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user