Wait for a mouse click?
I have a video. I would like to show the next frame only if the user clicks on a pixel on the current frame.
(The user must select a point in each frame)
Without using waitKey(0)
I could I make opencv waiting for the mouse click before showing the next frame?