CvWaitKey Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberWaitKey
Waits for key event infinitely (delay<=0) or for "delay" milliseconds. Returns the code of the pressed key or -1 if no key were pressed until the specified timeout has elapsed.
Public methodStatic memberWaitKey(Int32)
Waits for key event infinitely (delay<=0) or for "delay" milliseconds. Returns the code of the pressed key or -1 if no key were pressed until the specified timeout has elapsed.
Top
See Also

Reference