OpenCV waitkey() maximum finite time -
i know waitkey(0) waits indefinitely key press, , waitkey(600000)should wait 10 minutes prompts question, maximum finite time (in milliseconds) waitkey() wait for? guess biggest number can coded in program.
according waitkey() doc, delay parameter int. int's max value 2,147,483,647. 2,147,483,647 ms 596.523 hours or 24.86 days.
Comments
Post a Comment