I am truing to show the camfeed into a window using imshow() but it needs waitKey() after each frame. Referred to a few aritcles on web that say highgui requires waitkey() to be called in order to get time to update the window.
Is there a workaround with cpp interface to accomplish this without use of waitKey() ?