fixed waitKey delay for the GPU FD sample, it didn't work under Linux
This commit is contained in:
		@@ -326,7 +326,7 @@ int main( int argc, const char** argv )
 | 
			
		||||
 | 
			
		||||
        cv::imshow(wndTitle, frameDisp);
 | 
			
		||||
 | 
			
		||||
        switch (cvWaitKey(1))
 | 
			
		||||
        switch (cvWaitKey(3))
 | 
			
		||||
        {
 | 
			
		||||
        case ' ':
 | 
			
		||||
            bUseOpenCV = !bUseOpenCV;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user